Constraining Fit Model Output (or prediction profiler) to a Range
I have three variables that influence a value (a proportion from 0 to 1). When I take the approach of creating a generalized linear model using the fit model platform, I get a prediction equation that largely works but still allows predictions of below 0 or 1, if I input certain variable values. This is not desired since the estimate is supposed to be a proportion. Is there a way in which I ca...