Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcentered bols has trouble with newdata #70
Comments
|
The problem is different from what you think,
What you do is that you specify another variable by accident. In the first model it seems that it is treated as an intercept (as As you are the second person running into this problem, we need to make sure that an error is thrown in that case. |
|
@carlganz You stated that the example was taken from the docs. Does this include the (wrong) usage of |
|
It wasn't taken from docs. Sorry if I made it seem that way. Thanks for the clarification. |
I'm guessing that the levels of
waistcircchange when centered so the levels in newdata don't match the model even though the data is the same as the data used to build the model.