Produce table for descriptive statistics by groups for several variables easily. Depending on the nature of these variables, different descriptive statistical methods were used(t-test, ANOVA, Kruskal-Wallis, chi-squared, Fisher's,...)
# S3 method for formula_sub
gaze(x, data, missing = FALSE, ...)
An object of class "gaze" which inherits from the class "data.frame" with at least the following attributes:
character. name of dependent variable
An object of class "formula". Left side of ~ must contain the name of one grouping variable or two grouping variables in an additive way(e.g. sex+group~), and the right side of ~ must have variables in an additive way.
A data.frame
logical If true, missing value analysis performed
Further arguments to be passed to gaze()