smm function

sparse model matrix

sparse model matrix

smm creates a sparse model matrix for the levels of the random effect to be used with the lmebreed solver.

smm(x)

Arguments

  • x: vector of observations for the random effect.

Returns

  • $res: a model matrix for a given factor.

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.

Author(s)

Giovanny Covarrubias-Pazaran

Examples

x <- as.factor(c(1:5,1:5,1:5));x smm(x)

See Also

The lmebreed solver.

  • Maintainer: Giovanny Covarrubias-Pazaran
  • License: GPL (>= 2)
  • Last published: 2025-01-18

Useful links