remove_var {gmgm} | R Documentation |
This function removes variables from a Gaussian mixture model.
remove_var(gmm, var)
gmm |
An object of class |
var |
A character vector containing the removed variables. |
The gmm
object after removing the variables.
data(gmm_body)
gmm_1 <- remove_var(gmm_body, "FAT")