Skip to content

Commit

Permalink
address task 7, issue carpentries-incubator#112
Browse files Browse the repository at this point in the history
  • Loading branch information
mallewellyn authored Feb 26, 2024
1 parent 9db5aab commit 7cb564c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _episodes_rmd/01-introduction-to-high-dimensional-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ of the challenges we are facing when working with high-dimensional data.
> Although technically not a high-dimensional dataset, the `Prostate` data
> will allow us explore the problems encountered when working with many features.
>
> Examine the dataset (in which each row represents a single patient) to:
> a) Determine how many observations ($n$) and features ($p$) are available (hint: see the `dim()` function)
> b) Examine what variables were measured (hint: see the `names()` and `head()` functions)
> Examine the dataset (in which each row represents a single patient) to:\
> a) Determine how many observations ($n$) and features ($p$) are available (hint: see the `dim()` function).\
> b) Examine what variables were measured (hint: see the `names()` and `head()` functions).\
> c) Plot the relationship between the variables (hint: see the `pairs()` function).
>
> > ## Solution
Expand Down

0 comments on commit 7cb564c

Please sign in to comment.