clreg | R Documentation |
To determine which metrics correlate with each other and/or show interaction effects of factors, clreg runs linear regression models and generates summary scatterplots.
clreg(dataname, zonename, factor, factorname)
dataname |
: summary dataframe of cowlog observations (generated via cldata) |
zonename |
: list of zones (generated via cldata) |
factor |
: must be listed as either TRUE or FALSE, if false scatterplots and regresison models of all data are generated, if true scatterplots are colored by category and p values of interaction effects are reported |
factorname |
:(used if factor = TRUE) name of relevant categorical column in summary dataframe |
clreg(data = dataframe_round, zonename = list_of_zones, factor = TRUE, factorname = "round")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.