# NOT RUN {
NTplot(mean0=0, mean1=2, xbar=1.8, xlim=c(-3, 5))
NTplot(mean0=0, mean1=2, xbar=1.8, xlim=c(-3, 5), distribution.name="t", df=4)
NTplot(mean0=100, sd=12, mean1=113, xbar=105, xlim=c(92, 120), n=20)
NTplot(mean0=100, sd=12, mean1=113, xbar=105, xlim=c(92, 120), n=20,
zaxis=TRUE, z1axis=TRUE)
NTplot(mean0=100, sd=12, xbar=105, xlim=c(92, 108), n=20, ntcolors="stoplight")
NTplot(xbar=95, sd=10, xlim=c(65, 125), type="confidence",
alpha.left=.025, alpha.right=.025)
x <- rnorm(12, mean=.78)
x.t <- t.test(x)
NTplot(x.t)
NTplot(x.t, type="confidence")
x.tg <- t.test(x, alternative="greater")
NTplot(x.tg)
y <- rnorm(12, mean=-.05)
xy.t <- t.test(x, y)
NTplot(xy.t)
NTplot(xy.t, type="confidence")
# }
# NOT RUN {
if (interactive())
NTplot(shiny=TRUE) ## with any other arguments for initialization of the shiny app.
# }
# NOT RUN {
# }
# NOT RUN {
## The partially transparent colors are:
black127="#0000007F" ## HH:::ColorWithAlpha("black")
green127="#00FF007F" ## HH:::ColorWithAlpha("green")
blue127 ="#0000FF7F" ## HH:::ColorWithAlpha("blue")
## this is the default set of colors that are assigned when
## ntcolors="original" or when ntcolors is not specified
c(col.alpha = "blue",
col.notalpha = "lightblue",
col.beta = "red",
col.power = "pink",
col.pvalue = "green",
col.pvaluetranslucent = green127,
col.critical = "gray50",
col.border = black127,
col.text = "black",
col.conf = "lightgreen")
NTplot( )
NTplot(mean1 = 2, )
NTplot( xbar=1)
NTplot(mean1 = 2, xbar=1)
NTplot(type="confidence")
## this is the set of colors that are assigned when ntcolors="stoplight"
c(col.alpha = "red",
col.notalpha = "honeydew2",
col.beta = "orange",
col.power = "pink",
col.pvalue = "blue",
col.pvaluetranslucent = blue127,
col.critical = "gray50",
col.border = black127,
col.text = "black",
col.conf = "lightgreen")
NTplot( ntcolors="stoplight")
NTplot(mean1 = 2, ntcolors="stoplight")
NTplot( xbar=1, ntcolors="stoplight")
NTplot(mean1 = 2, xbar=1, ntcolors="stoplight")
NTplot(type="confidence", ntcolors="stoplight")
## this is the set of colors that are assigned when ntcolors="BW"
c(col.alpha = "gray35",
col.notalpha = "gray85",
col.beta = "gray15",
col.power = "gray40",
col.pvalue = "gray50",
col.pvaluetranslucent = HH:::ColorWithAlpha("gray65"),
col.critical = "gray15",
col.border = "gray75",
col.text = "black",
col.conf = "gray45")
NTplot( ntcolors="BW")
NTplot(mean1 = 2, ntcolors="BW")
NTplot( xbar=1, ntcolors="BW")
NTplot(mean1 = 2, xbar=1, ntcolors="BW")
NTplot(type="confidence", ntcolors="BW")
# }
# NOT RUN {
# }
# NOT RUN {
## mean1 and xbar
NTplot(mean0=0, mean1=2, xbar=1.8, xlim=c(-3, 5))
NTplot(mean0=0, mean1=-2, xbar=-1.8, xlim=c(-5, 3),
alpha.left=.05, alpha.right=0)
NTplot(mean0=0, mean1=2, xbar=2.1, xlim=c(-3, 5),
alpha.left=.025, alpha.right=.025)
NTplot(mean0=0, mean1=-2, xbar=-2.1, xlim=c(-5, 3),
alpha.left=.025, alpha.right=.025)
## mean1
NTplot(mean0=0, mean1=2, xbar=NA, xlim=c(-3, 5))
NTplot(mean0=0, mean1=-2, xbar=NA, xlim=c(-5, 3),
alpha.left=.05, alpha.right=0)
NTplot(mean0=0, mean1=2, xbar=NA, xlim=c(-3, 5),
alpha.left=.025, alpha.right=.025)
NTplot(mean0=0, mean1=-2, xbar=NA, xlim=c(-5, 3),
alpha.left=.025, alpha.right=.025)
## xbar
NTplot(mean0=0, mean1=NA, xbar=1.8, xlim=c(-3, 5))
NTplot(mean0=0, mean1=NA, xbar=-1.8, xlim=c(-5, 3),
alpha.left=.05, alpha.right=0)
NTplot(mean0=0, mean1=NA, xbar=2.1, xlim=c(-3, 5),
alpha.left=.025, alpha.right=.025)
NTplot(mean0=0, mean1=NA, xbar=-2.1, xlim=c(-5, 3),
alpha.left=.025, alpha.right=.025)
## t distribution
## mean1 and xbar
NTplot(mean0=0, mean1=2, xbar=1.8, xlim=c(-3, 5),
distribution.name="t", df=4)
NTplot(mean0=0, mean1=-2, xbar=-1.8, xlim=c(-5, 3),
alpha.left=.05, alpha.right=0, distribution.name="t", df=4)
NTplot(mean0=0, mean1=2, xbar=2.1, xlim=c(-3, 5),
alpha.left=.025, alpha.right=.025, distribution.name="t", df=4)
NTplot(mean0=0, mean1=-2, xbar=-2.1, xlim=c(-5, 3),
alpha.left=.025, alpha.right=.025, distribution.name="t", df=4)
## mean1
NTplot(mean0=0, mean1=2, xbar=NA, xlim=c(-3, 5),
distribution.name="t", df=4)
NTplot(mean0=0, mean1=-2, xbar=NA, xlim=c(-5, 3),
alpha.left=.05, alpha.right=0, distribution.name="t", df=4)
NTplot(mean0=0, mean1=2, xbar=NA, xlim=c(-3, 5),
alpha.left=.025, alpha.right=.025, distribution.name="t", df=4)
NTplot(mean0=0, mean1=-2, xbar=NA, xlim=c(-5, 3),
alpha.left=.025, alpha.right=.025, distribution.name="t", df=4)
## xbar
NTplot(mean0=0, mean1=NA, xbar=1.8, xlim=c(-3, 5),
distribution.name="t", df=4)
NTplot(mean0=0, mean1=NA, xbar=-1.8, xlim=c(-5, 3),
alpha.left=.05, alpha.right=0, distribution.name="t", df=4)
NTplot(mean0=0, mean1=NA, xbar=2.1, xlim=c(-3, 5),
alpha.left=.025, alpha.right=.025, distribution.name="t", df=4)
NTplot(mean0=0, mean1=NA, xbar=-2.1, xlim=c(-5, 3),
alpha.left=.025, alpha.right=.025, distribution.name="t", df=4)
## confidence intervals
NTplot(mean0=0, xlim=c(-3, 4), type="confidence")
NTplot(xbar=01, xlim=c(-3, 4), type="confidence")
NTplot(mean0=0, xlim=c(-4, 3), type="confidence",
alpha.left=.05, alpha.right=0)
NTplot(mean0=0, xlim=c(-3, 3), type="confidence",
alpha.left=.025, alpha.right=.025)
NTplot(mean0=95, sd=10, xlim=c(65, 125), type="confidence",
alpha.left=.025, alpha.right=.025)
NTplot(mean0=95, sd=10, xlim=c(65, 125), type="confidence",
alpha.left=.025, alpha.right=.025,
distribution="t", df=10)
# }
Run the code above in your browser using DataLab