Find Jobs
Hire Freelancers

Write series of short exercises to develop R programming skills

$10-30 USD

Completed
Posted over 8 years ago

$10-30 USD

Paid on delivery
For this project you will develop 10 short exercises related to an object (e.g., a data frame) or function (e.g., the merge() function) that is part of base R. You do not need to explain the concept or function (as in a tutorial), just the exercise. Exercises could focus on a particular aspect of an object or function argument. However, they may also be designed to test or train knowledge about the object/function in general. You may distinguish between easier and harder exercises, and make use of the built-in datasets of R, or create some fake data with a few lines of R code. In addition to the exercises, you will provide a working R script with all solutions. The materials you provide may be used for e-learning, blogs, e-books, tutorials etc. We will provide you with a list of objects and functions (all part of base-R), from which you can pick one as the focus of the exercises. Depending on the quality and creativity of the exercises you developed, we may extend our collaboration to more objects and functions. Obviously you need a very good understanding of the R language. When bidding on this project, please indicate your experience with R. You may include an example exercise if you wish.
Project ID: 8471862

About the project

20 proposals
Remote project
Active 9 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
I am a recent graduate in Computer Science and a data nerd. I was appointed head of the data science club in my junior year at college wherein i headed several projects which used R extensively. As a part of club activities, I taught R to a class consisting of undergrad, graduate as well as a few PhD students and hence I have experience in developing course material and exercises for teaching R. Example: The life expectancy of 197 countries is given in the file “[login to view URL]”. Do the following: i. produce the scatterplot of all of the life expectancies(lifeexp). ii. change the label of the x-axis to country, the label of the y-axis to life expectancy and change the limit of the y-axis from 0 to 86. iii. in the plot command, replace lifeexp with sort lifeexp to create the plot with the data sorted. iv. use the command boxplot, again, with the y-axis labeled and the limit of the y-axis set. v. produce summary statistics for this dataset.
$20 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
4 years professional R programming experience. Previously working for a data mining team and had plenty of practice using R as well as solid understandings of R programming languages Major in Statistics for Bachelor degree which will help understand the goal of the tutorial better
$25 USD in 1 day
5.0 (1 review)
0.8
0.8
User Avatar
WROX Certified Big Data Analyst, exposure to R programming for nearly 8 months Programming for advanced analytics like Lasso, Ridge also
$25 USD in 1 day
5.0 (1 review)
0.8
0.8
User Avatar
I have been programming in R for around 18 months now and have also played a mentor role for freshers in the company i work for, teaching them to use R in their work. Find below a simple exercise example for merge(), i can make more complicated ones if needed. # Below are two data frames with one Id column common and # one column different ( Ti and Bi) use this data to demonstrate an inner join, # outer join, left join and right join a <- [login to view URL](Id = sample (letters[1:7],5,replace = T), Ti = sample (1:10,5,replace = T)) b <- [login to view URL](Id = sample (letters[1:7],3,replace = T), Bi = sample (1:10,3,replace = T)) # Solution # left join c <- merge(a, b, all.x = T) # right join d <- merge(a, b, all.y = T) # full join e <- merge(a, b, all = T) # inner join f <- merge(a, b, all = F)
$15 USD in 1 day
4.6 (1 review)
0.4
0.4
User Avatar
I have 7 years of teaching experience and 5 years of content writing and programming experience in R and SAS. I have a masters in statistics and investment banking. I can develop quality content for you in a short period of time .
$25 USD in 1 day
5.0 (1 review)
0.8
0.8
20 freelancers are bidding on average $30 USD for this job
User Avatar
Hello! If you want your assignment to be done by a qualified and professional academic writer; please feel free to contact me at your earliest. I am as excited as you to present this paper in wonderful style. I always come up with the quality work on time and offer unlimited revisions unless you are satisfied. I have fine knowledge of referencing, using literature and putting ideas into beautiful words yet maintaining the highest academic standards. Moreover, I have zero tolerance for plagiarism and I always produce plagiarism free work. Looking forward to hear good from you soon. Thanks!
$23 USD in 1 day
4.8 (130 reviews)
6.6
6.6
User Avatar
Hi, This is Santhosh from India. I am a Business Management Graduate with Computer Science engineering background who is passionate about Data, Mathematics and Technology. I have worked in few data analytics projects involving SAS & R. Also I have worked on many projects involving Excel (Pivot Table, Macros) and VBA. I believe I have enough understanding of R to create R Exercises as per your requirement. I am sure that you will be 100% satisfied with my work. Please get in touch. Looking forward to hear from you. Thanks & Regards, Santhosh Kanna
$30 USD in 1 day
5.0 (15 reviews)
5.1
5.1
User Avatar
I have experience in this field from long time. I can do it perfectly. I will be waiting for your positive reply thanks.
$30 USD in 5 days
4.9 (39 reviews)
4.9
4.9
User Avatar
As a Post Graduate in Statistics and graduate in mathematics, i have a lot of experience in handling statistical data, especially in Time Series Modelling & Forecasting, Regression analysis,correlation , ANOVA, statistical hypothesis testing, Descriptive measure etc. I have done various projects based on statistical concepts with the help of different statistical software packages like R, SPSS, Minitab etc. You will highly appreciate my work if you give me a chance to do your work professionally
$49 USD in 1 day
4.8 (12 reviews)
4.7
4.7
User Avatar
Hello Sir, I'm a Data Analyst and have a good experience in R programming language. I think I can help you out in this project and provide you all the insights that you want as well as the interpretation of the results. Feel free to contact me for further discussion.
$30 USD in 2 days
4.9 (22 reviews)
4.2
4.2
User Avatar
Hi there, I am a professional ghost writer. Please have a look at my portfolio and reviews to check the reliability of my service. I am highly interested in doing this project so please discuss in chat box. Looking forward to hearing from you soon! Regards, Abu GM
$99 USD in 1 day
4.5 (2 reviews)
1.4
1.4
User Avatar
A proposal has not yet been provided
$35 USD in 1 day
1.6 (1 review)
2.9
2.9
User Avatar
Hello, I am expert in R programming language. I can easily create multiple exercises for your student. Please give me an opportunity to work for you.
$25 USD in 10 days
0.0 (0 reviews)
0.0
0.0
User Avatar
I have done many data analytic courses and have gained lot of exposure to R. I am new on this site, but if you want, I can attach a project I did as course project for a post-graduate course at IITB. It involved reading data of supply chain from 41 google spreadsheets, cleaning and analyzing it and presenting various parameters on a dashboard. The dashboard was implemented using rshiny library.
$35 USD in 3 days
0.0 (0 reviews)
0.0
0.0
User Avatar
I am a master in ASTROPHYSICS. I am an expert using R in order to analyse astronomical data, I have done a lot of work with this software. I could do it a nice sample of exercises with astronomical example, maybe something about planets or galaxies. In this way, the student will learn R and at the same time a bit of astronomy! Please contact me for further details.
$30 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
I am taking the course, visualizing data in R, from udacity, and playing with R these days. I can come up with simple and nice tutorials to reinforce the concepts you are trying to teach. In any case, if you hire me, I would give you nice short exercises in R.
$20 USD in 2 days
0.0 (0 reviews)
0.0
0.0
User Avatar
A proposal has not yet been provided
$25 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
IF you decide to hire I would be able to give you links to publications in High Impact journals and linked in profile
$25 USD in 1 day
0.0 (0 reviews)
0.0
0.0
User Avatar
Aucune proposition n'a encore été fournie.
$10 USD in 3 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of NETHERLANDS
Netherlands
5.0
11
Payment method verified
Member since Nov 3, 2010

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.