sigma | R Documentation |
Extract the estimated residual standard deviation from smn.lmm and smsn.lmm objects.
## S3 method for class 'SMN'
sigma(object, ...)
## S3 method for class 'SMSN'
sigma(object, ...)
object |
An object inheriting from class |
... |
Additional arguments. |
A positive number.
smn.lmm
,
smsn.lmm
,
criteria
fm1 = smn.lmm(distance ~ age+Sex, data=nlme::Orthodont, groupVar="Subject")
sigma(fm1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.