Publications by Debarati Chakraborty
Document
Homework 2- Event History Author Debarati Chakraborty Please cite as: Hlavac, Marek (2022). stargazer: Well-Formatted Regression and Summary Statistics Tables. R package version 5.2.3. https://CRAN.R-project.org/package=stargazer Attaching package: 'survey' The following object is masked from 'package:graphics': dotchart Attach...
357 sym Python (49482 sym/41 pcs) 5 img
Document
Event History- Homework 3 Author Debarati Chakraborty Parametric Models Please cite as: Hlavac, Marek (2022). stargazer: Well-Formatted Regression and Summary Statistics Tables. R package version 5.2.3. https://CRAN.R-project.org/package=stargazer Attaching package: 'survey' The following object is masked from 'package:graphics': ...
1239 sym Python (10207 sym/39 pcs) 2 img
Document
Event History- HW 4 Author Debarati Chakraborty Cox Model Outcome Variable- Overall survival Status Event - Age of death by breast cancer Predictor Variables-Race and Ethnicity of the patients, ER Hormone- Positive or negative in the body (Hypothesis: ER negative hormone is a risk factor for death by breast cancer) , Radiation Therapy B-Cell ...
704 sym Python (10584 sym/28 pcs) 7 img
Homework 5- Event History
Event History- Homework 5 Author Debarati Chakraborty Event History Analysis - Discrete Time Hazard Model Outcome Variable- Adult Mortality Main predictor variables- Education and BMI categories (underweight, normal, overweight and obese) library(survey) Loading required package: grid Loading required package: Matrix Loading required pack...
472 sym Python (15316 sym/93 pcs) 1 img 1 tbl
Document Homework 1 Dr.Sparks
Debarati Chakraborty debarati.c94@gmail.com Using a screen capture tool to take a capture of the R session showing version 4.1.2 Homework 1 1) Rstudio version 2021.09.2-382.exe, is updated 2) R is version 4.1.2, 3) Running the start up script here: https://github.com/coreysparks/Rcode/blob/master/install_first_7283.R In Rstudio type: source(“h...
600 sym 1 img
Document
#Importing Libraries library(car) ## Loading required package: carData library(stargazer) ## ## Please cite as: ## Hlavac, Marek (2018). stargazer: Well-Formatted Regression and Summary Statistics Tables. ## R package version 5.2.2. https://CRAN.R-project.org/package=stargazer library(survey) ## Loading required package: grid ## Loading requ...
386 sym R (9052 sym/58 pcs) 1 img 3 tbl
Document
#Importing Libraries library (car, quietly = T) library(stargazer, quietly = T) ## ## Please cite as: ## Hlavac, Marek (2018). stargazer: Well-Formatted Regression and Summary Statistics Tables. ## R package version 5.2.2. https://CRAN.R-project.org/package=stargazer library(survey, quietly = T) ## ## Attaching package: 'survey' ## The fo...
1110 sym R (13374 sym/52 pcs) 4 img
Document
#Importing Libraries library (car, quietly = T) library(stargazer, quietly = T) ## ## Please cite as: ## Hlavac, Marek (2018). stargazer: Well-Formatted Regression and Summary Statistics Tables. ## R package version 5.2.2. https://CRAN.R-project.org/package=stargazer library(survey, quietly = T) ## ## Attaching package: 'survey' ## The fo...
2948 sym R (20971 sym/79 pcs) 1 img 4 tbl
Document
Outcome variable = Deaths Research Question:How mortality varies by place, gender and ethnicity. Cat <- read_excel("C:/Users/debar/Documents/Corey Sparks/CompressedMortality.xlsx") Cat1 <- glm(Deaths ~ offset(log(as.numeric(Population))) + factor(AgeGroup) + State + Gender + HispanicOrigin, family=poisson, data=Cat, na.action=na.exclude) ## Wa...
756 sym R (2114 sym/25 pcs) 2 tbl
Document
library(car) ## Loading required package: carData library(stargazer) ## ## Please cite as: ## Hlavac, Marek (2018). stargazer: Well-Formatted Regression and Summary Statistics Tables. ## R package version 5.2.2. https://CRAN.R-project.org/package=stargazer library(survey) ## Loading required package: grid ## Loading required package: Matrix #...
664 sym R (11096 sym/51 pcs) 4 img