Skip to content

berkosarFIND/findsamplesize

Repository files navigation

findsamplesize

R-CMD-check

findsamplesize provides several functions to calculate sample sizes in diagnostic studies, as well as cluster randomized trials.

Installation

You can install the development version of findsamplesize like so:

devtools::install(file.path(getwd(),'findsamplesize') )
library(findsamplesize)

Example

This is a basic example which shows you how to calculate the sample size:

library(findsamplesize)
 sample_size_calculation(sen_spe= 0.8, alpha=0.05, power=0.8, margin=0.05, prevalence = NULL, prevalence_power = NULL, performance_characteristic = "sen") 
#> [1] 503

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages