bayesbr
ObjectsThe function receives all variables and their respective names, and concatenates them in a matrix.
# S3 method for bayesbr
model(Y,X = NULL,W = NULL,name_y,names_x = NULL,
names_w = NULL)
A vector containing the model response variable,
A matrix containing the covariates for theta of the model,
A matrix containing the covariates of the model for zeta,
The name passed in the call to the bayesbr
function for the variable response,
The name passed in the call to the bayesbr
function for the covariates for theta,
The name passed in the call to the bayesbr
function for covariates for zeta.
A matrix containing all variables in the model and their names used as column names.