Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
% 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.
}