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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions