
Return selected table report
Source:R/class_all_generics.R
, R/class_association_results.R
, R/class_association_results_sub.R
, and 1 more
tableReport.Rd
Returns a data.frame
object of association table reports
Usage
tableReport(assocRes = missing(), reportName = missing())
# S4 method for class 'AssociationResults'
tableReport(assocRes = missing(), reportName = missing())
# S4 method for class 'AssociationResultsBLUE'
tableReport(assocRes = missing(), reportName = missing())
# S4 method for class 'AssociationResultsGLM'
tableReport(assocRes = missing(), reportName = missing())
# S4 method for class 'AssociationResultsMLM'
tableReport(assocRes = missing(), reportName = missing())
# S4 method for class 'AssociationResultsFast'
tableReport(assocRes = missing(), reportName = missing())
# S4 method for class 'AssociationResultsStepwise'
tableReport(assocRes = missing(), reportName = missing())
# S4 method for class 'PCAResults'
tableReport(assocRes = missing(), reportName = missing())
Arguments
- assocRes
a
AssociationResults
object- reportName
a specific table report to return