haziqj / iprior

An R package for I-prior regression
GNU General Public License v3.0
1 stars 1 forks source link

Bug in `predict()` function #39

Closed haziqj closed 6 years ago

haziqj commented 7 years ago

If fitting using formula method, and the new data frame does not contain the response variable then predict function fails. This stems from the fact that it was not able to generate a similar data frame based on the formula for new data.

haziqj commented 6 years ago

Also need to check one.lam = TRUE option for formula method.