https://github.com/cran/IQCC
Raw File
Tip revision: 5c6e6dea621fd5b486441c5e649098ad5a6549e6 authored by Flavio Barros on 15 November 2017, 21:16:12 UTC
version 0.7
Tip revision: 5c6e6de
d2.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/d2.R
\name{d2}
\alias{d2}
\title{D2 Constant.}
\usage{
d2(n)
}
\arguments{
\item{n}{The sample size.}
}
\value{
Return the value of d2 for a given sample size n.
}
\description{
This function is used to calculate the mean of the sample relative range (W
statistic).
}
\examples{

d2(8)

}
\seealso{
\link{d3},\link{c4}
}
\author{
Daniela R. Recchia, Emanuel P. Barbosa
}
back to top