Switch to unified view

a b/man/smoothed_logistic_cutoffs.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/smoothed_logistic_cutoffs.R
3
\docType{data}
4
\name{smoothed_logistic_cutoffs}
5
\alias{smoothed_logistic_cutoffs}
6
\title{Estimated Logistic Model List of Cutoffs for Smoothed Data for ICH}
7
\format{
8
A list with 7 elements, which are:
9
\describe{
10
\item{mod.pauc}{the partial AUC estimated with the training data }
11
\item{mod.pauc.cutoff}{the sens/spec for partial AUC cutoff }
12
\item{mod.sens.cutoff}{the sensitivity and cutoff estimated with the training datan }
13
\item{mod.dice.cutoff}{the Dice Similarity Index and cutoff estimated with the training data }
14
\item{mod.acc}{the accuracy and cutoff estimated with the training data}
15
}
16
}
17
\usage{
18
smoothed_logistic_cutoffs
19
}
20
\description{
21
A list containing the logistic model cutoffs  
22
for predicting ICH after smoothing and other factors for
23
prediction.
24
}
25
\keyword{datasets}