Publications by James Malloy
Aba Retention
Table of contents Table 1: Descriptives Reasons for leaving Overall Breakdown of Top 5 Categories Factors that would change your decision Overall Breakdown of Top 5 Categories Reasons for staying Overall Breakdown of Top 5 Categories Barriers to retention in ABA field Show code library(tidyverse) library(janitor) library(psych) library(knit...
625 sym Python (4001 sym/6 pcs) 4 img 2 tbl
Quant 3 Homework 4
Homework 4 Author James Malloy # First things first. Load libraries library(tidyverse) library(ggpubr) library(haven) library(modelsummary) library(broom) # Now let's load our Framingham dataset df_framingham <- read_sav("Framingham.sav") Using the Framingham data set linked in iCollege, create dummy codes for the variable Sex in the data ...
6939 sym
Document
Homework 5 Author James Malloy Complete an analysis of your choice using the attached SPSS data set. Use one of the time 2 variables (c2rscale, c2mscale or c2gscale) as the response/outcome variable. Use a combination of continuous and categorical variables as explanatory variables. The attached data set has our usual reading, math and genera...
3412 sym 5 img 3 tbl
Document
Quant 3 Midterm Exam EPRS 8550 Author James Malloy This midterm exam has two sections. In section A, you will analyze a data set using a model of your choosing using the High School Longitudinal Study (HSLS) data set. In section B, you will read and interpret a published study that uses multiple regression analysis. Please be sure to provide ...
17543 sym Python (6767 sym/17 pcs) 6 img 4 tbl
Document
Quant III Homework 6 EPRS 8550 Fall 2022 Author James Malloy Regression models with interactions between categorical and continuous variables Using the Framingham Heart Study data set, estimate a regression model using Cholesterol as the response variable with explanatory variables of sex/gender and age. Answer the following questions in your...
6861 sym 3 img 2 tbl
eprs-8540-hw1
library(tidyverse) library(modelsummary) library(haven) library(psych) library(tibble) library(broom) library(knitr) df_hsls <- read_spss("Datasets/HSLS_50_pct_sample_30_vars.sav") 1. Using unweighted observations, generate the N (or count of observations), min, max, mean, and standard deviation of the following variables (2): X1 Mathem...
3296 sym R (1782 sym/14 pcs) 3 img 8 tbl
resume
Aside Contact Info Personal Website Linkedin Github Twitter Skills R programming Excel/Google Sheets Markdown Stata SPSS Qualtrics Multivariate regression Design-based research Model-based research Causal inference Program evaluation Disclaimer Last updated on 2022-04-18. Main James Malloy I am currently a graduate student studying Res...
3606 sym 2 img
EPRS 8830 Project 2 Draft 2
Instructions Thank you for agreeing to take our survey. Please complete this short survey to tell us about your experiences as an international graduate student. All responses are recorded anonymously, so feel free to provide honest feedback. Your responses will help researchers better understand the lived experiences of international graduate st...
6660 sym
my-first-R-assignment
library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.8 ## v tidyr 1.2.0 v stringr 1.4.0 ## v readr 2.1.2 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_conflicts() -- #...
1434 sym R (1814 sym/14 pcs) 1 img
eprs-8540-hw2
1. Regress the X3 Overall GPA computed, honors-weighted (X3TGPAWGT) variable on the X1 Mathematics standardized theta score (X1TXMTSCOR) (2.5). term estimate std.error statistic p.value (Intercept) 0.9212385 0.321723 2.863453 0.0047121 X1TXMTSCOR 0.0401309 0.006166 6.508370 0.0000000 2. Provide a narrative interpretation of the relationship b...
3219 sym 4 tbl