As noted in the manual
Code: Select all
Note that when computing scores using Equation (12.33), EViews will transform the Y to match the data used in the original computation. For example, the data will be scaled for analysis of correlation matrices, and partialing will remove means and any conditioning variablesgroup01.makepcomp(eigvec=evec) a1 a2 a3
group group02 a1 a2 a3
group group03 (lbla-@mean(lbla))/@stdevp(lbla) (loan-@mean(loan))/@stdevp(loan) (oil-@mean(oil))/@stdevp(oil) (orders-@mean(orders))/@stdevp(orders)
stom(group03, ff)
matrix scores = ff*evec
