Skip to main content

From a pandas dataframe, this program computes through A-learning the ARE or cognitive biais ASRE along their 95% confidence intervals.

Project description

From a pandas dataframe, this program computes the Absolute Rule Effect (ARE) or cognitive biais Absolute Stochastic Rule Effect (ASRE) through A-learning and provides asymptotic 95% confidence intervals from M-estimation sandwich formula.

asre-package takes as arguments

  • df: pandas dataframe with no missing values.

  • rule: column name for the rule as a string (random variable must be Bernoulli).

  • ttt: column name for the experimental treatment as a string (random variable must be Bernoulli).

  • y: column name for the outcome as a string (random variable can be either binary or continuous).

  • ps_predictors: list of column names (strings) for variables causing experimental treatment initiation e.g.propensity score predictors (random variables can be either binary or continuous).

  • pronostic_predictors: list of column names (strings) for variables causing the outcome e.g. prognosis predictors (random variables can be either binary or continuous).

  • ctst_vrb: list of column names (strings) for variables acting as treatment effect modifiers e.g. contrast variables (random variables can be either binary or continuous).

  • est = ‘ARE’: takes value ‘ARE’ or ‘ASRE_cb’. When ‘ARE’ is passed, the program computes only the Absolute Rule Effect ; when ‘ASRE_cb’ is passed it computes the ARE and alpha-level cognitive biais ASRE with alpha provided below.

  • alpha = .5: alpha-level cognitive biais for ASRE used when est = ‘ASRE_cb’.

  • n_alphas = 5: number of linearly spaced alphas computed on the plot wehn est=’ASRE_cb’.

  • precision = 3: rounding of the printed ARE/ASRE and their 95% confidence intervals.

Implementation detail will be posted on https://github.com/fcgrolleau/Emulated-ITR Theoretical argument including extensive simulations will be posted on Arxiv soon.

Change Log

0.0.11 (07/28/2021)

  • Fix ASRE printing and returned parameters when est=’ASRE_cb’

0.0.10 (07/28/2021)

  • Fix Docstring, README and program structure for computational efficiency.

0.0.7 (07/27/2021)

  • Fix module structure

0.0.1 (07/27/2021)

  • First Release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asre_compute-0.0.11.tar.gz (9.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page