To answer this question, please refer to the CRAN Packages web page referred to in the course material.
Which of these packages are used for Optical Character Recognition?
Using the iris data set in R, generate a box plot by Species of the variable Petal Width.
Using the iris data set in R, generate a box plot by Species of the variable Sepal Width.
What are the
two commands that will return the first and last six rows of a Data Frame?
head, tail
The R
programming language has data sets that are pre-loaded. One of these data sets
is the "iris" data set. What command will give you information about
this data set?
?iris
1.
In the R data set, ChickWeight, calculate the median weight value by Diet. What
is the median weight of a chick that has Diet=1 ?
88.0
2.
In the R data set, ChickWeight, calculate the median weight value by Diet. What
is the median weight of a chick that has Diet=2 ?
104.5
3.
In the R data set, ChickWeight, calculate the median weight value by Diet. What
is the median weight of a chick that has Diet=3 ?
125.5
4.
In the R data set, ChickWeight, calculate the median weight value by Diet. What
is the median weight of a chick that has Diet=4 ?
129.5
5.
To answer this question, please refer to the CRAN Packages web page referred to
in the course material.
Which
of these packages are used for Reliability and Scoring Routines?
AATtools
How
many records are in the predefined data set named "trees"
31
There
is no guarantee that an R Package included in CRAN will be maintained and
"up to date".
False
To
answer this question, please refer to the CRAN Packages web page referred to in
the course material.
Which
of these packages are used for Combining Multidimensional Arrays?
abind
How
many records are in the predefined data set named "cars"
50
How many records are in the predefined data set named "Rock"
20
Comments
Post a Comment