print.lensMod: Printing Lens Model Output

Description Usage Arguments Details Author(s) See Also Examples

Description

A function for succinctly organizing output from the lensModel function.

Usage

1
2
## S3 method for class 'lensMod'
print(x, rnd.coef = 2, rnd.p = 3, ...)

Arguments

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.

Details

A print function for the lensModel function that makes the output easier to interpret.

Author(s)

Ryne A. Sherman

See Also

lensModel

Examples

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)

multicon documentation built on May 2, 2019, 3:18 a.m.