--- a
+++ b/man/ich_candidate_voxels.Rd
@@ -0,0 +1,21 @@
+% Generated by roxygen2: do not edit by hand
+% Please edit documentation in R/ich_candidate_voxels.R
+\name{ich_candidate_voxels}
+\alias{ich_candidate_voxels}
+\title{Create ICH Segmentation Candidate Voxesl}
+\usage{
+ich_candidate_voxels(df, cutoffs = ichseg::est.cutoffs)
+}
+\arguments{
+\item{df}{\code{data.frame} of image from \code{\link{make_predictors}}}
+
+\item{cutoffs}{a set of cutoffs/quantiles, with the names of
+columns of \code{df}}
+}
+\value{
+Logical vector
+}
+\description{
+Takes estimated cutoffs from paper from training data
+and creates a logical candidate vector
+}