For one set of transformed covariates (not including the variable of interest), calculate the predicted level and standard error for the variable of interest.
pred_se(
df_levels,
model,
type,
base_rn,
vcov_mat,
weights,
deriv_func,
link_func
)data.frame, already transformed for variables not related to the variable of interest
model object
either effects or levels
numeric, row number of the base level
matrix, variance-covariance matrix
vector of weights, or NULL
function for the derivative of the predicted outcomes
function to transform output of `predict` method into response scale