Giter Site home page Giter Site logo

CI for slope about infer HOT 3 CLOSED

tidymodels avatar tidymodels commented on August 27, 2024
CI for slope

from infer.

Comments (3)

andrewpbray avatar andrewpbray commented on August 27, 2024

Hmm, are you thinking CIs on E(Y|X) or on B1? If the latter, yes, it's no problem to set up the bootstrap. I've added that to the README as the final use case to build out.

In terms of the parameterization of hypothesize(), we have two options I think:

hypothesize(null = "independence")
# or
hypothesize(null = "point", slope = c("xvarname" = 0))

For the permutation test on the slope, the former strikes me as a more apt description of the null since permutation implies that the slope is 0 and that the intercept is y_bar - a bit stronger hypothesis than simply that the slope is 0. It's a similar argument to whether the null in the diff in means case should be "independence" or that the means are equivalent. I think the former is more appropriate there since, under permutation, all sorts of summary stats are equivalent, not just the means.

Does this make sense?

from infer.

hardin47 avatar hardin47 commented on August 27, 2024
  1. Right, we're on the same page: I do both (CIs for E(Y|X) and B1), however, I only bootstrap CIs for B1 (the E(Y|X) CI is done using theory).

  2. As for the null within hypothesize, I totally get your point. I think my hesitation simply has to do with being used to teaching it as B1=0.

I hadn't thought about (or noticed) the null being = independence for 2 means. I agree that it is more in line with the idea of permuting, but I wonder if it will confuse people. Do you usually teach the two sample mean problem as a problem of independence? I don't. But I guess I should. (Maybe????) I don't have strong opinions one way or another.

from infer.

github-actions avatar github-actions commented on August 27, 2024

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

from infer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.