print.interact {Interact}R Documentation

Prints Basic output for interaction object

Description

This prints the function call and first 10 significant interactions for an object output by the function interact

Usage

## S3 method for class 'interact'
print(x, ...)

Arguments

x

A variable of class interact — the output of function interact

...

Other arguments which the user would like to pass to the general print function

Author(s)

Noah Simon, and Robert Tibshirani

References

Simon, N. and Tibshirani, R. (2012) A Permutation Approach to Testing Marginal Interactions in Many Dimensions, http://www-stat.stanford.edu/~nsimon/TMIcor.pdf

See Also

interact, plot


[Package Interact version 1.1 Index]