In: R Scripts

R script: Sex as a biological variable in preclinical research
December 21, 2023

This is the script which is mentioned in the article HERE.

Read More
Illustrating the role of PPV, power and sample size with an R script
March 8, 2022

This is the R Script referenced in the blog post LINK # ratio of true to not-true relationships tnott

Read More
R script BestDose
August 17, 2020

library(scales)library(ggplot2) ## sample sizen1 <- 8n2 <- 16n3 <- 32n4 <- 64 ## iterations m <- 500yfig <- vector()xfig <- vector()facetfig…

Read More
Risk‐of‐bias VISualization (robvis): An R package and Shiny web app for visualizing risk‐of‐bias assessments
August 17, 2020

There is currently no generic tool for producing figures to display and explore the risk‐of‐bias assessments that routinely take place as…

Read More
Biological vs technical replicates: Now from a data analysis perspective: R script
March 31, 2020

This is the R Script referenced in the blog post LINK ## “Effortlessly Read Any Rectangular Data”library(readit)         …

Read More
Collection of resources for the use of R in study design and analysis
December 20, 2018

In the recent report on „Digital tools and services to support research replicability and verifiability”, Caroline Skirrow and Markus Munafó have argued that…

Read More
Power analysis for two-sided t-test
December 20, 2018

The example below does not require any additional R packages to be installed (i.e. runs with the basic R installation).This example…

Read More