Open FlorianSeitz opened 3 years ago
data(nosofsky1989long) DT <- as.data.table(nosofsky1989long) DT <- DT[condition == "size", ] DT <- DT[!is.na(true_cat), ]
gcm( formula = response ~ angle + size, class = ~true_cat, data = DT, choicerule = "none", options = list(solver = "grid") )
gives the following error: Error in private$make_pargrid(which_par = par, ...) : unused argument (which_par = par)
data(nosofsky1989long) DT <- as.data.table(nosofsky1989long) DT <- DT[condition == "size", ] DT <- DT[!is.na(true_cat), ]
gcm( formula = response ~ angle + size, class = ~true_cat, data = DT, choicerule = "none", options = list(solver = "grid") )
gives the following error: Error in private$make_pargrid(which_par = par, ...) : unused argument (which_par = par)