lcModelWeightedPartition {latrend} | R Documentation |
Create a lcModel with pre-defined weighted partitioning
Description
Create a lcModel with pre-defined weighted partitioning
Usage
lcModelWeightedPartition(
data,
response,
weights,
clusterNames = colnames(weights),
time = getOption("latrend.time"),
id = getOption("latrend.id"),
name = "wpart"
)
Arguments
data |
A |
response |
The name of the response variable. |
weights |
A |
clusterNames |
The names of the clusters, or a function with input |
time |
The name of the time variable. |
id |
The name of the trajectory identification variable. |
name |
The name of the method. |
[Package latrend version 1.6.1 Index]