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(...), ...)data.frame or list containing the model response
variable and covariates required by the formula. By default the variables are taken from
environment(formula): typically the environment from which bayesx is called.
Argument data may also be a character string defining the directory the data is stored,
where the first row in the data set must contain the variable names and columns should be tab
separated.NA's.contrasts.arg of
model.matrix.default.bayesx, see
bayesx.control.bayesx.control."bayesx.input" which is send to write.bayesx.input
for processing within bayesx.
parse.bayesx.input(y ~ x1 + sx(x2), data = "")
Run the code above in your browser using DataLab