Learn R Programming

callback (version 0.1.3)

summary.callback_reg: Prints the regression table of a component model

Description

Prints the regression table of a component model

Usage

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

Value

Printed output.

Arguments

object

a list with class "callback_reg".

...

further arguments passed to or from other methods.

Author

Emmanuel Duguet

Examples

Run this code
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)

Run the code above in your browser using DataLab