solution.tree: Solution trees for multiple solutions gimme.

View source: R/solution.tree.R

solution.treeR Documentation

Solution trees for multiple solutions gimme.

Description

This function allows for the exploration of divergences in multiple solutions gimme for both the group and individuals.

Usage

solution.tree(x,
              level     =  c("group", "individual"),
              cols      =  NULL,
              ids       =  "all",
              plot.tree =  FALSE)

Arguments

x

A fitted gimme object.

level

A character vector indicating what levels of the solution tree you would like returned. Options are "group", "individual", or c("group", "individual"). Defaults to c("group", "individual").

cols

A character vector indicating additional information to include in tree plot. Options include "stage", "pruned", "rmsea", "nnfi", "cfi","srmr", "grp_sol", "bic", "aic", "modularity." Defaults to NULL.

ids

A character vector indicating the names of subjects to print. Defaults to "all."

plot.tree

Logical. If TRUE, plot of tree is produced. Defaults to FALSE.

Details

solution.tree


gimme documentation built on Aug. 30, 2023, 1:08 a.m.