Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
moocrr-reproducibility-study
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
moocrr-session1
moocrr-reproducibility-study
Commits
8c369c55
Commit
8c369c55
authored
Dec 10, 2018
by
Marie-Gabrielle Dondon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace challenger_R_org_Windows_64bits.org
parent
dfa28cc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
challenger_R_org_Windows_64bits.org
src/R/challenger_R_org_Windows_64bits.org
+4
-3
No files found.
src/R/challenger_R_org_Windows_64bits.org
View file @
8c369c55
...
@@ -378,7 +378,8 @@ logistic_reg$family$linkinv(pred_link$fit)
...
@@ -378,7 +378,8 @@ logistic_reg$family$linkinv(pred_link$fit)
#+end_src
#+end_src
#+RESULTS:
#+RESULTS:
: Fehler: Objekt '
logistic_reg
' nicht gefunden
: 1
: 0.834373
I recover 0.834 for the Estimated Failure probability at 30°. But now, going through the /linkinv/ function, we can use /se.fit/:
I recover 0.834 for the Estimated Failure probability at 30°. But now, going through the /linkinv/ function, we can use /se.fit/:
#+begin_src R :results output :session *R* :exports both
#+begin_src R :results output :session *R* :exports both
...
@@ -387,8 +388,8 @@ logistic_reg$family$linkinv(c(pred_link$fit-critval*pred_link$se.fit, pred_link$
...
@@ -387,8 +388,8 @@ logistic_reg$family$linkinv(c(pred_link$fit-critval*pred_link$se.fit, pred_link$
#+end_src
#+end_src
#+RESULTS:
#+RESULTS:
:
:
1 1
:
Fehler: Objekt '
logistic_reg
' nicht gefunden
:
0.1630612 0.9923814
The 95% confidence interval for our estimation is thus [0.163,0.992]. This
The 95% confidence interval for our estimation is thus [0.163,0.992]. This
is what ~ggplot2~ just plotted me. This seems coherent.
is what ~ggplot2~ just plotted me. This seems coherent.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment