prop: prop

Description Usage Arguments Value Author(s) See Also Examples

View source: R/r23.R

Description

An accessor function. Retrieves the case component proportions and control component proportions of a model object.

Usage

1
prop(model)

Arguments

model

an object of type model from bimixt.model

Value

cases

A vector (or scalar) of numeric values for the proportion of cases in each case component of the model.

controls

A vector (or scalar) of numeric values for the proportion of controls in each control component of the model.

Author(s)

Michelle Winerip, Garrick Wallstrom, Joshua LaBaer

See Also

lambda mn stdev maxll type

Examples

1
2
3
4
case=rmix(50,10,1.2,15,1,.7) 
control=rmix(50,10,1.2,15,1,.95)
model=bimixt.model(case=case,control=control, type="4c")
prop(model)

bimixt documentation built on May 2, 2019, 3:31 p.m.