remove_var {gmgm} | R Documentation |
Remove variables from a Gaussian mixture model
Description
This function removes variables from a Gaussian mixture model.
Usage
remove_var(gmm, var)
Arguments
gmm |
An object of class |
var |
A character vector containing the removed variables. |
Value
The gmm
object after removing the variables.
See Also
Examples
data(gmm_body)
gmm_1 <- remove_var(gmm_body, "FAT")
[Package gmgm version 1.1.2 Index]