Entering edit mode
10.1 years ago
Shaurya Jauhari
▴
50
Hello. Is it possible to ascertain unknown predictor values from a known response value in multivariable regression?
Hello. Is it possible to ascertain unknown predictor values from a known response value in multivariable regression?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Wouldn't this be imputation, or do you have something else in mind?
Edit: Actually, have you read
help(predict)
in R? You could just predict the terms.solve() function would come handy?