Skip to content

atahk/bucky

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

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

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

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages