Publications by Roel Ceballos

Basic R Training Module Day 2 Session 1

15.09.2020

Learning Objectives: At the end of the session, the participants are expected to: understand the basic concepts of presenting data learn how to use the R base functions in generating appropriate plots to effectively present data learn how to use the functions from the package ggplot2 for effective data presentation Introduction After data coll...

21087 sym R (31638 sym/169 pcs) 122 img

Basic R Training Module Day 2 Session 2

16.09.2020

Learning Objectives: At the end of the session, the participants are expected to: understand the basic concepts and use of descriptive statistics learn how to use the basic functions in R for generating descriptive measures for central tendency, variability, and frequency tables. Introduction “Statistical Thinking will one day be as necessar...

6613 sym R (5558 sym/72 pcs)

Day 3 Workshop Guide

02.10.2020

Instruction: For all the coding tasks below, create a single R Script and save it with the file name format {familyname_firstname.R}. Make sure to submit the file on or before the deadline. In a study to estimate the proportion of residents in a certain city and its suburbs who favor the construction of a nuclear power plant, it is found that 63...

2554 sym R (187 sym/1 pcs)

Stat 312 Machine Problem 1

03.10.2020

Instruction: For all the coding tasks below, create a single R Script and save it with the file name format {MacProb1_familyname_firstname.R} PART I The data below is taken from the Regional Situationer Report of DOH Region XI as of September 8, 2020. 1 Using the data in Table 1 above, do the following: Create a variable in R that contains th...

2970 sym 2 img

Module 3 Lesson 8 :Basic Statistical Inference in R

03.10.2020

Learning Objectives: At the end of the session, the participants are expected to: understand the basic concepts of statistical inference learn how to use the R functions in performing basic hypothesis testing Introduction Statistical inference is the process through which inferences about a population are made based on certain statistics calcu...

36158 sym R (17448 sym/122 pcs) 12 img

Module 3 Lesson 7 :Descriptive Statistics in R

03.10.2020

Learning Objectives: At the end of the session, the participants are expected to: understand the basic concepts and use of descriptive statistics learn how to use the basic functions in R for generating descriptive measures for central tendency, variability, and frequency tables. Introduction “Statistical Thinking will one day be as necessar...

6613 sym R (5596 sym/72 pcs)

Module 4 Lesson 9 :Regression Analysis in R

03.10.2020

Learning Objectives: At the end of the session, the participants are expected to: understand the basic concepts of simple and multiple linear regression learn how to use the R functions in regression analysis Simple Linear Regression What is a linear regression model? Regression Analysis is a statistical modeling tool that is used to explain a...

13203 sym R (4626 sym/33 pcs) 4 img

Stat 312 Module 3 Lesson 9 : R Programming Structures

28.10.2020

Introduction R is a block-structured language in the manner of the ALGOL-descendant family, such as C, C++, Python, Perl, and so on. As you’ve seen, blocks are delineated by braces, though braces are optional if the block consists of just a single statement. Statements are separated by newline characters or, optionally, by semicolons. Control...

8112 sym R (4605 sym/73 pcs) 2 img

Stat 312 Module 2 Lesson 7 : Data Frame

28.10.2020

Introduction On an intuitive level, a data frame is like a matrix, with a two-dimensional rows-andcolumns structure. However, it differs from a matrix in that each column may have a different mode. For instance, one column may consist of numbers, and another column might have character strings. In this sense, just as lists are the heterogeneous ...

9263 sym R (2660 sym/59 pcs)

Stat 312 Module 2 Lesson 8 : Factors and Tables

28.10.2020

Introduction Factors form the basis for many of R’s powerful operations, including many of those performed on tabular data. The motivation for factors comes from the notion of nominal, or categorical, variables in statistics. These values are nonnumerical in nature, corresponding to categories such as Democrat, Republican, and Unaffiliated, al...

11686 sym R (3537 sym/52 pcs)