predict_real {RMark} R Documentation
Compute estimates of real parameters with individual and design covariates
Description
Unlike covariate.predictions this function allows modification of design data covariates as well as individual covariates for the computation of the real parameters. It does this by modifying values in the design data, adding individual covariate values to the design data and then applying the model formula to the modified design data to construct a design matrix that is used with the beta estimates to construct the real parameter estimates.
Usage
predict_real(
model,
df,
parameter,
replicate = FALSE,
beta = NULL,
data = NULL,
se = TRUE,
vcv = FALSE
)
Users browsing this forum: No registered users and 3 guests