Multiple linear regression with a binary covariate
This interactive simulation shows how the fitted plane in a multiple regression with two covariates, X1 and X2, can be represented in 2d, when one of the covariates (X2) is binary.
Model: Y ~ Intercept + b1*X1 (Continuous) + b2*X2 (Binary)