powered by
Prints the structure of a component model
# S3 method for callback_comp print(x, ...)
Printed output.
a list with class "callback_comp"
"callback_comp"
further arguments passed to or from other methods.
Emmanuel Duguet
model <- list(c("license"),c("woman"),c("woman","license","inter")) print(callback_comp(mobility1,"offer",c("gender","licenses"),"callback",model))
Run the code above in your browser using DataLab