Usage
psych.misc()
lowerCor(x,digits=2,use="pairwise",method="pearson")
lowerMat(R, digits = 2)
reflect(f,flip=NULL)
progressBar(value,max,label=NULL)
shannon(x,correct=FALSE,base=2)
test.all(p)
Arguments
R
A rectangular matrix or data frame (probably a correlation matrix)
x
A data matrix or data frame
use
Should pairwise deletion be done, or one of the other options to cor
method
"pearson", "kendall", "spearman"
value
the current value of some looping variable
max
The maximum value the loop will achieve
label
what function is looping
f
The object returned from either a factor analysis (fa) or a principal components analysis (principal)
flip
The factor or components to be reversed keyed (by factor number)
correct
Correct for the maximum possible information in this item
base
What is the base for the log function (default=2, e implies base = exp(1) )
p
The name of a package to be activated and then have all the examples tested.