Usage
conint(TrnX = NULL, TrnY = NULL, m, n1, n2, s1, s2, side = "both", alpha = 0.95, method = "n")
Arguments
TrnX
the observed values of a random sample from a distribution
TrnY
the observed values of a random sample from another distribution
m
the mean of the observed values of the first random sample
n1
the number of the random variables of TrnX
n2
the number of the random variables of TrnY
s1
the standard variance of TrnX
s2
the standard variance of TrnY
side
whether the confidence interval is one or two sides
alpha
the significance level of the confidence level
method
Are we going to calculate the confidence interval of the mean from a population or the difference between two means from two populations? Is the population from a
normal distribution, a t distribution or a chi-square distribution?