Description Usage Arguments Details Author(s) See Also Examples
A function for succinctly organizing output from the lensModel
function.
1 2 |
x |
A object of class LensMod to be printed |
rnd.coef |
A numeric indicating the number of digits to round the coefficients |
rnd.p |
A numeric indidating the number of digits to round the p-values |
... |
More arguments to pass to the print function. |
A print function for the lensModel
function that makes the output easier to interpret.
Ryne A. Sherman
1 2 3 4 5 6 7 | data(lensData)
DIAMONDS.in <- lensData[,32:39] # Self-ratings on 8 Situation Characteristics
DIAMONDS.ex <- lensData[,40:47] # Coder-ratings on 8 Situation Characteristics
CUES <- lensData[,3:31] # Coded Situation Cues
mod <- lensModel(DIAMONDS.in, DIAMONDS.ex, CUES) # Get the lens statistics
print(mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.