File: testModel.rd

package info (click to toggle)
r-other-curvefdp 2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 88 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rwxr-xr-x 1,020 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\name{testModel}
\alias{testModel}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{Testing whether a mixture model from curveFDP approximately fits the score distribution}
\description{
after binning and mild smoothing a chi-square test is used to test whether a mixture model approximately fits the socre distribution
}
\usage{
testModel(scores, out)}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{scores}{scores corresponds to the results of the scoring of sequences to spectra (vector), for each spectrum only the best score, higher scores are better}
  \item{out}{mixture model as indicated by curveFDP}
}
\details{
after binning and mild smoothing a chi-square test is used to test whether a mixture model approximately fits the socre distribution
}
\value{
  \item{p}{pvalue of the Chi square test}
}
%\references{ ~put references to the literature/web site here ~ }
\author{Bernhard Renard \email{bernhard.renard@iwr.uni-heidleberg.de}}
\examples{}
\keyword{}