File: pd_speech.Rd

package info (click to toggle)
r-cran-modeldata 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,592 kB
  • sloc: sh: 13; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,393 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/pd_speech.R
\docType{data}
\name{pd_speech}
\alias{pd_speech}
\title{Parkinson's disease speech classification data set}
\source{
UCI ML repository (data) https://archive.ics.uci.edu/ml/datasets/Parkinson\%27s+Disease+Classification#,

Sakar et al (2019), "A comparative analysis of speech signal processing
algorithms for Parkinson’s disease classification and the use of the tunable
Q-factor wavelet transform", \emph{Applied Soft Computing}, V74, pg 255-263.
}
\value{
\item{pd_speech}{a data frame}
}
\description{
Parkinson's disease speech classification data set
}
\details{
From the UCI ML archive, the description is "The data used in this
study were gathered from 188 patients with PD (107 men and 81 women) with
ages ranging from 33 to 87 (65.1 p/m 10.9) at the Department of Neurology
in Cerrahpaşa Faculty of Medicine, Istanbul University. The control group
consists of 64 healthy individuals (23 men and 41 women) with ages varying
between 41 and 82 (61.1 p/m 8.9). During the data collection process,
the microphone is set to 44.1 KHz and following the physician's examination,
the sustained phonation of the vowel \verb{/a/} was collected from each subject
with three repetitions."

The data here are averaged over the replicates.
}
\examples{
data(pd_speech)
str(pd_speech)
}
\keyword{datasets}