remove_var | 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.
add_var
, rename_var
data(gmm_body) gmm_1 <- remove_var(gmm_body, "FAT")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.