ev_means_equal {ssev} | R Documentation |
Compute expected value as function of n, N
Description
Comparing means with equal variances
Usage
ev_means_equal(n, N, means, sd, sig.level, ties)
Arguments
n |
Sample size per group |
N |
Population size (estimate) |
means |
Vector of estimated means |
sd |
Standard deviation of the groups (assumed equal) |
sig.level |
Significance level |
ties |
Tie-breaking probability |
Value
A scalar indicating the expected mean reward per unit in the population
[Package ssev version 0.1.0 Index]