Git Product home page Git Product logo

stata's Introduction

World Bank GitHub Stata repository

Description

Visit the landing page.

stata's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

stata's Issues

manskiBounds p-value line

Syntax used:

set obs 1000
set seed 1000
gen cutoff= rnormal()
replace cutoff=1 if cutoff>=1
replace cutoff=0 if cutoff<0.5
replace cutoff=. if cutoff>=0.5 & cutoff<1

gen foreign= rnormal()
replace foreign=1 if foreign>=0
replace foreign=0 if foreign<0

manskiBounds reg cutoff foreign, treatment(foreign) outcome(cutoff)

The graph produced by this contains p-value bounding line at p<.05 and P<.01 to the left side of the graph, instead of appearing further to the right.

write README

The repo name stata_commands is very general that we need a description of the repo.
README should at least include: what this is and how to contribute.

Separate T and C

Hi Ben,

Could there be a way to clearly separating Treatment assignment when the output is displayed in a same table?

Thanks,

Aram

long variable and value label names with applyCodebook.ado

The program applyCodebook.ado breaks when the variable names or value label names are long due to limits on the length of local variables.

I was able to do a quick work around by renaming long variables to a shorter name before running applyCodebook.ado and then renaming them back to the original variable name after running the program.

Broken links

Links throughout the site appear to be broken:

image

image

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.