https://github.com/cran/IQCC
Raw File
Tip revision: 53c14e2d35deeae90e359b99cad0db06d573eb53 authored by Emanuel P. Barbosa on 10 March 2010, 00:00:00 UTC
version 0.5
Tip revision: 53c14e2
d3.Rd
\name{d3}
\alias{d3}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{ D3 Constant. }
\description{
  This function is used to calculate the standard deviation of the sample relative range (W statistic).
}
\usage{
d3(n)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{n}{ The sample size. }
}

\value{
  Return the value of d3 for a given sample size n.
}
\author{ Daniela R. Recchia, Emanuel P. Barbosa }

\seealso{ \link{d2},\link{c4} }
\examples{
d3(7)
}
back to top