remove_var: Remove variables from a Gaussian mixture model

View source: R/remove_var.R

remove_varR 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 gmm.

var

A character vector containing the removed variables.

Value

The gmm object after removing the variables.

See Also

add_var, rename_var

Examples

data(gmm_body)
gmm_1 <- remove_var(gmm_body, "FAT")


gmgm documentation built on Sept. 9, 2022, 1:07 a.m.