print.callback_reg {callback}R Documentation

Prints the components of a component model

Description

Prints the components of a component model

Usage

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

Arguments

x

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

[Package callback version 0.1.3 Index]