Skip to content

Commit

Permalink
vignette for power analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
InkaSpy committed Dec 18, 2024
1 parent 583e856 commit 2b85763
Show file tree
Hide file tree
Showing 9 changed files with 432 additions and 194 deletions.
Binary file added data/EC50_9_results_Dunnetts.rda
Binary file not shown.
Binary file added data/MeansAllStudiesperConcSpiked.rda
Binary file not shown.
Binary file added data/MeansAllStudiesperConcUnspiked.rda
Binary file not shown.
Binary file added data/SimulationInfoWTzeroInflated.rda
Binary file not shown.
Binary file added data/Simulation_Info.rda
Binary file not shown.
Binary file added data/resultsSpiked_power_reactive.rda
Binary file not shown.
Binary file added data/resultsUnspiked_power_reactive.rda
Binary file not shown.
10 changes: 4 additions & 6 deletions vignettes/User_guide.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ xeredar::data_summary(xeta_spiked_result) |> knitr::kable()
To demonstrate how to run RADAR analysis, we will use one of the data sets by the Pos_mDHT_Fraunhofer_RADAR containing the spiked and unspiked measurements from the RADAR study validation in the lab Fraunhofer with an androgen axis active chemical.

```{r warning=FALSE}
radar_spiked <- xeredar::RADAR_valid
radar_unspiked <- xeredar::Pos_mDHT_Fraunhofer_RADAR_Unspiked
radar_spiked <- xeredar::RADAR_valid_data_table_spiked_unspiked[["mDHTFRAUNH_Spiked"]]
radar_unspiked <- xeredar::RADAR_valid_data_table_spiked_unspiked[["mDHTFRAUNH_Unspiked"]]
```

Expand Down Expand Up @@ -213,10 +213,8 @@ xeredar::data_summary(radar_spiked_result) |>
To demonstrate how to run REACTIV analysis, we will use one artificial data set containing the spiked and unspiked measurements.

```{r warning=FALSE}
reactiv_spiked <- reactiv_data |>
dplyr::filter(Spiked == TRUE)
reactiv_unspiked <- reactiv_data |>
dplyr::filter(Spiked == FALSE)
reactiv_spiked <- xeredar::REACTIV_valid_data_table_spiked_unspiked[["Anastrozole_UK"]]$Spiked
reactiv_unspiked <- xeredar::REACTIV_valid_data_table_spiked_unspiked[["Anastrozole_UK"]]$Unspiked
```

Expand Down
616 changes: 428 additions & 188 deletions vignettes/creating_REACTIV_data.qmd

Large diffs are not rendered by default.

0 comments on commit 2b85763

Please sign in to comment.