GithubHelp home page GithubHelp logo

bhanditz / iccbeta Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cran/iccbeta

0.0 2.0 0.0 67 KB

:exclamation: This is a read-only mirror of the CRAN R package repository. iccbeta — Multilevel Model Intraclass Correlation for Slope Heterogeneity. Homepage: https://github.com/tmsalab/iccbeta Report bugs for this package: https://github.com/tmsalab/iccbeta/issues

R 81.01% C++ 18.99%

iccbeta's Introduction

Build Status Package-License CRAN Version Badge CRAN Status RStudio CRAN Mirror’s Monthly Downloads RStudio CRAN Mirror’s Total Downloads Coverage status

iccbeta R package

A function and vignettes for computing an intraclass correlation described in Aguinis & Culpepper (in press). iccbeta quantifies the share of variance in a dependent variable that is attributed to group heterogeneity in slopes.

Installation

You can install iccbeta from CRAN using:

install.packages("iccbeta")

Or, you can be on the cutting-edge development version on GitHub using:

if(!requireNamespace("devtools")) install.packages("devtools")
devtools::install_github("tmsalab/iccbeta")

Usage

To use the iccbeta package, load it into R using:

library("iccbeta")

From there, calling the icc_beta() function with either a lmer() model object or the desired individual components will compute the intraclass correlation:

# Automatically calculate icc from model
results_model = icc_beta(<lmer-model>)

# Calculate icc from individual terms.
results_component = icc_beta(X, l2id, T, vy)

Authors

Steven Andrew Culpepper and Herman Aguinis

Citing the iccbeta package

To ensure future development of the package, please cite iccbeta package if used during an analysis or simulation studies. Citation information for the package may be acquired by using in R:

citation("iccbeta")

License

GPL (>= 2)

iccbeta's People

Contributors

steveculpepper avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.