Learn R Programming

TExPosition (version 2.9.0)

calculateLVConstraints: calculateLVConstraints

Description

Calculates constraints for plotting latent variables.

Usage

calculateLVConstraints(results, x_axis = 1, y_axis = 2, constraints = NULL)

Value

Returns a list with the following items:

$constraints

axis constraints for the plots (determines end points of the plots).

Arguments

results

results (with $lx and $ly) from TExPosition (i.e., $TExPosition.Data)

x_axis

which component should be on the x axis?

y_axis

which component should be on the y axis?

constraints

if available, axis constraints for the plots (determines end points of the plots).

Author

Derek Beaton