inst/doc/PSGoft.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## -----------------------------------------------------------------------------
library(PSGoft)
length(data1)
head(data2)

## -----------------------------------------------------------------------------
MLF.stat(data1)
MLF.stat(rnorm(33, mean = 0, sd = 2))

## -----------------------------------------------------------------------------
MLF.pvalue(data1)
MLF.pvalue(rnorm(33, mean = 0, sd = 2))

## -----------------------------------------------------------------------------
MLF.test(data1)
MLF.test(rnorm(33, mean = 0, sd = 2))

Try the PSGoft package in your browser

Any scripts or data that you put into this service are public.

PSGoft documentation built on Sept. 8, 2023, 5:10 p.m.