Learn R Programming

NTsets (version 1.0)

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

Description

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

Usage

NT()

Arguments

Value

Return an graphical user interface.

Examples

Run this code
# NOT RUN {
###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)

# }

Run the code above in your browser using DataLab