1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 22:41:52 +02:00

website update

This commit is contained in:
2019-05-23 18:53:18 +02:00
parent 3688fcaabf
commit 4bf6a06935
10 changed files with 77 additions and 38 deletions

View File

@ -74,6 +74,6 @@ my_TB_data$mdr <- mdr_tb(my_TB_data)
And review the result with a frequency table:
```{r}
```{r, results = 'asis'}
freq(my_TB_data$mdr)
```