# NOT RUN {
# Testing the lognormal distribution hypothesis on the compressive strength variable
# of the strength data set.
data("strength")
x <- strength$cstrength # compressive strength
lnorm_test(x) # testing the lognormal distribution hypothesis
# }
Run the code above in your browser using DataLab