psych.misc {psych} | R Documentation |
This is a set of minor, if not trivial, helper functions.
lower.mat is a trivial, but useful, function to round off and print the lower triangle of a matrix.
progressBar prints out ... as it works through a tedious calculation.
psych.misc() lower.mat(R, digits = 2) progressBar(value,max,label=NULL)
R |
A matrix or data frame |
digits |
round to digits |
value |
the current value of some looping variable |
max |
The maximum value the loop will achieve |
label |
what function is looping |
The lower triangle of a matrix, rounded to digits with titles abbreviated to digits + 3 (lower.mat) or a series of dots.
lower.mat(Thurstone)