Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supporting nls models in check_model #327

Open
IndrajeetPatil opened this issue Jul 10, 2021 · 1 comment
Open

supporting nls models in check_model #327

IndrajeetPatil opened this issue Jul 10, 2021 · 1 comment
Labels
Enhancement 💥 Implemented features can be improved or revised

Comments

@IndrajeetPatil
Copy link
Member

Feature request from Twitter

library(performance)

require(graphics)
DNase1 <- subset(DNase, Run == 1)
fm1DNase1 <- nls(density ~ SSlogis(log(conc), Asym, xmid, scal), DNase1)

check_model(fm1DNase1)
#> Error in `[.data.frame`(insight::get_data(x, verbose = verbose), , pred, : undefined columns selected

Created on 2021-07-10 by the reprex package (v2.0.0)

@IndrajeetPatil IndrajeetPatil added the Enhancement 💥 Implemented features can be improved or revised label Jul 10, 2021
@zionlion77
Copy link

nls is currently not supported, right? I could not find a list of supported models in the documentation of the package. I think that would be good to have, so people know what works with check_model() and what doesn't.

Any news on the implementation of nls models? Is this planned at some point?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 💥 Implemented features can be improved or revised
Projects
None yet
Development

No branches or pull requests

2 participants