Package index
-
acro_add_comments() - Add comments to outputs
-
acro_add_exception() - Adds an exception request to an output.
-
acro_crosstab() - Compute a simple cross tabulation of two (or more) factors.
-
acro_custom_output() - Adds an unsupported output to the results dictionary
-
acro_disable_suppression() - Turns suppression off during a session
-
acro_enable_suppression() - Turns suppression on during a session
-
acro_finalise() - Creates a results file for checking.
-
acro_glm() - Fits Logit or Probit model.
-
acro_hist() - Histogram
-
acro_init() - Initialise an ACRO object
-
acro_lm() - Fits Ordinary Least Squares Regression
-
acro_pivot_table() - Pivot table
-
acro_print_outputs() - Prints the current results dictionary.
-
acro_remove_output() - Remove outputs
-
acro_rename_output() - Rename outputs
-
acro_surv_func() - Survival analysis
-
acro_table() - Compute a simple cross tabulation of two (or more) factors.
-
create_factors() - Convert data to factors and manage NA levels
-
is_excluded() - Identify values to be excluded from an object
-
is_invalid() - Identify empty values; NA or NaN in an object
-
lung - Lung Cancer Survival Data
-
nursery_data - Nursery Database
-
to_pandas_categorical() - Convert an R factor to a Pandas Categorical