Learn R Programming

OneTwoSamples (version 1.1-0)

Deal with One and Two (Normal) Samples

Description

We introduce an R function one_two_sample() which can deal with one and two (normal) samples, Ying-Ying Zhang, Yi Wei (2012) . For one normal sample x, the function reports descriptive statistics, plot, interval estimation and test of hypothesis of x. For two normal samples x and y, the function reports descriptive statistics, plot, interval estimation and test of hypothesis of x and y, respectively. It also reports interval estimation and test of hypothesis of mu1-mu2 (the difference of the means of x and y) and sigma1^2 / sigma2^2 (the ratio of the variances of x and y), tests whether x and y are from the same population, finds the correlation coefficient of x and y if x and y have the same length.

Copy Link

Version

Install

install.packages('OneTwoSamples')

Monthly Downloads

296

Version

1.1-0

License

GPL (>= 2)

Maintainer

Frederic Bertrand

Last Published

March 28th, 2023

Functions in OneTwoSamples (1.1-0)

interval_estimate4

Two sided or one sided interval estimation of mu of one normal sample
one_sample

Deal with one (normal) sample
one_two_sample

Deal with one and two (normal) samples
p_value

Compute the P value
var_test1

Two sided or one sided test of hypothesis of sigma^2 of one normal sample
interval_var1

Two sided interval estimation of sigma^2 of one normal sample
interval_estimate5

Two sided or one sided interval estimation of mu1-mu2 of two normal samples
interval_var2

Two sided interval estimation of sigma1^2 / sigma2^2 of two normal samples
interval_var4

Two sided or one sided interval estimation of sigma1^2 / sigma2^2 of two normal samples
interval_var3

Two sided or one sided interval estimation of sigma^2 of one normal sample
var_test2

Two sided or one sided test of hypothesis of sigma1^2 and sigma2^2 of two normal samples
mean_test2

Two sided or one sided test of hypothesis of mu1 and mu2 of two normal samples
mean_test1

Two sided or one sided test of hypothesis of mu of one normal sample
interval_estimate3

Two sided interval estimation of mu of one non-normal sample with large sample size
data_outline

Compute various descriptive statistics
interval_estimate2

Two sided interval estimation of mu1-mu2 of two normal samples
detail

Show details of an object
interval_estimate1

Two sided interval estimation of mu of one normal sample
OneTwoSamples-package

Deal with One and Two (Normal) Samples