mjskay / ARTool

R Package for Aligned Rank Transform for Nonparametric Factorial ANOVAs
56 stars 9 forks source link

Clarify coding of factors in example datasets #7

Closed mjskay closed 8 years ago

mjskay commented 8 years ago

Currently datasets like Higgins1990Table5 use codings like "1", "2", "3", ... for factors, which can look like numeric data in examples and printed tables even though they aren't. I suspect this contributes to people passing in numeric data for factors (see issue #5).

Simple solution here is to rename the levels to things that are obviously strings and not numeric.