Learn R Programming

mvngGrAd (version 0.1.4)

entryData: Function to extract entry information

Description

Generic function to extract the most relevant information from the adjustment procedure for each entry included in the trial.

Usage

entryData(object,...)

Arguments

object
an object from the context of moving grid adjustment
...
possible other arguments to methods

Value

  • returned is a data.frame with the following content
  • rowthe row of the entry
  • columnthe column of the entry
  • columnthe column of the entry
  • adjustedPhethe adjusted phenotypic value
  • observedPhethe observed phenotypic value
  • movingMeanthe moving mean
  • nValuesthe number of values to calculate the moving mean
  • ... and possibly more

See Also

movingGrid (includes example of entryData)