Description Usage Arguments Value Examples
Get the fixed effect from a linear mixed model using 'nlme' package.
1 2 | mixed_model(data = df, model = KRN ~ Pedigree, random = ~1 | Farm/Rep,
trait = "KRN")
|
data |
data to fit the model. [data.frame] |
model |
Fixed effects of the model, i.e. KRN ~ Genotype. [model] |
random |
Random effects of the model, i.e. ~1 | Farm/Rep. [model] |
trait |
Name of the phenotypic trait. [character] |
return a batch of shell scripts.
1 | blue <- mixed_model(data = df, model = KRN ~ Pedigree, random = ~1 | Farm/Rep, trait = "KRN")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.