Publications by YOUR NAME HERE

Simulating to create the `bradley` data

15.02.2023

Table of contents 1 Simulating Cases 2 Simulating Controls 3 Combining the Data Simulating to create the bradley data CodeShow All CodeHide All CodeView Source Author Thomas E. Love Published 2023-02-15 Creating the bradley data set, working from the top part of Table 1 of Bradley SM et al. (2019) “Incidence, Risk Factors, and Outcome...

644 sym Python (4499 sym/8 pcs)

The lindner example for Observational Studies

09.02.2023

Table of contents Authorship Note 1 Setup 2 Load data 3 Data managment 3.1 Managing binary variables 3.2 Inspecting the clean data 4 Codebook 5 Table 1 6 Task 1: Ignoring covariates, estimate the effect of treatment vs. control on the two outcomes 6.1 Quantitative outcome: cardbill 6.2 Binary outcome: sixMonthSurvive 7 Task 2: Fitt...

19371 sym Python (103333 sym/166 pcs) 18 img 18 tbl

Sample Project A Proposal

12.09.2022

Code Show All Code Hide All Code Download Rmd YOUR PROJECT A TITLE YOUR PROJECT A TITLE Note to Students 1 Preliminaries 1.1 My R Packages 1.2 Data Ingest 2 Data Development 2.1 Selecting My Data 2.2 Repairing the fipscode and factoring the state 2.3 Creating Binary Categorical Variables 2.4 Creating Multi-Cat...

44509 sym 9 tbl

431 Project B Sample Study 1 for 2022

13.09.2022

Code Show All Code Hide All Code Download Rmd 431 Project B Sample Study 1 431 Project B Sample Study 1 Important Reminders from Dr. Love 1 Setup and Data Ingest 1.1 Initial Setup and Package Loads 1.2 Loading the Raw Data into R 1.3 Contents of the Raw Tibbles 1.4 Two Merging Steps 1.5 Checking the Merge 1.6 S...

143604 sym 9 img 8 tbl

431 Project B Sample Study 2

13.09.2022

Code Show All Code Hide All Code Download Rmd 431 Project B Sample Study 2 431 Project B Sample Study 2 Important Reminders from Dr. Love 1 Setup and Data Ingest 1.1 Initial Setup and Package Loads in R 1.2 Loading the Raw Data into R 2 Cleaning the Data 2.1 Merging the Data 2.2 The Raw Data 2.3 Which variables shou...

83618 sym 7 img 4 tbl

Document

17.10.2022

Note to Students 1 Preliminaries 1.1 My Packages 1.2 Data Ingest 2 Data Development 2.1 Selecting My Data 2.2 Repairing the fipscode and factoring the state 2.3 Creating Binary Categorical Variables 2.4 Creating Multi-Category Variables 2.5 Revise order of variables ...

54904 sym R (14766 sym/40 pcs) 2 img 10 tbl

readthedown Sample Project A

17.10.2022

Code Show All Code Hide All Code Download Rmd YOUR PROJECT A TITLE (maximum 80 characters) If necessary, you can use a subtitle. YOUR PROJECT A TITLE (maximum 80 characters) Note to Students 1 Preliminaries 1.1 My Packages 1.2 Data Ingest 2 Data Development 2.1 Selecting My Data 2.2 Repairing the fipscode and factoring th...

54623 sym 10 tbl

Document

17.10.2022

Code Show All Code Hide All Code Download Rmd YOUR PROJECT A TITLE (maximum 80 characters) If necessary, you can use a subtitle. Your Name (and Partner’s Name) HERE 2022-10-17 Note to Students This document includes a lot of description from Dr. Love about what he’s doing and what’s happening in the R code chunks that should not b...

54601 sym 10 tbl

Document

17.10.2022

YOUR PROJECT A TITLE (maximum 80 characters) Note to Students 1 Preliminaries 1.1 My Packages 1.2 Data Ingest 2 Data Development 2.1 Selecting My Data 2.2 Repairing the fipscode and factoring the state 2.3 Creating Binary Categorical Variables 2.4 Creating Multi-Category Varia...

54886 sym 10 tbl

Live Demo from Class 03

01.09.2020

knitr::opts_chunk$set(comment=NA) options(width = 70) ## add additional libraries/packages here, as needed ## leaving the tidyverse as the last package loaded library(tidyverse) Loading in the data … ## if you want to load in a data set called namebeta.csv ## and then create a tibble from it called namealpha ## then uncomment the next li...

799 sym R (12276 sym/63 pcs) 10 img