Usage Guide

Usage examples:

Note

print() statements in the examples below are only so these docs render at this site. They are not required for actual usage.

Sometimes using pymer4 interactively can cause the Python kernel to crash. This is more likely to happen if you have multiple interactive sessions running simulatenously. One way around this is to put this at the top of your notebook/code:

import os
os.environ['KMP_DUPLICATE_LIB_OK']='True'

1. Basic Usage Guide

1. Basic Usage Guide

2. Categorical Predictors

2. Categorical Predictors

3. ANOVA tables and post-hoc comparisons

3. ANOVA tables and post-hoc comparisons

4. Simulating Data

4. Simulating Data

5. Additional Statistics Functions

5. Additional Statistics Functions

Gallery generated by Sphinx-Gallery