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
You get an error when using the plot_shiny() function, 'Error in get(pred.list[i], fosr.obj$data)' when trying to apply a function to a covariate in a model statement, for example:
fit.fosr = bayes_fosr(cca~ sqrt(pasat), data = DTI).
fails because of sqrt(pasat).
The text was updated successfully, but these errors were encountered:
You get an error when using the plot_shiny() function, 'Error in get(pred.list[i], fosr.obj$data)' when trying to apply a function to a covariate in a model statement, for example:
fit.fosr = bayes_fosr(cca~ sqrt(pasat), data = DTI).
fails because of sqrt(pasat).
The text was updated successfully, but these errors were encountered: