Learn R Programming

CUB (version 1.1.5)

parnames: Generic function for coefficient names

Description

Generic function for names of parameter estimates of object of class "GEM".

Usage

parnames(object)

Arguments

object

An object of class "GEM"

See Also

Examples

Run this code
data(univer);attach(univer)
model<-GEM(Formula(officeho~0|0|0),family="cub",shelter=7)
model 

Run the code above in your browser using DataLab