From 8f4e3faca75d5733c2c9da7638e9bbf42db63d09 Mon Sep 17 00:00:00 2001 From: seabbs Date: Thu, 28 Nov 2019 15:26:30 +0000 Subject: [PATCH] clean up readme --- README.Rmd | 1 - README.md | 30 ++++++++++++++---------------- docs/index.html | 30 +++++++++++++++--------------- 3 files changed, 29 insertions(+), 32 deletions(-) diff --git a/README.Rmd b/README.Rmd index d63e799..f916f3e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -48,7 +48,6 @@ remotes::install_github("seabbs/SpeedyMarkov") [![Documentation](https://img.shields.io/badge/Documentation-release-lightgrey.svg?style=flat)](https://www.samabbott.co.uk/SpeedyMarkov/) [![Development documentation](https://img.shields.io/badge/Documentation-development-lightblue.svg?style=flat)](https://www.samabbott.co.uk/SpeedyMarkov/dev) -[![Getting started](https://img.shields.io/badge/Documentation-getting started-yellow.svg?style=flat)](https://www.samabbott.co.uk/SpeedyMarkov/articles/intro.html) [![Functions](https://img.shields.io/badge/Documentation-functions-orange.svg?style=flat)](https://www.samabbott.co.uk/SpeedyMarkov/reference/index.html) diff --git a/README.md b/README.md index 15816ee..8603e2c 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,6 @@ remotes::install_github("seabbs/SpeedyMarkov") [![Documentation](https://img.shields.io/badge/Documentation-release-lightgrey.svg?style=flat)](https://www.samabbott.co.uk/SpeedyMarkov/) [![Development documentation](https://img.shields.io/badge/Documentation-development-lightblue.svg?style=flat)](https://www.samabbott.co.uk/SpeedyMarkov/dev) -[![Getting -started](https://img.shields.io/badge/Documentation-getting%20started-yellow.svg?style=flat)](https://www.samabbott.co.uk/SpeedyMarkov/articles/intro.html) [![Functions](https://img.shields.io/badge/Documentation-functions-orange.svg?style=flat)](https://www.samabbott.co.uk/SpeedyMarkov/reference/index.html) ## Testing @@ -81,8 +79,8 @@ SpeedyMarkov::example_two_state_markov() #> #> return(tmp) #> } -#> -#> +#> +#> #> #> $transitions_list$`Soc with Website` #> function(baseline = NULL) { @@ -100,8 +98,8 @@ SpeedyMarkov::example_two_state_markov() #> #> return(updated) #> } -#> -#> +#> +#> #> #> #> $qalys @@ -126,8 +124,8 @@ SpeedyMarkov::example_two_state_markov() #> #> return(out) #> } -#> -#> +#> +#> #> #> $intervention_costs #> function(samples = NULL) { @@ -139,8 +137,8 @@ SpeedyMarkov::example_two_state_markov() #> #> return(out) #> } -#> -#> +#> +#> #> #> $state_costs #> function(samples = NULL) { @@ -164,8 +162,8 @@ SpeedyMarkov::example_two_state_markov() #> #> return(out) #> } -#> -#> +#> +#> #> #> $cohorts #> function(samples = NULL) { @@ -189,8 +187,8 @@ SpeedyMarkov::example_two_state_markov() #> #> return(out) #> } -#> -#> +#> +#> #> #> attr(,"class") #> [1] "SpeedyMarkov" "list" @@ -236,8 +234,8 @@ SpeedyMarkov::markov_ce_pipeline(SpeedyMarkov::example_two_state_markov(), #> # A tibble: 2 x 13 #> intervention mean_costs sd_costs mean_qalys sd_qlays mean_incrementa… #> -#> 1 SoC 0 0 14.0 0.0790 0 -#> 2 Soc with We… 50 0 14.0 0.0727 -0.0148 +#> 1 SoC 0 0 14.0 0.106 0 +#> 2 Soc with We… 50 0 14.0 0.0961 0.0497 #> # … with 7 more variables: sd_incremental_qlays , #> # mean_incremental_costs , sd_incremental_costs , #> # mean_incremental_net_benefit , sd_incremental_net_benefit , diff --git a/docs/index.html b/docs/index.html index 645f77f..9e65ed8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -139,7 +139,7 @@

Documentation

-

Documentation Development documentation Getting started Functions

+

Documentation Development documentation Functions

@@ -312,8 +312,8 @@

#> # A tibble: 2 x 13 #> intervention mean_costs sd_costs mean_qalys sd_qlays mean_incrementa… #> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> -#> 1 SoC 0 0 14.0 0.0790 0 -#> 2 Soc with We… 50 0 14.0 0.0727 -0.0148 +#> 1 SoC 0 0 14.0 0.106 0 +#> 2 Soc with We… 50 0 14.0 0.0961 0.0497 #> # … with 7 more variables: sd_incremental_qlays <dbl>, #> # mean_incremental_costs <dbl>, sd_incremental_costs <dbl>, #> # mean_incremental_net_benefit <dbl>, sd_incremental_net_benefit <dbl>,