Prediction Profiler - Upper and Lower Limits - how to compute?
Hi experts, I'm trying to figure out how the upper and lower limits are computed on the prediction profiler for a categorical regression model.Here is the model and a profiler snapshot for (White, Low Density, Night): To get the mean response of 0.305017, we can simply add up 0.4650093 + (-0.03985) + (-0.0513424) + (-0.0687996) = 0.305017 But how are the lower/upper limits of 0.22501 and 0.38502 c...