This package is not yet available from CRAN.
-- is that ever planned?
\
comparison_table compares a variable across a group, both visually and with an appropriate statistical test.
'visually makes me think of a graph. I would replace it with 'informally'
\
> iris %>% tab(Species, Petal.Width)
> iris %>% tab(Species, Petal.Width)
-- Repeated line
\
iris %>% dplyr_table(Petal.Width, Species, percent = TRUE)
> iris %>% tab(Species, Petal.Width, percent = TRUE)
I think the first line is an error?
\
fish_for_correlations is not working, so remove from readme?
\
Examples
The EA Survey
Its not clear where it surveytools2 is being used in that link
-- is that ever planned?
\
'visually makes me think of a graph. I would replace it with 'informally'
\
-- Repeated line
\
I think the first line is an error?
\
fish_for_correlations is not working, so remove from readme?
\
Its not clear where it surveytools2 is being used in that link