coef.fmx: Parameter Estimates of fmx object

View source: R/methods_fmx.R

coef.fmxR Documentation

Parameter Estimates of fmx object

Description

..

Usage

## S3 method for class 'fmx'
coef(object, internal = FALSE, ...)

Arguments

object

fmx object

internal

logical scalar, either for the user-friendly parameters (FALSE, default) (e.g., ⁠mean,sd⁠ for normal mixture, and ⁠A,B,g,h⁠ for Tukey g-and-h mixture), or for the internal/unconstrained parameters (TRUE).

...

place holder for S3 naming convention

Details

Function coef.fmx() returns the estimates of the user-friendly parameters (parm = 'user'), or the internal/unconstrained parameters (parm = 'internal'). When the distribution has constraints on one or more parameters, function coef.fmx() does not return the estimates (which is constant 0) of the constrained parameters.

Value

Function coef.fmx() returns a numeric vector.


fmx documentation built on April 3, 2025, 7:09 p.m.