• script.R
1
2
3
4
5
6
7
# compute t-statistics for all coefficients. Assign
them to `tstats`
# compute p-values for all significance tests. Assign
them to `pval`
# check whether the hypotheses are rejected at the 1%
significance level
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  • R Console
>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX