Formats GLM statistics. Uses a gaussian family by default, or binomial family if all y are 0 or 1, to fit a general linear model. Formats number of observations, p-value, and Pearson correlation coefficient into a string for printing.
metastats(
x,
y,
family = if (all(y %in% 0:1, na.rm = TRUE)) "binomial" else "gaussian",
...
)
character
x values
y values
regression family
other arguments
scatter_panel
Other regression functions:
model()
,
region()