powered by
Prints the components of a component model
# S3 method for callback_reg print(x, ...)
Printed output.
a list with class "callback_reg"
"callback_reg"
further arguments passed to or from other methods.
Emmanuel Duguet
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