Skip to content

likelihood option in cv_pred_error doesn't work #26

@dtkaplan

Description

@dtkaplan
mod1 <- glm(outcome == "Alive" ~ smoker + age, data = Whickham)
mod2 <- glm(outcome == "Alive" ~ smoker * age, data = Whickham)
mod3 <- glm(outcome == "Alive" ~ smoker * ns(age,3), data = Whickham)
cv_pred_error(mod1, mod2, mod3, output = "likelihood")

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions