R/RcppExports.R
cross_tab_doses_age.Rd
The input vectors doses and age must have the same number of values, this function does no argument checking.
doses
age
cross_tab_doses_age(doses, age, num_doses, num_ages)
a IntegerVariable
IntegerVariable
number of doses
number of age groups
if (FALSE) { a <- IntegerVariable$new(0:4) b <- IntegerVariable$new(c(1,2,3,1,2)) cross_tab_doses_age(a$.variable,b$.variable,4,3) table(a$get_values(), b$get_values()) }