Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update R
authored
Nov 21, 2019
by
Miki, Hiromitsu
Show whitespace changes
Inline
Side-by-side
R.md
View page @
dd55dd0c
...
@@ -42,6 +42,6 @@ y = 1:5
...
@@ -42,6 +42,6 @@ y = 1:5
lm
(
y
~
x
)
lm
(
y
~
x
)
# OK
# OK
lm
(
y
~
x
,
tol
=
1e-14
)
lm
(
y
~
x
,
tol
=
1e-14
)
```
```