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

Fehler bei der Ausführung (step2) #9

Closed
KutSaleh opened this issue Jan 20, 2023 · 2 comments
Closed

Fehler bei der Ausführung (step2) #9

KutSaleh opened this issue Jan 20, 2023 · 2 comments
Assignees

Comments

@KutSaleh
Copy link

Skript wirft diese Fehlermeldung bei der Ausführung aus:

Aggregating results
Fitting final model on full training set
[1] "Fitting models for Ischemic_count for daily resolution"
[1] "split to train and test set"
[1] "Poisson"
Error in match.arg(type) :
'arg' sollte eines von '“link”, “response”, “terms”' sein

@mematt
Copy link
Contributor

mematt commented Jan 23, 2023

Thank you for raising this issue.
It is caused by copy-paste mistake incorporating predict(..., type = "raw") instead of predict(..., type = "response") in all predict.glm() calls.

We are fixing it throughout the script.

@NandhiniS08 NandhiniS08 self-assigned this Jan 23, 2023
NandhiniS08 added a commit that referenced this issue Jan 23, 2023
@NandhiniS08
Copy link
Contributor

Issue fixed and ran successfully in current form

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

No branches or pull requests

3 participants