summaryAssess | R Documentation |
Summarize power assessment criteria including overall or stratified FDR (False Discovery Rate), TP (True Positive), FP (False Positive), TPR (True Positive Rate), FP (False Positive Rate)
summaryAssess(assess.out,assess.type=c('overall','stratified'))
assess.out |
Output object from assess |
assess.type |
'overall' or 'stratified' |
assess
## Not run:
assess.out = assess(powmeta.out, alpha.type='fdr',alpha.level=0.1,stratify.type='prevalence')
sum.out=summaryAssess(assess.out,assess.type='overall')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.