Learn R Programming

SWMPrExtension (version 2.2.5.1)

lm_p_labs: 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)

Value

Returns data.frame for use with seasonal_dot

Arguments

dat_in

data.frame with year, season, min, mean, max columns

Author

Julie Padilla, Dave Eslinger

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.

See Also