powered by
This function removes variables from a Gaussian mixture model.
remove_var(gmm, var)
The gmm object after removing the variables.
gmm
An object of class gmm.
A character vector containing the removed variables.
add_var, rename_var
add_var
rename_var
data(gmm_body) gmm_1 <- remove_var(gmm_body, "FAT")
Run the code above in your browser using DataLab