Learn R Programming

fmx (version 0.1.2)

confint.fmx: Confidence Interval of fmx Object

Description

...

Usage

# S3 method for fmx
confint(object, ..., level = 0.95)

Value

confint.fmx returns a matrix

Arguments

object

fmx object

...

place holder for S3 naming convention

level

confidence level, default \(95\%\).

Details

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.