powered by
as.tabular(x, like = NULL) "as.tabular"(x, like = NULL) "as.tabular"(x, like = NULL)
NULL
x
tabular
as.matrix.tabular
model <- tabular( (Species + 1) ~ (n=1) + Sepal.Length + Sepal.Width, data=iris ) model as.tabular(matrix(1:12, 4,3), like=model)
Run the code above in your browser using DataLab