Publications by Mark Perkins, Ph.D.
Teacher Study Data Pull
library(tidyverse) library(psych) library(ggplot2) library(qualtRics) library(dplyr) Teacher<- separate(data = Teacher, col = Q6, into = c("Cont1", "Cont2", "Cont3", "Cont4", "Cont5", "Cont6", "Cont7", "Cont8", "Cont9", "Cont10"), sep = ",") Teacher<- Teacher %>% mutate(Cont1 = case_when(Cont1 == "Art" ~ "Elective", ...
8 sym R (16118 sym/3 pcs)
Placement Code
library(tidyverse) library(keyringr) library(DBI) library(DT) library(ggplot2) library(scales) library(knitr) library(plotly) library(kableExtra) library(ggthemes) library(lubridate) library(plyr) library(DescTools) library(car) library(rgl) library(MKmisc) library(psych) library(apaTables) library(gmodels) library(ResourceSele...
347 sym R (244168 sym/332 pcs) 12 img
College of Education Enrollment and Graduation
Background This report uses data obtained from the University of Wyoming office of Institutional Analytics in November of 2022. It examines program enrollment and program credential count for each school under the College of Education. Those schools are the Counseling Leadership Advocacy and Design (CLAD) and the School of Teacher Education ...
3087 sym
Second Teacher SEM
library(tidyverse) library(psych) library(lavaan) library(semPlot) library(semPower) library(knitr) library(apaTables) library(stats) library(dplyr) library(rstatix) library(lavaan) library(semPlot) teacher2<- read.csv("teacher2.csv") teacher2<- separate(data = teacher2, col = Q5, into = c("teach1", "Teach2"), sep = ",")%>% mu...
124 sym R (101392 sym/107 pcs) 13 img 1 tbl