Trying out a post!
Hello, my name is Kirsten Johnson. I am going to try out some basic math in R.
First, I’ll create two variables, v1 and v2.
v1= 119
v2= 64
Next, I’ll try out some math using these variables.
v1+v2
[1] 183
v1-v2
[1] 55
v1*v2
[1] 7616
v1/v2
[1] 1.859375
I’m very excited to try out more functions in R!
Text and figures are licensed under Creative Commons Attribution CC BY-NC 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".