lm_p_labs {SWMPrExtension} | R Documentation |
P-Value labels for Plotting
Description
Generate a dataframe of p-value labels based on p-values from linear regression
Usage
lm_p_labs(dat_in)
Arguments
dat_in |
|
Details
A helper function that returns a data.frame
of p-value labels for use with the seasonal_dot
. P-values are taken from linear regression lm
.
Value
Returns data.frame
for use with seasonal_dot
Author(s)
Julie Padilla, Dave Eslinger
See Also
[Package SWMPrExtension version 2.2.5.1 Index]