Description Usage Arguments Value Author(s) See Also
Calculate predictions based on generalized nonlinear least squares regression results.
1 | Gnls.predict(diag.gnls,newx,level=0.95,var=NA)
|
diag.gnls |
output from |
newx |
new model input x at which confidence intervals are to be calculated |
level |
probability level of confidence intervals (default 0.95) |
var |
error variance-covariance matrix at new model input (only variances used) |
Returns a list containing:
x |
x values at which model results are calculated |
y.pred |
predicted model results |
confint |
confidence intervals of deterministic model results |
confint.rel |
confidence intervals of deterministic model results when estimating a common factor in error variances |
predint |
prediction intervals (only if error variance-covariance matrix is provided) |
predint.rel |
prediction intervals (only if error variance-covariance matrix is provided) when estimating a common factor in error variances |
Peter Reichert <peter.reichert@eawag.ch>
Gnls
, Gnls.diag
, Gnls.test
, Gnls.predict
, Confint
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.