dt = Open( "$SAMPLE_DATA/Big Class.jmp" ) ;
biv = dt << Bivariate( X( :Name("身長(インチ)") ), Y( :Name("体重(ポンド)") ), Fit Line );
•
|
グレーの開閉アイコンを右クリックし、[編集]>[ツリー構造の表示]を選択します。
|
パラメータ推定値はNumberColBox(13)に含まれています。次のようにスクリプトを続けます。
colBox = Report( biv )[Number Col Box( 13 )];
beta = colBox << Get As Matrix;
•
|
A = tableBox << Get As Matrix;
•
|
A = colBox << Get As Matrix;