confint.fmx {fmx}R Documentation

Confidence Interval of fmx Object

Description

...

Usage

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

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.

Value

confint.fmx returns a matrix


[Package fmx version 0.1.2 Index]