Description Usage Arguments Value
View source: R/predict_cluster.R
Compute and return an optimal clustering that minimize the MSE error given K lmm models.
1 | predict_cluster(data, target, models)
|
data |
data frame containing the variables in which the clmm model has been trained. |
target |
vector containing the target variable. |
models |
object of class clmm that contains a list of k lmm models. |
vector containing the optimal clustering.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.