summary.callback_reg {callback}R Documentation

Prints the regression table of a component model

Description

Prints the regression table of a component model

Usage

## S3 method for class 'callback_reg'
summary(object, ...)

Arguments

object

a list with class "callback_reg".

...

further arguments passed to or from other methods.

Value

Printed output.

Author(s)

Emmanuel Duguet

Examples

model <- list(c("license"),c("woman"),c("woman","license","inter"))
comp <- callback_comp(data = mobility1, cluster = "offer", 
candid = c("gender","licenses"), callback = "callback", model = model)
z <- reg(comp)
summary(z)


[Package callback version 0.1.3 Index]