Skip to content

Exploring the statistical analysis suite

Sequoia edited this page Mar 5, 2020 · 10 revisions

This package comes with a suite of specialized utility functions for statistical analysis. You can access these functions through an instance of the CompassAnalyzer R6 class, which you can create like so:

compass_analyzer <- CompassAnalyzer$new(compass_settings)

You can use the aforementioned functions to easily:

Clone this wiki locally