This function is a very simple function to add the intercept to all fixed effects except for the first term.
adjBeta(x)
Arguments
x: a numeric vector with fixed effects extracted by the fixef function.
Returns
$x: a numeric vector with the intercept added to all fixed effects except for the first term which corresponds to the intercept.
References
Giovanny Covarrubias-Pazaran (2024). lme4breeding: enabling genetic evaluation in the age of genomic data. To be submitted to Bioinformatics.
Douglas Bates, Martin Maechler, Ben Bolker, Steve Walker (2015). Fitting Linear Mixed-Effects Models Using lme4. Journal of Statistical Software, 67(1), 1-48.