Skip to content

nschmeller/fragile-families

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fragile Families

spring 2019

Nicholas Kim and Nicholas Schmeller

FINAL PRODUCT: https://www.overleaf.com/read/vnyfjtwzwdsh

multiple imputation

not sure if we'll need to use multiple imputation here, but if we do, there's a Python implementation called missingno by ResidentMario (https://github.com/ResidentMario/missingno). The resources for FFP are for the most part social science data visualization tools like R and Stata

a note on large files:

We used Git Large File Storage to share large files. This means we have a local .gitattributes file to track which files are associated with LFS. Collaborators on this repo must have LFS installed on their machines to receive actual file objects instead of pointer files on a clone. Follow these links:

  1. https://help.github.com/en/articles/installing-git-large-file-storage
  2. https://help.github.com/en/articles/configuring-git-large-file-storage
  3. https://help.github.com/en/articles/collaboration-with-git-large-file-storage

The large files take up about 650 MB of disk space.

Or, the large files can be accessed via OPR or a cloud storage for team members. @nick basically it doesn't matter if you have git LFS or not because if you locally copy the files to the repo then the pointers should line up but it might be useful to know how to do this in the future.