All Implemented Interfaces:
IReportItem

public class SummaryReportItem extends RCommandRReportItem
Summarizes the values stored in a R variable by displaying some statistical measures. These measures are Minimum, 1st Quartile, Median, Mean, 3rd Quartile, Maximum.
  • Constructor Details

    • SummaryReportItem

      public SummaryReportItem(String rVariableName, String displayName)
      Initialized a new report item that summarizes the values stored in a R variable.
      Parameters:
      rVariableName - Name of the R variable in which the data is stored.
      displayName - Name displayed when referring to the variable.
  • Method Details