Multiple regression: Difference between revisions

m
(+spss)
Line 1,520:
new file.
input program.
vector x(4).
loop #i=1 to 200.
computeloop x1#j=rv.normal(0,1) to 4.
compute x2x(#j)=rv.normal(0,1).
end loop.
compute x3=rv.normal(0,1).
compute x4=rv.normal(0,1).
end case.
end loop.
1,336

edits