Giter Club home page Giter Club logo

methods-guides's People

Contributors

alyssaheinze avatar amwilk avatar donaldpgreen avatar gabriellalutz avatar graemeblair avatar jwbowers avatar kjacksonschiff avatar lilymedina avatar linstonwin avatar lulachen avatar macartan avatar malisi avatar mathiaspoertner avatar taraslough avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

methods-guides's Issues

hypothesis testing guide not knitting to html

@jwbowers I noticed that this guide's html file wasn't updated by your command last week. @amwilk and I have been attempting to knit it to html on its own, and it looks like there's an issue with a code chunk that's preventing it. Since you're the original guide author, I wanted to check with you to see if you can advise and/or knit it.

Where to provide comments on the guides?

Hi @graemeblair and @nahomi. Where would you like comments and pull requests on the guides. It looks like they exist in two repositories now.

I found a typo in the meta-analysis guide. Happy to make a pull request but wasn't sure which repository was being archived https://docs.github.com/en/repositories/archiving-a-github-repository/archiving-repositories and which was being maintained.

FYI on the meta-analysis guide:

This next should have $\frac{1}{\hat{\sigma}_2^2}$ in the numerator of the second term rather than $\frac{1}{\hat{\sigma}_1^2}$

$$ \hat{ATE_{pooled}} = \frac{\frac{1}{\hat{\sigma}_1^2}}{\frac{1}{\hat{\sigma}_1^2} + \frac{1}{\hat{\sigma}_2^2}}\hat{ATE_1} + \frac{\frac{1}{\hat{\sigma}_1^2}}{\frac{1}{\hat{\sigma}_1^2} + \frac{1}{\hat{\sigma}_2^2}}\hat{ATE_2} $$

Update the README with instructions about how to branch/fork and make pull requests.

We want people to easily contribute to and improve on the guides. So, we should update the README.md that people see when arriving at the repo with some basic instructions about forking and making pull requests (only people with access to the repo itself can use the branching model that I've been using for my own edits). Assigning this to @malisi to make a draft of this README.

Update a chunk in the RI2 guide

@acoppock We've been recompiling guides and ran into a problem here. We had to remove the plot to get it to run through --- and the summary shows NAs. We'd like to have the nice plot again. Any ideas about what we should do? (I changed condition_names to conditions to update the call to declare_ra FYI.) The chunk starts on line 196 and is in the section headed # 7. Randomization inference for multi-arm trials

three_arm_dat <- read.csv("three_arm_dat.csv")
three_arm_dec <- declare_ra(N = 200, 
                            conditions = c("Control", "Treatment 1", "Treatment 2"))

ri_out <-
    conduct_ri(
      formula = Y ~ Z,
      declaration = three_arm_dec,
      data = three_arm_dat,
      sims = sims
    )


summary(ri_out)
## plot(ri_out)

broken link in Guide to Statistical Power

The last word in this paragraph is not linked as it should be:

Randomization Protocol. What kind of randomization will you be employing? Simple randomization gives all subjects an equal probability of being in the treatment group, and then performs a (possibly weighted) coin flip for each. Complete randomization is similar, but it ensures that exactly a certain number will be assigned to treatment. Block randomization is even more powerful โ€” it ensures that a certain number within a subgroup will be assigned to treatment. A restricted random assignment rejects some random assignments based on some set of criteria โ€” lack of balance perhaps. These various types of random assignment can dramatically increase the power of an experiment at no extra cost. Read up on randomization protocols here.

How to translate "potential outcomes" to Spanish?

@lilymedina I think that "salida potencial" sounds weird. A couple of other folks who study causal inference and are native Spanish speakers agree. We suggest "resultado potencial" or "respuesta potencial". However, if the rest of the non-Chilean world thinks that "salida" is best, I'd defer.

Tagging @nahomi for her knowledge.

Add code to create figures to power.Rmd

I edited power.Rmd and submitted a pull request. However, I did not submit a pull request for a new power.html because I did not see code to recreate the figure. Is it possible to create the figure within the power.Rmd file itself? Or is there something about word press + Rmarkdown which suggests that it would be better to have a different file to create, in this case, the file simulatedpvals.png via some other route?

Links in Tables of Contents not Working

@malisi The links on the tables of contents in the methods guides do not work on any of my browsers. Do they work on yours? Is there a fix for this? Some alternative solution that some searching on stackoverflow might suggest?

Randomization Assessment and Balance Testing

People commonly use F-tests or Likelihood Ratio tests (Even with cluster randomized studies). Hansen and Bowers 2008 showed that these approaches do not control the false positive rate in small samples. Explain and compare the different approaches.

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.