nls.vcov | R Documentation |
Extracts the variance covariance matrix from an nls object
nls.vcov(object)
object |
an nls object |
Placeholder for return description
DNase1 <- subset(DNase, Run == 1)
fm1DNase1 <- nls(density ~ SSlogis(log(conc), Asym, xmid, scal), DNase1)
summary(fm1DNase1)
nls.vcov(fm1DNase1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.