a TRUE/FALSE value indicating if the intercept should be included.
intercept1
a TRUE/FALSE value indicating if the intercept should have value 1 (is multiplied by sqrt(2)).
Author
Giovanny Covarrubias-Pazaran
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.
x <- sort(rep(1:3,100))
# \donttest{
library(orthopolynom)
leg(x, n=1)
leg(x, n=2)
# }## see dataset data(DT_legendre) for a random regression modeling example