The purpose of this assessment is to make sure that you are familiar with a range of basic tools/commands in R that you
Posted: Sat May 14, 2022 8:25 pm
The purpose of this assessment is to make sure that you
are familiar with a range of basic tools/commands in R that you can
use to manipulate, import and export data. You will be
assessed on the .R or . Rmd file containing code and annotations
that you submit to canvas. Annotations should detail the commands
that you have used.
Suggested tools: read.csv, file.choose,
stringsAsFActors=TRUE, [], which, colnames, <-, str, summary,
dim, head, cbind
# ) as we did in class, use R to create a dataframe with
10 columns and 25 rows with a variety of vector types (factor,
numeric, integer) , Create a dataframe from the the 1st 5 columns
and last 10 rows.Output a CSV of the dataframe above to your "R
assignments folder"
are familiar with a range of basic tools/commands in R that you can
use to manipulate, import and export data. You will be
assessed on the .R or . Rmd file containing code and annotations
that you submit to canvas. Annotations should detail the commands
that you have used.
Suggested tools: read.csv, file.choose,
stringsAsFActors=TRUE, [], which, colnames, <-, str, summary,
dim, head, cbind
# ) as we did in class, use R to create a dataframe with
10 columns and 25 rows with a variety of vector types (factor,
numeric, integer) , Create a dataframe from the the 1st 5 columns
and last 10 rows.Output a CSV of the dataframe above to your "R
assignments folder"