Calculating the F statistic | R
campus.datacamp.com › courses › inferentialTo calculate a p value for our F statistic, we can use the pf () function. This function works similarly as the pnorm () and pbinom () functions that you may have come across in the course on basic statistics. The pf () function takes our F statistic as its first argument, our df1 as its second argument and our df2 as its third argument.