Ajout d'un fichier d'investigation du prob de double ARI
This commit is contained in:
parent
a217f066fe
commit
903aeef4c6
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
```{r, echo = FALSE}
|
||||
data <- readRDS("code/results//simulations/inference//bernoulli/bernoulli_inference_18-04-2024_09-41-45_1-972.Rds")
|
||||
|
||||
prob_data <- data[which((data$pirho_double_row_ARI < 1 | data$pirho_double_col_ARI < 1)&(data$pirho_mean_row_ARI == 1 & data$pirho_mean_col_ARI == 1)),]
|
||||
```
|
||||
|
||||
```{r , echo = FALSE}
|
||||
knitr::kable(prob_data)
|
||||
```
|
||||
Loading…
Add table
Reference in a new issue