Page 1 of 1

Can someone who knows R studio ,help me for my assignment? please urgently.. Create a dataset with 128 samples(rows) acc

Posted: Fri Apr 29, 2022 6:59 am
by answerhappygod
Can someone who knows R studio ,help me for my assignment?
please urgently..
Create a dataset with 128 samples(rows) according to your
student ID as in the following:
a: last digit of your student ID
b: 10th digit of your student ID (if it is 0, take 1)
c: 9th digit of your student ID
Date: first 128 day of the year
Wheat: Normal distributed data with mean a and standard
deviation b
Hazelnut: Uniform distributed data with the parameter a and
b
Corn: Normal distributed data with mean c and standard deviation
b
Tasks:
1.Be sure that your data is in data.frame format.
2. Plot all the crops in time, for each crop use different
color
3. Subplot: repeat the previous plot with only two months
data
4. Plot the violin plot of each crop cost and compare them.
Interpret the results.
5. Plot the boxplot plot of each crop cost and compare them.
Interpret the results.
6. Plot all the crops’ cost with smoothed trend line. Interpret
the results.