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

Extracting Parameters and model performance for models of oohbchoice #908

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

donaldkip77
Copy link

I am trying to extract model parameters and performance but the package does not support models of class oohbchoice. Could you help?
library(DCchoice)
library(Icens)
library(parameters)
library(insight)
library(modelsummary)
library(performance)
library(easystats)
library(modelbased)
library(see)
data(oohbsyn)
oohb1 <- oohbchoice(R1 + R2 ~ 1 | log(BL) + log(BH), data = oohbsyn)
oohb2 <- oohbchoice(R1 + R2 ~ age + gender | log(BL) + log(BH), data = oohbsyn)
summary(oohb2)
summary(oohb2)$AIC
summary(oohb2)$R2
summary(oohb2)$R1
r2(oohb2)
model_performance(oohb2)
model_parameters(oohb2)

…choice class

Model summary is not supported by the upstream packages that model summary uses to extract information from models. For model summary to support these models, the parameters and performance packages would need to add support
@donaldkip77 donaldkip77 changed the title Create Extracting Parameters and model performance for models of oohbchoice Extracting Parameters and model performance for models of oohbchoice Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant