RCompAngrist icon indicating copy to clipboard operation
RCompAngrist copied to clipboard

R companion to Angrist Pischke Mostly Harmless econometrics

Results 2 RCompAngrist issues
Sort by recently updated
recently updated
newest added

`install_github(repo = "MatthieuStigler/RCompAngrist", subdir = "RCompAngrist")` returns the error: ``` Error: 1:31: unexpected symbol 1: source("packages_functions.R")options ^ Execution halted ```

I was trying to use the kclass() function with a data frame where one of my variables has a couple of NAs. I got some weird errors though. I'm quite...