script.R
1
2
3
4
5
6
7
8
9
10
# estimate the restricted model and save it in
`model_res`
# compute the SSR of the restricted model and assign it
to `RSSR`
# estimate the unrestricted model and save it in
`model_unres`
# compute the SSR of the unrestricted model and assign
it to `USSR`
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
R Console
1
>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX