25  groupedHyperframe

ImportantDisclaimer

These packages (Note 1) are a one-person project undergoing rapid evolution. Backward compatibility (per Hadley Wickham) is provided as a courtesy rather than a guarantee.

Until further notice, these packages should

  • not be used as a basis for research grant applications,
  • not be cited as an actively maintained tool in a peer-reviewed manuscript,
  • not be used to support or fulfill requirements for pursuing an academic degree.

In addition, work primarily based on these packages (Note 1) should not be presented at academic conferences or similar scholarly venues.

Furthermore, a person’s ability to use these packages (Note 1) does not necessarily imply an understanding of their underlying mechanisms. Accordingly, demonstration of their use alone should not be considered sufficient evidence of expertise, nor should it be credited as a basis for academic promotion or advancement.

These statements do not apply to the contributors (Tip 1) to these packages (Note 1) with respect to their specific contributions.

These statements do not apply when the maintainer of these packages (Note 1), Tingting Zhan, is credited as the first author, the lead author, and/or the corresponding author in a peer-reviewed manuscript, or as the Principal Investigator or Co-Principal Investigator in a research grant application and/or a final research progress report.

These statements are advisory in nature and do not modify or restrict the rights granted under the GNU General Public License https://www.r-project.org/Licenses/.

Note

The examples in Chapter 25 require

library(groupedHyperframe)

Package groupedHyperframe (v0.4.0, GPL-2) introduces a new S3 class 'groupedHyperframe', for grouped hyper data frame, which inherits from the class 'hyperframe' (Chapter 26). The derived class 'groupedHyperframe' is assigned with additional attributes,

Table 25.1 summarizes the S3 methods for the class 'groupedHyperframe' in package groupedHyperframe (v0.4.0, GPL-2), most of which are straightforward extensions of the corresponding S3 methods for the class 'hyperframe' (Note 1.2).

Table 25.1: S3 methods groupedHyperframe::*.groupedHyperframe (v0.4.0)
visible from generic isS4
[.groupedHyperframe FALSE registered S3method base::[ FALSE
$<-.groupedHyperframe FALSE registered S3method base::`$<-` FALSE
cbind.groupedHyperframe FALSE registered S3method base::cbind FALSE
get_nested_factor.groupedHyperframe FALSE registered S3method groupedHyperframe::get_nested_factor FALSE
getGroupsFormula.groupedHyperframe TRUE groupedHyperframe nlme::getGroupsFormula FALSE
print.groupedHyperframe FALSE registered S3method base::print FALSE
summary.groupedHyperframe FALSE registered S3method base::summary FALSE