% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/filter.R
\name{DipTestOverP}
\alias{DipTestOverP}
\title{DipTestOverP returns a filter function with bindings for P.
This function evaluates to TRUE if the Hartigans Dip Test for unimodality can be rejected at the significance level P.}
\usage{
DipTestOverP(p, R = 100, na.rm = T)
}
\arguments{
\item{p}{The P-value that is used to reject Hartigans Dip Test of unimodality}

\item{R}{The number of bootstrap replicates for each test.}

\item{na.rm}{Whether NAs should be removed.}
}
\value{
A function with bindings for p and R.
}
\description{
DipTestOverP returns a filter function with bindings for P.
This function evaluates to TRUE if the Hartigans Dip Test for unimodality can be rejected at the significance level P.
}