Learn R Programming

probemod (version 0.1)

print.jn: Print Function For Johnson-Neyman

Description

Prints function for objects of class "jn"

Usage

## S3 method for class 'jn':
print(x, \dots)

Arguments

x
an object of class "jn".
...
Additional arguments (not supported yet).

Value

  • none

Examples

Run this code
myModel <- lm('DV ~ IV + MOD', data=someData)
jnresults <- jn(myModel, dv='DV', iv='IV', mod='MOD')
jnresults

Run the code above in your browser using DataLab