Skip to content

Commit

Permalink
Merge branch 'carpentries-incubator:main' into highlighting-reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
mallewellyn authored Mar 28, 2024
2 parents e962989 + bbb3d96 commit a991533
Show file tree
Hide file tree
Showing 5 changed files with 357 additions and 344 deletions.
6 changes: 5 additions & 1 deletion _episodes_rmd/01-introduction-to-high-dimensional-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ high-dimensional datasets it can also be difficult to identify a single response
variable, making standard data exploration and analysis techniques less useful.

Let's have a look at a simple dataset with lots of features to understand some
of the challenges we are facing when working with high-dimensional data.
of the challenges we are facing when working with high-dimensional data.


> ## Challenge 2
Expand Down Expand Up @@ -166,6 +166,10 @@ of the challenges we are facing when working with high-dimensional data.
> {: .solution}
{: .challenge}
Note that function documentation and information on function arguments will be useful throughout
this lesson. We can access these easily in R by running `?` followed by the package name.
For example, the documentation for the `dim` package can be accessed by running `?dim`.
> ## Locating data with R - the **`here`** package
>
> It is often desirable to access external datasets from inside R and to write
Expand Down
Loading

0 comments on commit a991533

Please sign in to comment.