Learn R Programming

tna (version 1.0.0)

print.summary.group_tna_bootstrap: Print a Bootstrap Summary for a Grouped Transition Network Model

Description

Print a Bootstrap Summary for a Grouped Transition Network Model

Usage

# S3 method for summary.group_tna_bootstrap
print(x, ...)

Value

x (invisibly).

Arguments

x

A summary.group_tna_bootstrap object.

...

Arguments passed to the generic print method.

See Also

Validation functions bootstrap(), deprune(), estimate_cs(), permutation_test(), permutation_test.group_tna(), plot.group_tna_bootstrap(), plot.group_tna_permutation(), plot.group_tna_stability(), plot.tna_bootstrap(), plot.tna_permutation(), plot.tna_stability(), print.group_tna_bootstrap(), print.group_tna_permutation(), print.group_tna_stability(), print.summary.tna_bootstrap(), print.tna_bootstrap(), print.tna_permutation(), print.tna_stability(), prune(), pruning_details(), reprune(), summary.group_tna_bootstrap(), summary.tna_bootstrap()

Examples

Run this code
model <- group_model(engagement_mmm)
# Low number of iteration for CRAN
boot <- bootstrap(model, iter = 10)
print(summary(boot))

Run the code above in your browser using DataLab