list of data.frames containing statistical information about the
proportion differences from pi: 1) nhst = chi-square test of goodness of fit
stat info in a data.frame, 2) desc = descriptive statistics stat info in a
data.frame, 3) std = various standardized effect sizes in a data.frame,
4) count = data.frame containing the rbinded 1x2 tables of counts with an additional
column for the total (if rtn.table
= TRUE), 5) percent = data.frame
containing the rbinded 1x2 tables of overall percentages with an additional
column for the total (if rtn.table
= TRUE)
1) nhst = chi-square test of goodness of fit stat info in a data.frame
- est
proportion difference estimate (i.e., sample proportion - pi)
se
NA (to remind the user there is no standard error for the test)
X2
chi-square value
df
degrees of freedom (will always be 1)
p
two-sided p-value
2) desc = descriptive statistics stat info in a data.frame
- prop
sample proportion
pi
popularion proportion provided by the user (or 0.50 by default)
sd
standard deviation
n
sample size
lwr
lower bound of the confidence interval of the sample proportion itself
upr
upper bound of the confidence interval of the sample proportion itself
3) std = various standardized effect sizes in a data.frame
- cramer
Cramer's V estimate
h
Cohen's h estimate
4) count = data.frame containing the rbinded 1x2 tables of counts with an additional
column for the total (if rtn.table
= TRUE). The colnames are 1.
"0", 2. "1", 3. "total"
5) percent = data.frame containing the rbinded 1x2 tables of overall percentages
with an additional column for the total (if rtn.table
= TRUE). The
colnames are 1. "0", 2. "1", 3. "total"