All Implemented Interfaces:
IReportItem
Direct Known Subclasses:
SummaryReportItem

public class RCommandRReportItem extends AbstractGeneratedTextRReportItem
Report item used to display statistical values. The last result returned from R is considered to be the value of interest.
  • Field Details

    • returnedValue

      protected org.rosuda.JRI.REXP returnedValue
      The value returned from R after executing the provided command.
    • rCommands

      protected String rCommands
      The R command which execution yields to the required value.
  • Constructor Details

    • RCommandRReportItem

      public RCommandRReportItem(String rCommands, String description)
      Initializes a new report item.
      Parameters:
      rCommands - R commands that lead to the calculation of the statistical value.
      description - Description of this report item.
  • Method Details