powered by
Create a bootstrap distribution of a particular coefficient from a model fit
bootstrap_parameters(x,nboot,upper,lower,...)
litfit_bootstrap object
an object of class "litfit"
litfit
number of bootstrap replications
optional vector of upper bounds for the bootstrap replicates
optional vector of lower bounds for the bootstrap replicates
passed to optim
optim
fit <- fit_litter(time=pineneedles$Year, mass.remaining=pineneedles$Mass.remaining, model='neg.exp', iters=100) boot1 <- bootstrap_parameters(fit, nboot = 500)
Run the code above in your browser using DataLab