powered by
A term object is a S3 vector of parameter terms.
term
# NOT RUN { as.term(c("a[1]", "a[2]")) as.term(matrix(1:4, 2)) term(2L) term(c(2L, 2L), "alpha") # }
Run the code above in your browser using DataLab