Publications by Lumumba W.Victor

Design of Experiments

24.08.2023

DESIGNS OF EXPERIMENTS Load the following library for the Design of Experiment library(doebioresearch) ## Warning: package 'doebioresearch' was built under R version 4.3.1 Completely Randomized Design data1<-data.frame(Treatments=c("T1","T2","T3","T4","T5","T6","T7","T1","T2","T3", "T4","T5","T6","T7","T1","T2","T3...

24608 sym R (81324 sym/148 pcs) 10 img

Variables Selection Using olsrr Library

31.07.2023

Variable Selection Variable selection procedures in R using ‘olsrr’ package. Watch the video by Mike Crowson, Ph.D. January 14, 2020, to complement what is covered in this tutorial January 14, 2020 File data Download .RData file here: https://drive.google.com/open?id=1_cRuM2-4dNhNxVPzgj8ddlpcrV-TAUZ2 Data are contained in a data frame named...

1677 sym R (26317 sym/37 pcs) 7 img

Grouped Summary Statistics

20.07.2023

Import the data DT <- read.csv("cema_internship_task_2023.csv") head(DT,5) period county Total.Dewormed Acute.Malnutrition 1 Jan-23 Baringo County 3659 8 2 Jan-23 Bomet County 1580 NA 3 Jan-23 Bungoma County 6590 24 4 Jan-...

337 sym R (5509 sym/16 pcs) 1 tbl

Factorial Experimental Design

16.07.2023

Factorial Experimental Design Definition Factorial Completely Randomized Design is an experimental design in which the treatment is formed by a combination of the levels of several factors. Factorial treatment structures are useful for examining the effects of two or more factors on a response y, whether or not interaction exists. The treatmen...

1715 sym 1 img

Application of Machine Learning in Regression Analysis

13.07.2023

Introduction A classical and commonly used statistical method, linear regression builds predictive models by estimating the strength of the relationship between our predictor variables and our outcome variable. Linear regression is so named because it assumes the relationships between the predictor variables with the outcome variable are linear...

52426 sym R (7434 sym/31 pcs) 7 img

Basic to Advanced Data Analytics in R-Studio

09.07.2023

Set up work directory MATRIX Matrix Creation [,1] [,2] [,3] [1,] 5 8 4 [2,] 6 9 5 [3,] 2 2 1 Getting the determinant of a matrix [1] 3 Inverse [,1] [,2] [,3] [1,] -0.3333333 0 1.3333333 [2,] 1.3333333 -1 -0.3333333 [3,] -2.0000000 2 -1.0000000 Identity Matrix Matrix Operation V...

5910 sym 15 img 1 tbl

R tutorial on Linear Regression Model

05.07.2023

Setting Up R-Markdwon Setting up RMarkdown when opening it enables you to create dynamic, reproducible, and visually appealing reports, presentations, and documents, that can help you communicate your data analysis and research findings more effectively. Introduction Linear regression models (also known as “Ordinary Least Squares” model) a...

15050 sym R (8185 sym/46 pcs) 7 img 6 tbl

STATISTICS ASSIGNMENT

28.05.2023

Set up Rstudio Setting up RMarkdown when opening it enables you to create dynamic, reproducible, and visually appealing reports, presentations, and documents, that can help you communicate your data analysis and research findings more effectively. Prospectus Social confidence in government plays a pivotal role in shaping the political landscap...

18172 sym R (8844 sym/30 pcs) 8 img 7 tbl

RESPONSE SURFACE METHODOLOGY AND CENTRAL COMPOSITE DESIGN

27.05.2023

Set up Rstudio Setting up RMarkdown when opening it enables you to create dynamic, reproducible, and visually appealing reports, presentations, and documents, that can help you communicate your data analysis and research findings more effectively. PART ONE Application of Response Surface Methodology and Central Composite Design to Optimize Ma...

4654 sym R (11469 sym/28 pcs) 12 img

Publish Document

24.05.2023

Set up Rstudio Setting up RMarkdown when opening it enables you to create dynamic, reproducible, and visually appealing reports, presentations, and documents, that can help you communicate your data analysis and research findings more effectively. Abstract The primary purpose of technological advancement is to help firms and organizations arri...

29768 sym R (10838 sym/46 pcs) 6 img