r - ez attempt to attribute NULL -


i want conduct within-subj anova using ezanova function ez package code:

> ezanova(data = sht_mean_cond_molten, dv = "value",           within = "variable", wid = "id", detailed = true,           type = 2)  fehler in table(data[, names(data) %in% c(wid, within)]) :  versuch ein attribut von null zu setzen error message means "attempt set attribute on null" 

what might problem?


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -