iscamonesamplet(
xbar = 2.5,
sd = 1.2,
n = 30,
alternative = "greater",
hypothesized = 2
)
iscamonesamplet(
xbar = 10.3,
sd = 2,
n = 50,
alternative = "less",
hypothesized = 11
)
iscamonesamplet(
xbar = 98.2,
sd = 2,
n = 100,
alternative = "two.sided",
conf.level = 0.95
)
iscamonesamplet(xbar = 55, sd = 5, n = 40, conf.level = 0.99)
Run the code above in your browser using DataLab