View source: R/add.fixed.effects.R
| add.fixed.effects | R Documentation |
Function to add fixed effects to existing set of traits
add.fixed.effects(population, fixed.effects, replace = FALSE)
population |
population list |
fixed.effects |
Matrix containing fixed effects (p x k -matrix with p being the number of traits and k being number of fixed effects; default: not fixed effects (NULL)) |
replace |
Set to TRUE to delete previously added fixed effects |
Population list
Population list
data(ex_pop)
population <- add.fixed.effects(ex_pop, fixed.effects = matrix(c(3,5), nrow=1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.