f.r | R Documentation |
f-statistics (df1=1) to correlation coefficient
unadjusted statistics only
f.r(f, df, dir)
f |
the f-statistics |
df |
the degrees of freedom2 |
dir |
empirical direction: +1 or -1. articles sometimes report f-statistics in absolute value, may be prudent to check when extracting stats |
f.r(3.21, 97, -1)
dat %>% mutate (r_from_f = f.r(reg_f, reg_df, reg_emp_direction)) -> dat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.