Coder Social home page Coder Social logo

effectliter's Introduction

EffectLiteR

This R package can be used to estimate average and conditional effects of a treatment variable on an outcome variable, taking into account any number of continuous and categorical covariates. It automatically generates lavaan (Rosseel, 2012) syntax for a multi-group structural equation model, runs the model in lavaan, and extracts various average and conditional effects of interest.

EffectLiteR is a new program based on the ideas (not the code) of EffectLite (Steyer & Partchev, 2008; www.causal-effects.de) and many (former) researchers at the Department of Methodology and Evaluation Research at Friedrich Schiller University Jena.

Installation

EffectLiteR can be installed directly from this GitHub repository using the additional package devtools. Under Windows, please make sure Rtools (http://cran.r-project.org/bin/windows/Rtools/) are installed and no older version of EffectLiteR is currently loaded):

install.packages("devtools")
library(devtools)

install_github("amayer2010/EffectLiteR")

Alternatively, the subfolder /old contains tar.gz files (for installing from source) and Windows binaries. However, these may be outdated. When devtools is used, dependencies are installed automatically. Otherwise, you need to install the following packages yourself:

install.packages(c("lavaan","methods"))
install.packages(c("shiny","foreign","ggplot2"))

Run EffectLiteR

The main function of the package is effectLite(). Type example(effectLite) for an example. The shiny interface can be called by effectLiteGUI() after having loaded the package EffectLiteR:

library(EffectLiteR)

example(effectLite)
effectLiteGUI()

effectliter's People

Contributors

alexschauerte avatar amayer2010 avatar gkappler avatar

Watchers

 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.