mu1, mu2: Numeric value specifying group means. Required if multiplicative = TRUE.
sigsq: Numeric value specifying the variance of observations.
sigsq1, sigsq2: Numeric value specifying the variance of observations for each group.
sigsq_p: Numeric value specifying the variance of processing errors.
sigsq_m: Numeric value specifying the variance of measurement errors.
multiplicative: Logical value for whether to assume multiplicative rather than additive errors.
assay_cost: Numeric value specifying cost of each assay.
other_costs: Numeric value specifying other per-subject costs.
labels: Logical value.
ylim: Numeric vector.
Returns
Plot generated by ggplot.
Examples
# Plot ratio of variances vs. pool size with default settingspoolvar_t(sigsq =1)# Add processing error and other per-subject costspoolvar_t(sigsq =1, sigsq_p =0.2, other_costs =0.1)