• script.R
1
2
3
4
5
6
7
8
9
10
# compute the F-statistic and assign it to `Fstat`
# compute the p-value and assign it to `pval`
# check whether the null is rejected at the 1%
significance level
# verify your result with `linearHypothesis()`
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  • R Console
>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX