Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

License

Packages

No packages published

Languages

You can’t perform that action at this time.