TS_cont_cpp {R2sample}R Documentation

find test statistics for continuous data

Description

find test statistics for continuous data

Usage

TS_cont_cpp(
  dta,
  doMethod = as.character(c("chi large", "chi small", "t test", "KS", "Kuiper", "CvM",
    "AD", "LR", "ZA", "ZK", "ZC", "Wassp1"))
)

Arguments

dta

A list

doMethod

A character vector of methods to include.

Value

A vector of test statistics


[Package R2sample version 1.1.0 Index]