Learn R Programming

simsem (version 0.2-8)

plotPowerSig: Plot multiple logistic curves given a significance result matrix

Description

This function will plot the significance results given the value of predictors.

Usage

plotPowerSig(sig, x = NULL, xval=NULL, mainName = NULL, useContour = TRUE)

Arguments

sig
The data.frame of a significance result, which contains only TRUE for significance and FALSE for not significance.
x
The data.frame of the predictor values. The number of rows of the x argument should be equal to the number of rows in the object.
xval
The values of predictor that researchers would like to find the fit indices cutoffs from.
mainName
A vector of the titles of the graphs
useContour
If there are two of sample size, percent completely at random, and percent missing at random are varying, the plotCutoff function will provide 3D graph. Contour graph is a default. However, if this is specified as FALSE, perspect

Value

  • NONE. Only plot the fit indices distributions.

See Also

Examples

Run this code
# No example

Run the code above in your browser using DataLab