d_getModel: Get the parameters of a model

Description Usage Arguments Value Examples

Description

Generic method to get the parameters of a model. Type ?getModel.mixer for more details

Usage

1
getModel( object, ...)

Arguments

object

an object representing a model

...

adding arguments (depending on the object type)

Value

Return parameters of the model.

Examples

1
2
3
4
5
graph.affiliation(n=100,c(1/3,1/3,1/3),0.8,0.2) -> g
mixer(g$x,qmin=2,qmax=6) -> xout
m <- getModel( xout )

m <- getModel( xout, q=5 )

mixer documentation built on Feb. 21, 2018, 1:02 a.m.

Related to d_getModel in mixer...