getpars: Grab parameter values

Description Usage Arguments Value Author(s)

View source: R/getpars.R

Description

Extract parameter values and create a named list.

Usage

1
  getpars(fpar, mix.terms, zdim = 0, z = NULL)

Arguments

fpar

The $par element ds.mixture object.

mix.terms

Number of mixture components.

zdim

Number of covariates.

z

Covariate matrix.

Value

a named list with elements $key.scale (giving the key scales) and $mix.prop giving the mixture proportions.

Author(s)

David L. Miller


mmds documentation built on May 2, 2019, 8:55 a.m.

Related to getpars in mmds...