Get predicted values or prediction formula log linear model
I am trying with several ways to get the prediction formula or the values in my table after this code and it doesn't give it.
model = dt << Fit Model(
Y( :RSF ),
Effects( :BH ),
LogVariance Effects( :Category & LogVariance ),
Personality( "Loglinear Variance" ),
Run(Save Prediction Formula),
SendToReport(
Dispatch(
{"Loglinear Variance Fit", "Mean Model for RSF"},
"Fixed Effect Tes...