Skip to content

Add an "assumption" pipeline #15

Description

@studsttat

I found this package might be better than "infer" or "rstatix" package, and I currently wait for its CRAN submission. We see that when you write this:

sleep |> 
    define_model(extra ~ group) |> 
    prepare_test(TTEST) |> 
    conclude()

You are preparing t-test pipeline, right? How about adding another one after prepare_test(), like writing some assumptions? Because "infer" has assume, which defines the theoretical distribution.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions