medizininformatik-initiative / Projectathon6-miracum1

5 stars 4 forks source link

Fehler bei der Ausführung (step2) #9

Closed KutSaleh closed 1 year ago

KutSaleh commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

Issue fixed and ran successfully in current form