You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user might have included a bunch of technical or nuisance covariates in their model. When they want to do a contrast between the interesting variables, but neglect to include others, we should fill them in with reasonable defaults. For example, if they have a "batch" term, we could add a "batch" column to their newdata dataframe prior to calling predict(), filling in a default value for their row. We should emit a message to this effect.
The text was updated successfully, but these errors were encountered:
The user might have included a bunch of technical or nuisance covariates in their model. When they want to do a contrast between the interesting variables, but neglect to include others, we should fill them in with reasonable defaults. For example, if they have a "batch" term, we could add a "batch" column to their newdata dataframe prior to calling predict(), filling in a default value for their row. We should emit a message to this effect.
The text was updated successfully, but these errors were encountered: