Skip to content

Commit

Permalink
Removed Study Protocol Generation from vignette.
Browse files Browse the repository at this point in the history
- rerun all vignettes
  • Loading branch information
PRijnbeek committed Oct 4, 2018
1 parent 1632060 commit f772969
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 6 deletions.
Binary file modified inst/doc/AddingCustomAlgorithms.pdf
Binary file not shown.
Binary file modified inst/doc/BuildingDeepLearningModels.pdf
Binary file not shown.
Binary file modified inst/doc/BuildingEnsembleModels.pdf
Binary file not shown.
Binary file modified inst/doc/BuildingMultiplePredictiveModels.pdf
Binary file not shown.
Binary file modified inst/doc/BuildingPredictiveModels.pdf
Binary file not shown.
Binary file modified inst/doc/CreatingNetworkstudies.pdf
Binary file not shown.
Binary file modified inst/doc/GeneratingLearningCurves.pdf
Binary file not shown.
Binary file modified inst/doc/ImplementingExistingModels.pdf
Binary file not shown.
Binary file modified inst/doc/InstallationGuide.pdf
Binary file not shown.
8 changes: 2 additions & 6 deletions vignettes/BuildingPredictiveModels.Rmd
Expand Up @@ -497,10 +497,6 @@ Below the steps are explained how to do this in ATLAS.

4) By opening the R package in R studio and building the package you can run the study using the `execute` function. Theres is also an example CodeToRun.R script available in the extras folder of the package with extra instructions.

## Study protocol generation

DETAILS TO BE ADDED.

# Internal validation

Once we execute the study, the runPlp() function returns the trained model and the evaluation of the model on the train/test sets.
Expand Down Expand Up @@ -541,7 +537,7 @@ Similar to the traditional calibration shown above the Smooth Calibration plot s
However, the increased information gain comes at a computational cost. It is recommended to use the traditional plot for examination and then to produce the smooth plot for final versions. To create the smooth calibarion plot you have to run the follow command:

```{r tidy=TRUE,eval=FALSE}
plotSmoothCalibration(lrResults$)
plotSmoothCalibration(lrResults)
```

See the help function for more information, on how to set the smoothing method etc.
Expand Down Expand Up @@ -705,7 +701,7 @@ If you have performed external validation these results will can be added as wel

You can create the draft journal paper by running this function:

```{r tidy=TRUE,eval=FALSE}
```{r tidy=FALSE,eval=FALSE}
createPlpJournalDocument(plpResult = <your plp results>,
plpValidation = <your validation results>,
Expand Down

0 comments on commit f772969

Please sign in to comment.