Learn R Programming

reverseR (version 0.2)

PNAS2015: Small dataset from a 2015 PNAS paper

Description

The data was acquired by digitization of a graph from a 2015 PNAS paper. Contains three datapoints that exert significance reversal.

Usage

data(PNAS2015)

Arguments

Author

Andrej-Nikolai Spiess

Examples

Run this code
## See examples in 'lmInfl' and 'lmThresh'.
LM <- lm(y ~ x, data = PNAS2015)
lmInfl(LM)

Run the code above in your browser using DataLab