NT: Provide a friendly GUI including all functions and start the...

Description Usage Value Author(s) Examples

View source: R/NT.R

Description

The graphical user interface (GUI) is started by NT(). And next it is operated on the GUI. This is the interactive way.

Usage

1
NT()

Value

Return an graphical user interface.

Author(s)

Ren Wen-Long,Xiao Jing,Zhang Ya-Wen,Liang Zhi-Kai

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
###produce random number###
x <- runif(100, 5.0, 50.0)

###Kolmogorov-Smirnor (KS)###
ks <- ks.test(jitter(x),"pnorm",mean(x),sd(x))
ks

###histogram###
hist(x)
###boxplot###
boxplot(x)
###qqnorm###
qqnorm(x)

NTsets documentation built on Sept. 21, 2018, 6:14 p.m.