Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bucky's Archive for Data Analysis in the Social Sciences

This is an R package that provides functions for various statistical techniques commonly used in the social sciences, including functions to compute clustered robust standard errors, combine results across multiply-imputed data sets, and simplify the addition of robust and clustered robust standard errors. The package was originally developed, in part, to assist porting of replication code from Stata and attempts to replicate default options from Stata where possible.

Installation

Most users should use latest stable release of the package, which can be installed from CRAN by running

install.packages("bucky")

The development version can be installed directly from GitHub by running

## load 'devtools', installing if not already installed
suppressWarnings(require("devtools")) || {install.packages("devtools"); library("devtools")}
## install development version of 'bucky'
install_github("atahk/bucky")

About

Bucky's Archive for Data Analysis in the Social Sciences

Resources

Stars

6 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages