https://github.com/cran/robCompositions
Raw File
Tip revision: daac2b4c2293b12523269bf2c21b43e304e733cf authored by Matthias Templ on 29 May 2018, 10:38:10 UTC
version 2.0.8
Tip revision: daac2b4
zeroOut.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/zeroOut.R
\name{zeroOut}
\alias{zeroOut}
\title{Detection of outliers of zero-inflated data}
\usage{
zeroOut(x, impute = "knn")
}
\arguments{
\item{x}{a data frame}

\item{impute}{imputation method internally used}
}
\value{
XXX
}
\description{
detects outliers in compositional zero-inflated data
}
\details{
XXX
}
\examples{
### Installing and loading required packages
data(expenditures)
}
\author{
Matthias Templ
}
back to top