View source: R/fit.plateau2cf.R
fit.plateau2cf | R Documentation |
cf
where applicable, a plateau is fitted to the averaged data in cf
using a (correlated) chisquare fit.
fit.plateau2cf(cf, t1, t2, useCov = FALSE)
cf |
input object of class |
t1 |
starting t-value for the fit |
t2 |
final t-value for the fit. |
useCov |
perform a correlated chisquare fit or not. |
Returns a list with elements
plateau |
the fitted plateau value |
dplateau |
its error |
Carsten Urbach curbach@gmx.de
cf
data(correlatormatrix) cfnew <- extractSingleCor.cf(correlatormatrix, id=1) cfnew <- bootstrap.cf(cfnew, boot.R=99, boot.l=1) X <- fit.plateau2cf(cfnew, t1=13, t2=20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.