solution.tree {gimme}R 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


[Package gimme version 0.7-17 Index]