confint.fmx | R Documentation |
...
## S3 method for class 'fmx'
confint(object, ..., level = 0.95)
object |
fmx object |
... |
place holder for S3 naming convention |
level |
confidence level, default |
Function confint.fmx()
returns the Wald-type confidence intervals based on the user-friendly parameters (parm = 'user'
),
or the internal/unconstrained parameters (parm = 'internal'
).
When the distribution has constraints on one or more parameters,
function confint.fmx()
does not return the confident intervals of for the constrained parameters.
Function confint.fmx()
returns a matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.