powered by
This function is used when analyze() is invoked.
analyze()
simple_analysis(x, ...)# S4 method for numeric simple_analysis(x, ...)# S4 method for logical simple_analysis(x, ...)# S4 method for factor simple_analysis(x, ...)# S4 method for ANY simple_analysis(x, ...)
# S4 method for numeric simple_analysis(x, ...)
# S4 method for logical simple_analysis(x, ...)
# S4 method for factor simple_analysis(x, ...)
# S4 method for ANY simple_analysis(x, ...)
A RowsVerticalSection object (or NULL). The details of this object should be considered an internal implementation detail.
RowsVerticalSection
NULL
(vector) the already split data being tabulated for a particular cell/set of cells.
vector
additional parameters to pass on.
Gabriel Becker and Adrian Waddell
This function has the following behavior given particular types of inputs:
calls mean() on x.
mean()
x
calls sum() on x.
sum()
calls length() on x.
length()
The in_rows() function is called on the resulting value(s). All other classes of input currently lead to an error.
in_rows()
simple_analysis(1:3) simple_analysis(iris$Species) simple_analysis(iris$Species == "setosa")
Run the code above in your browser using DataLab