Skip to content

Conduct Significance, Equivalence, Non-inferiority and Superiorty tests between means.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

schrauf/AccuracyComparer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AccuracyComparer

Conduct Significance, Equivalence, Non-inferiority and Superiority tests between mean accuracies of models, as assessed with resampling methods such as cross validations.

Companion to work (in press):

Matías F. Schrauf, Gustavo de Los Campos y Sebastián Munilla. “Comparing genomic prediction models by means of cross validation.” Genomic Selection: Lessons Learned and Perspectives. Special topic in Frontiers in Plant Science (2021): 2648.

Installation

You can install the development version of AccuracyComparer like so:

# install.packages("devtools")
devtools::install_github("schrauf/AccuracyComparer")

Example

Basic usage example:

library(AccuracyComparer)
data(CO2)
fm <- lm(uptake ~ Plant + conc, data = CO2)
compare_means(fm, "Plant", 15.0,
    method = c("sd", "eq"),
    level = 0.99)

About

Conduct Significance, Equivalence, Non-inferiority and Superiorty tests between means.

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