View source: R/getNlsConfInt.R
getNlsConfInt | R Documentation |
Calculates 95 function by Walmes Zediani of the Universidade Federal do Paraná (http://www.leg.ufpr.br/~walmes/cursoR/ciaeear/as.lm.nls.R). Returns a data frame with upper and lower bounds, fitted values, and values for predictor variable to facilitate plotting.
getNlsConfInt(nls, data, xVarName)
nls |
An 'nls' object |
data |
A dataframe with data used to fit model |
xVarName |
A character string with the name of the predictor variable in the dataframe 'data' |
A data frame with fitted values, upper and lower bounds, and a column with values for predictor variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.