Learn R Programming

term (version 0.1.0)

term-object: Term Object

Description

A term object is a S3 vector of parameter terms.

Arguments

Examples

Run this code
# 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