Skip to content
Course Notes: Foundations of Inference
  • AI Chat
  • Code
  • Report
  • Course Notes

    Use this workspace to take notes, store code snippets, and build your own interactive cheatsheet!

    Note that the data from the course is not yet added to this workspace. You will need to navigate to the course overview page, download any data you wish to use, and add it to the file browser.

    # Import any packages you want to use here
    

    Take Notes

    Add notes here about the concepts you've learned and code cells with code you want to keep.

    Add your notes here

    Unknown integration
    Data frameavailable as
    df
    variable
    decision     group  n
    1   buyDVD   control 56
    2   buyDVD treatment 41
    3 nobuyDVD   control 19
    4 nobuyDVD treatment 34
    # Add your code snippets here