validateClass | R Documentation |
S3 generic used internally by MethylIT to ensure correct object classes are being used. validateClass() is called by these functions: estimateCutPoint evaluateDIMPclass FisherTest getPotentialDIMP nonlinearFitDist predictDIMPclass predictLogisticR selectDIMP uniqueGRfilterByCov
validateClass(LR)
## Default S3 method:
validateClass(LR)
## S3 method for class 'pDMP'
validateClass(LR)
## S3 method for class 'InfDiv'
validateClass(LR)
LR |
An object from class 'pDMP' or 'InfDiv' |
TRUE if object is valid, otherwise warning() and stop() are called
data(HD, gof)
PS <- getPotentialDIMP(LR = HD, nlms = gof$nlms, div.col = 9L, alpha = 0.05)
validateClass(HD)
validateClass(PS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.