我测试的三个模型是:因变量都是 score
model 1 自变量: “SES” “Single parent”
model 2 “SES” “Single parent” + 一个interaction “ses×singleparent”
model 3 “SES” “Single parent” + 一个interaction “ses×singleparent”+两个covariate (家中兄弟姐妹数量+18岁以上大人的数量)
请问如何出个三个模型summary的table,能把model放在row,自变量放在column的? 谢谢 !(一般运行linear出来的表格都是自变量model放在row上的,见下图)
Coefficientsa
|
Model
| Unstandardized Coefficients
| Standardized Coefficients
| t
| Sig.
|
B
| Std. Error
| Beta
|
1
| (Constant)
| .028
| .018
|
| 1.509
| .131
|
child living in single partent or other type of family
| -.122
| .040
| -.051
| -3.052
| .002
|
Zscore: WK CONTINUOUS SES MEASURE
| .379
| .017
| .379
| 22.668
| .000
|
2
| (Constant)
| .021
| .018
|
| 1.127
| .260
|
child living in single partent or other type of family
| -.192
| .043
| -.080
| -4.510
| .000
|
Zscore: WK CONTINUOUS SES MEASURE
| .422
| .019
| .422
| 22.136
| .000
|
single parent by zwksesl interaction term
| -.183
| .039
| -.095
| -4.651
| .000
|
3
| (Constant)
| .027
| .019
|
| 1.432
| .152
|
child living in single partent or other type of family
| -.222
| .045
| -.093
| -4.986
| .000
|
Zscore: WK CONTINUOUS SES MEASURE
| .416
| .019
| .416
| 21.810
| .000
|
single parent by zwksesl interaction term
| -.188
| .039
| -.097
| -4.798
| .000
|
number of sibling minus mean (1.42 siblings)
| -.071
| .014
| -.078
| -4.869
| .000
|
number in household over 18 minus mean ( 2.01)
| -.022
| .027
| -.014
| -.812
| .417
|
a. Dependent Variable: Zscore: C1 READING IRT SCALE SCORE
|