dsslearnr

Practice Exercises for Data Analysis for Social Science

https://github.com/ellaudet/dsslearnr

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.4%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Practice Exercises for Data Analysis for Social Science

Basic Info
  • Host: GitHub
  • Owner: ellaudet
  • Default Branch: main
  • Homepage:
  • Size: 2.28 MB
Statistics
  • Stars: 8
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed 9 months ago
Metadata Files
Readme Citation

README.md

dsslearnr: Practice Exercises for Llaudet and Imai's Data Analysis for Social Science (DSS)

This repository contains learnr tutorials with practice exercises for Data Analysis for Social Science: A Friendly and Practical Introduction by Elena Llaudet and Kosuke Imai, published by Princeton University Press.

Installation

To access the tutorials, open RStudio and install the necessary packages by running the following code:

install.packages("remotes")
remotes::install_github("rstudio/learnr")
remotes::install_github("rstudio-education/gradethis")
remotes::install_github("ellaudet/dsslearnr")

Starting the Tutorials

You can launch each tutorial by running its corresponding R code in RStudio. Below are the commands to start each tutorial:

  • Chapter 1: Introduction

    learnr::run_tutorial("01-introduction", package = "dsslearnr")

  • Chapter 2: Estimating Causal Effects with Randomized Experiments

    learnr::run_tutorial("02-experimental", package = "dsslearnr")

Tutorials for subsequent chapters are currently in development.

  • View the full list of available tutorials:

    learnr::run_tutorial(package = "dsslearnr")

Feedback

Any errors in these tutorials are my responsibility. If you encounter any issues or have suggestions for improvements, please contact me at ellaudet@gmail.com. Your feedback is highly appreciated!


I hope these tutorials are helpful to you and your students! - Elena

Owner

  • Name: Elena Llaudet
  • Login: ellaudet
  • Kind: user

Political Scientist | Associate Professor at Suffolk University | Harvard PhD | Co-author of Data Analysis for Social Science (with Kosuke Imai)

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: >-
  Practice Exercises for Llaudet and Imai's Data Analysis for Social
  Science (dsslearnr)
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Elena
    family-names: Llaudet
    email: ellaudet@gmail.com
    affiliation: Associate Professor at Suffolk University
identifiers:
  - type: url
    value: 'https://github.com/ellaudet/dsslearnr'
    description: >-
      GitHup Repository for Practice Exercises
      for Llaudet and Imai's Data Analysis and Social Science (dsslearnr)
repository-code: 'https://github.com/ellaudet/dsslearnr'
abstract: >-
  This repository contains learnr tutorials with practice
  exercises for Data Analysis for Social Science: A Friendly
  and Practical Introduction (DSS for short) by Elena
  Llaudet and Kosuke Imai from Princeton University Press (2022).

GitHub Events

Total
  • Push event: 7
Last Year
  • Push event: 7

Dependencies

DESCRIPTION cran