samuel-watson / glmmrBase

R package for specifying, fitting, analysing, and simulating generalised linear mixed models
3 stars 0 forks source link

Improve data parsing on new Model creation #41

Closed samuel-watson closed 4 months ago

samuel-watson commented 4 months ago

Model$new() will throw an error if the data in data contains string variables, even if those variables are not required for the model. Improve model fitting by: