formulaList {lgcp} | R Documentation |
formulaList function
Description
A function to creat an object of class "formulaList" from a list of "formula" objects; use to define the model for the main effects prior to running the multivariate MCMC algorithm.
Usage
formulaList(X)
Arguments
X |
a list object, each element of which is a formula |
Value
an object of class "formulaList"
[Package lgcp version 2.0 Index]