Skip to content
Snippets Groups Projects
Commit 64fc7153 authored by Arnaud Duvermy's avatar Arnaud Duvermy
Browse files

update readme

parent 0f24ef81
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ We have developed [Docker images](https://hub.docker.com/repository/docker/ruana ...@@ -58,7 +58,7 @@ We have developed [Docker images](https://hub.docker.com/repository/docker/ruana
## HTRfit simulation workflow ## HTRfit simulation workflow
<div id="bg" align="center"> <div id="bg" align="center">
<img src="vignettes\figs\htrfit_workflow.png" width="500" height="300"> <img src="./vignettes\figs\htrfit_workflow.png" width="500" height="300">
</div> </div>
...@@ -73,6 +73,7 @@ Furthermore, the coefficients $\beta_i$ represent the natural logarithm fold cha ...@@ -73,6 +73,7 @@ Furthermore, the coefficients $\beta_i$ represent the natural logarithm fold cha
## Getting started ## Getting started
``` ```
library('HTRfit')
## -- init a design ## -- init a design
input_var_list <- init_variable( name = "varA", mu = 0, sd = 0.29, level = 60) %>% input_var_list <- init_variable( name = "varA", mu = 0, sd = 0.29, level = 60) %>%
init_variable( name = "varB", mu = 0.27, sd = 0.6, level = 2) %>% init_variable( name = "varB", mu = 0.27, sd = 0.6, level = 2) %>%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment