Learn R Programming

latrend (version 1.1.0)

clusterProportions: Proportional size of each cluster

Description

Proportional size of each cluster

Usage

# S4 method for lcModel
clusterProportions(object, ...)

Arguments

object

The lcModel to obtain the proportions from.

...

Not used.

Examples

Run this code
# NOT RUN {
data(latrendData)
model <- latrend(lcMethodKML("Y", id = "Id", time = "Time"), latrendData)
clusterProportions(model)
# }

Run the code above in your browser using DataLab