Publications by Neal Quizon
Angela's Group
#Data ## New names: ## * Snack -> Snack...24 ## * Snack -> Snack...26 ## * Snack -> Snack...28 Determine the sociodemographic profile of the respondents (age, sex, socioeconomic status, and educational attainment of the parents) 1.What is the socio-demographic profile of the respondents in terms of: 1.1 Age 1.2 Gender 1.3 Civil Status 1.4 Gr...
3579 sym R (26329 sym/66 pcs)
Stat 50 SY 21-22
Data library(readxl) Surveys <- read_excel("D:/Stat Analysis and Software Applications/SY2122 Second Sem/Surveys.xlsx") Surveys ## # A tibble: 34,786 x 13 ## record_id month day year plot_id species_id sex hindfoot_length weight ## <dbl> <dbl> <dbl> <dbl> <dbl> <chr> <chr> <dbl> <dbl> ## 1 1 7 ...
21 sym R (1521 sym/8 pcs) 1 img
Illustration in the use of R
#Data library(readxl) Numeric <- read_excel("D:/NURSING/2021/Dan/DataDan.xlsx") ## New names: ## * `` -> ...25 ## * `` -> ...26 ## * `` -> ...27 ## * `` -> ...28 Numeric ## # A tibble: 100 x 28 ## Timestamp `I have read, understood ~` `Name (Optiona~` Age Gender ## <dttm> <chr> <lgl> ...
794 sym R (17138 sym/80 pcs)
Data Analysis Results
Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union New names: * `` -> ...2 [1] 3.000417 PCC3 Warning in cor.test.default(data$PCC3, data$LOC, method = "spearman"): Cannot compute exact p-value with t...
61 sym R (1607 sym/13 pcs)
Math Department Impact Study
Impact Assessment of the Extension Program of the Department of Mathematics of Central Mindanao University entitled “Enrichment Training for the Senior High School Mathematics Teachers of DepED Division of Valencia City” Warning: package 'tidyverse' was built under R version 4.1.3 -- Attaching packages --------------------------------------- ...
907 sym R (1563 sym/19 pcs) 1 img
CMU BS Math Tracer Study
knitr::opts_chunk$set(echo = FALSE) Data ## Warning: package 'tidyverse' was built under R version 4.1.3 ## -- 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...
722 sym R (17086 sym/34 pcs)
IT 2A class
mtcars ## mpg cyl disp hp drat wt qsec vs am gear carb ## Mazda RX4 21.0 6 160.0 110 3.90 2.620 16.46 0 1 4 4 ## Mazda RX4 Wag 21.0 6 160.0 110 3.90 2.875 17.02 0 1 4 4 ## Datsun 710 22.8 4 108.0 93 3.85 2.320 18.61 1 1 4 1 ## Hornet 4 Drive 21.4 6 258.0...
24 sym R (6064 sym/20 pcs)
Problem 1
# Problem 1: `Teaching Styles`<-c(3.03, 3.15, 3.18, 3.03, 2.88, 2.70, 3.03, 3.10, 2.95, 3.13) `Learning Styles`<-c(2.64, 2.62, 2.63, 2.75, 2.53, 2.64, 2.64, 2.66, 2.71, 2.70) `Average Performance`<-c(1.60, 1.80, 3.0, 2.40, 1.20, 1.50, 1.77, 3.30, 2.40, 1.90) Z<-cbind(`Teaching Styles`, `Learning Styles`,`Average Performance` ) Z<-data.frame...
264 sym R (2043 sym/6 pcs)