Print a group_tna
Object
Usage
# S3 method for class 'group_tna'
print(x, ...)
Arguments
- x
A
group_tna
object.- ...
Arguments passed to
print.tna()
.
See also
Basic functions
build_model()
,
hist.group_tna()
,
hist.tna()
,
plot.group_tna()
,
plot.tna()
,
plot_mosaic()
,
plot_mosaic.group_tna()
,
plot_mosaic.tna_data()
,
prepare_data()
,
print.summary.group_tna()
,
print.summary.tna()
,
print.tna()
,
print.tna_data()
,
summary.group_tna()
,
summary.tna()
,
tna-package
Examples
model <- group_model(engagement_mmm)
print(model)
#> Cluster 1:
#>
#> State Labels
#>
#> Active, Average, Disengaged
#>
#> Transition Probability Matrix
#>
#> Active Average Disengaged
#> Active 0.7061503 0.2938497 0.00000000
#> Average 0.5133929 0.4598214 0.02678571
#> Disengaged 0.3333333 0.3809524 0.28571429
#>
#> Initial Probabilities
#>
#> Active Average Disengaged
#> 0.75 0.00 0.25
#>
#> Cluster 2:
#>
#> State Labels
#>
#> Active, Average, Disengaged
#>
#> Transition Probability Matrix
#>
#> Active Average Disengaged
#> Active 0.4924242 0.4419192 0.06565657
#> Average 0.3249516 0.5860735 0.08897485
#> Disengaged 0.3333333 0.5733333 0.09333333
#>
#> Initial Probabilities
#>
#> Active Average Disengaged
#> 0.5192308 0.4807692 0.0000000
#>
#> Cluster 3:
#>
#> State Labels
#>
#> Active, Average, Disengaged
#>
#> Transition Probability Matrix
#>
#> Active Average Disengaged
#> Active 0.30067568 0.6081081 0.09121622
#> Average 0.15940767 0.5731707 0.26742160
#> Disengaged 0.06578947 0.4707602 0.46345029
#>
#> Initial Probabilities
#>
#> Active Average Disengaged
#> 0.0000000 0.4107143 0.5892857