sigr: Simple Significance Reporting

Win-Vector Blog 2017-03-12

Summary:

sigr is a simple R package that conveniently formats a few statistics and their significance tests. This allows the analyst to use the correct test no matter what modeling package or procedure they use. Model Example Let’s take as our example the following linear relation between x and y: library('sigr') set.seed(353525) d <- data.frame(x= rnorm(5)) … Continue reading sigr: Simple Significance Reporting

Link:

http://www.win-vector.com/blog/2017/03/sigr-simple-significance-reporting/

From feeds:

Statistics and Visualization » Win-Vector Blog

Tags:

programming

Authors:

John Mount

Date tagged:

03/12/2017, 08:55

Date published:

03/07/2017, 10:44