Skip to content

Commit

Permalink
Update bootdist.R
Browse files Browse the repository at this point in the history
  • Loading branch information
dutangc committed Aug 26, 2024
1 parent 60ab142 commit e61ea15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/bootdist.R
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ density.bootdist <- function(..., bw = "nrd0", adjust = 1, kernel = "gaussian")
if(any(sapply(x, function(y) !inherits(y, "bootdist"))))
stop("argument x must be a list of 'bootdist' objects")
}
print(str(x))
nx <- length(x)
nbpar <- NCOL(x[[1]]$estim)
denslist <- lapply(1:nx, function(j)
Expand Down

0 comments on commit e61ea15

Please sign in to comment.