Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
14
Task/Multiple-regression/SPSS/multiple-regression-1.spss
Normal file
14
Task/Multiple-regression/SPSS/multiple-regression-1.spss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
set rng=mc seed=17760704.
|
||||
new file.
|
||||
input program.
|
||||
vector x(4).
|
||||
loop #i=1 to 200.
|
||||
loop #j=1 to 4.
|
||||
compute x(#j)=rv.normal(0,1).
|
||||
end loop.
|
||||
end case.
|
||||
end loop.
|
||||
end file.
|
||||
end input program.
|
||||
compute y=1.5+0.8*x1-0.7*x2+1.1*x3-1.7*x4+rv.normal(0,1).
|
||||
execute.
|
||||
Loading…
Add table
Add a link
Reference in a new issue