parametric.nlsfit.cov | R Documentation |
NLS fit with parametric bootstrap and covariance
parametric.nlsfit.cov(fn, par.guess, boot.R, y, x, cov, lower = rep(x = -Inf, times = length(par.guess)), upper = rep(x = +Inf, times = length(par.guess)), ..., bootstrap = TRUE, na.rm = FALSE)
fn |
|
par.guess |
initial guess values for the fit parameters. |
boot.R |
numeric. Number of bootstrap samples to generate. |
y |
the data as a one-dimensional numerical vector to be described by the fit function. |
x |
values of the explaining variable in form of a one-dimensional numerical vector. |
cov |
numeric matrix, square, length of |
lower |
Numeric vector of length |
upper |
Numeric vector of length |
... |
Additional parameters passed to |
bootstrap |
boolean. If |
na.rm |
logical. If set to |
See simple.nlsfit.
Other NLS fit functions:
bootstrap.nlsfit()
,
parametric.bootstrap.cov()
,
parametric.bootstrap()
,
parametric.nlsfit()
,
plot.bootstrapfit()
,
predict.bootstrapfit()
,
print.bootstrapfit()
,
simple.nlsfit()
,
summary.bootstrapfit()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.