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 AssociationResults
tableReport(assocRes = missing(), reportName = missing())
# S4 method for AssociationResultsBLUE
tableReport(assocRes = missing(), reportName = missing())
# S4 method for AssociationResultsGLM
tableReport(assocRes = missing(), reportName = missing())
# S4 method for AssociationResultsMLM
tableReport(assocRes = missing(), reportName = missing())
# S4 method for AssociationResultsFast
tableReport(assocRes = missing(), reportName = missing())
# S4 method for PCAResults
tableReport(assocRes = missing(), reportName = missing())
Arguments
- assocRes
a
AssociationResults
object- reportName
a specific table report to return