Releases: jdjohn215/pollster
Releases · jdjohn215/pollster
v0.1.6
v0.1.5
v0.1.4
v0.1.3
pollster 0.1.3
- crosstab functions now include an option to include a column with unweighted frequencies. currently it is not available for column percents.
- a bug is fixed that gave an error in
crosstab(..., pct_type = "col", format = "wide", n = FALSE)
crosstab_3way
now places the n column at the end of the dataframe, consistent withcrosstab
- fixed bug in
moe_crosstab
&moe_crosstab_3way
that reported unweighted n in place of weighted n
v0.1.2
v0.1.1
improvements to how crosstab functions conditionally convert factor to date class. This includes removing the lubridate dependency.
crosstab functions now convert factors in crosstabs to numeric values when all values are numeric
crosstabs now show a value of 0% instead of NA when there are no values.
add CRAN installation to readme