summary_LLIGE: summary_LLIGE

Description Usage Arguments Value Examples

View source: R/alige.R

Description

prints a summary of a LLIGE object

Usage

1
summary_LLIGE(object, ...)

Arguments

object

an LLIGE object

...

extra arguments

Value

summary of LLIGE

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
data(igm)
igm$hs=ifelse(igm$HEDUC=="HS",1,0)
igm$col=ifelse(igm$HEDUC=="COL",1,0)
formla=lcfincome~lfincome
xformla=~hs+col
tvals=seq(quantile(igm$lfincome,probs = 0.1),quantile(igm$lfincome,probs = 0.9),length.out = 10)
h=1.2
data=igm
B=7
cl=1
object=LLIGE(B,formla=formla, xformla=xformla, data=data,tvals=tvals,h=h,cl=cl)
summary_LLIGE(object)

WeigeHuangEcon/cfa documentation built on Dec. 20, 2020, 4:39 p.m.