From 99b7d818855494f271e893644cd9f0bf57c24b91 Mon Sep 17 00:00:00 2001 From: Ben Whalley Date: Fri, 20 Sep 2024 11:22:43 +0100 Subject: [PATCH] update docs --- docs/session-1.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/session-1.html b/docs/session-1.html index 3f6d911..8f3a4b5 100644 --- a/docs/session-1.html +++ b/docs/session-1.html @@ -1240,11 +1240,11 @@

What can R do?

Or, we could generate some random numbers with a normal distribution

rnorm(10, 0,1)
-
 [1] -0.21905038  0.16806538  1.16838387  1.05418102  1.14526311 -0.57746800  2.00248273  0.06670087
- [9]  1.86685184 -1.35090269
+
 [1]  0.4958705  1.2339762  0.6343621  0.4120223  0.7935853 -0.1524106 -0.2288958 -0.9007918 -0.7350262
+[10] -1.4276858

And we could plot random numbers using a histogram

hist(rnorm(100, 0,1))
-

+


You should think of R as a robot.

The robot is extremely fast, powerful and tireless; but it’s also @@ -1849,8 +1849,14 @@

Why are we talking about cars and flowers and not psychology?


The output should look something like this:

-The fuel dataset -
The fuel dataset
+Using glimpse on the fuel dataset +
Using glimpse on the fuel +dataset
+
+
+Displaying fuel dataset and using the navigation buttons +
Displaying fuel dataset and using +the navigation buttons
Columns in the development dataset @@ -1871,7 +1877,7 @@

Why are we talking about cars and flowers and not psychology?

Use the output to answer the following question. After entering your answer, click outside the box. The border will turn turn blue when the answer is correct.

-

The population of Afghanistan in 1967 was: .

+

The population of Afghanistan in 1967 was: .

Take a break!