Authors
Michael Hunt 58
WEBS Porth data exercises Latest
26.02.2020
Introduction In this exercise we will analyse the WEBS Porth data that you are using in your Zoology in Practice module. We will use this as an example data set that will give you practice in using R to answer whatever questons you might have of...
13180 sym R (3380 sym/26 pcs)
Completed Analysis 3-18 Latest
18.03.2020
Demographics Majors Race/Ethnicity Gender Normality & Outliers Univariate Normality Checked the skewness and kurtosis of the chosen items, everything is good to proceed. Outlier Analysis Outliers can severely distort LPA results, so even...
1597 sym R (6469 sym/14 pcs) 8 img
Burney High Latest
04.03.2020
BSHS English Overall 2018 State Average (2018) 2019 State Average (2019) Number of Students Enrolled 28 25 Number of Students Tested 28 24 Number of Students with Scores 28 24 Mean Scale Score 2622.6 2592.4...
1918 sym 2 img 2 tbl
Selcuk Disci 58
Trend Forecasting Models and Seasonality with Time Series Latest
02.03.2020
Gasoline prices always is an issue in Turkey; because Turkish people love to drive where they would go but they complain about the prices anyway. I wanted to start digging for the last seven years’ prices and how they went. I have...
6951 sym R (4087 sym/22 pcs) 84 img
BRM-Lab-1 Latest
02.08.2023
Introduction to R and RStudio Before the Lab Goals 1. Installing R and RStudio 2. The R Studio Environment 3. Getting Started 4. Recommended Datacamp Courses References BRM |...
13934 sym 4 img 1 tbl
Shovan Biswas 58
Document Latest
28.06.2020
Project 4 | Accuracy and Beyond Project Objectives Deliverables Libraries Data Preparation and Exploration Load Data Preview data Create Matrix Check and Remove Empty Lines Subset Data Visualization Exploring the values of the rating...
6034 sym R (17360 sym/43 pcs) 4 img 4 tbl
Shane Hylton 58
R Bridge HW 1 Latest
25.07.2021
Question 1 Write a loop that calculates 12-factorial x = 12 fact <- 1 for( i in 1:x) { fact <- fact*i } print(fact) ## [1] 479001600 Question 2 Show how to create a numeric vector that contains the sequence from 20 to 50 by 5. ## [1] 20 25 30...
346 sym R (1911 sym/9 pcs)
Doc Larry 58
Week 6 Latest
10.03.2020
Problem 1. Marbles 54 R, 9 W, and 75 B marbles. Select marble manually. P(R or B)? \(P(A \cup B)=P(A)+P(B)-P(A \cap B)\) print(round((54+75-0)/(54+9+75),4)) #P(AB)=0, special rule of addition ## [1] 0.9348 Problem 2. Mini-Golf A ball machine has...
2179 sym R (859 sym/24 pcs) 1 tbl
Super User 58
Getting into R, RCommander, JGR and Deducer Latest
14.09.2012
I’ve been meaning to post something about R for a while, but never got started, and now have a pile of things I’d like to post, so it’s time to get started. I first started using R during my Master Dissertation where I had to do some...
3193 sym R (52 sym/2 pcs)
Why R? Foundation 58
Why R? 2019 Conference – Registration and Call for Papers Opened Latest
07.05.2019
Two editions of Why R? conferences were a great networking success. During each edition, we gathered around 200-300 R enthusiasts from Europe and we managed to carry out more than 25 workshops. Desire for a bigger event led us to the 3rd...
3132 sym 8 img