mirror of
https://github.com/msberends/AMR.git
synced 2025-12-14 13:10:21 +01:00
(v2.1.1.9233) chore: make all argument texts full sentences
This commit is contained in:
@@ -16,9 +16,9 @@ skewness(x, na.rm = FALSE)
|
||||
\method{skewness}{data.frame}(x, na.rm = FALSE)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{A vector of values, a \link{matrix} or a \link{data.frame}}
|
||||
\item{x}{A vector of values, a \link{matrix} or a \link{data.frame}.}
|
||||
|
||||
\item{na.rm}{A \link{logical} value indicating whether \code{NA} values should be stripped before the computation proceeds}
|
||||
\item{na.rm}{A \link{logical} value indicating whether \code{NA} values should be stripped before the computation proceeds.}
|
||||
}
|
||||
\description{
|
||||
Skewness is a measure of the asymmetry of the probability distribution of a real-valued random variable about its mean.
|
||||
|
||||
Reference in New Issue
Block a user