View source: R/parse.bayesx.input.R
parse.bayesx.input | R Documentation |
Funtion to parse bayesx
input parameters which are then send to
write.bayesx.input
.
parse.bayesx.input(formula, data, weights = NULL,
subset = NULL, offset = NULL, na.action = na.fail,
contrasts = NULL, control = bayesx.control(...), ...)
formula |
symbolic description of the model (of type |
data |
a |
weights |
prior weights on the data. |
subset |
an optional vector specifying a subset of observations to be used in the fitting process. |
offset |
can be used to supply a model offset for use in fitting. |
na.action |
a function which indicates what should happen when the data contain |
contrasts |
an optional list. See the |
control |
specify several global control parameters for |
... |
arguments passed to |
Returns a list of class "bayesx.input"
which is send to write.bayesx.input
for processing within bayesx
.
Nikolaus Umlauf, Thomas Kneib, Stefan Lang, Achim Zeileis.
parse.bayesx.input(y ~ x1 + sx(x2), data = "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.