Learn R Programming

callback (version 0.1.3)

print.callback_reg: Prints the components of a component model

Description

Prints the components of a component model

Usage

# S3 method for callback_reg
print(x, ...)

Value

Printed output.

Arguments

x

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"))
z <- reg(callback_comp(mobility1,"offer",c("gender","licenses"),"callback",model))
print(z)

Run the code above in your browser using DataLab