Learn R Programming

RcmdrPlugin.SCDA (version 1.2.0)

RcmdrSCDAPlugin-package: Install the SCDA Rcmdr Plug-In

Description

This package provides an Rcmdr "plug-in" for the SCVA, SCRT and SCMA packages.

Arguments

Details

Package: RcmdrSCDAPlugin
Type: Package
Version: 1.2.0
Date: 2019-07-01
License: GPL version 2 or newer

See Also

Rcmdr.

Examples

Run this code
# NOT RUN {
scores <- c(10,9,8,10,7,2,5,3,4,5) # Example data
labels <- c("A","A","A","A","A","B","B","B","B","B")
d <- data.frame(labels, scores)
graph(design="AB", data=d)
pvalue.systematic(design="AB", data=d, limit=1, statistic="A-B")
# }

Run the code above in your browser using DataLab