# NOT RUN {
##
## Example 1
## Annual Canadian Lynx trappings 1821-1934 in Canada.
## Available in datasets package
##
# }
# NOT RUN {
plot(lynx)
# }
# NOT RUN {
difference.sign.test(lynx)
##
## Example 2
## Sweet potato production, harvested in the United States, between 1868 and 1937.
## Available in this package.
##
data(sweetpotato)
difference.sign.test(sweetpotato$production)
# }
Run the code above in your browser using DataLab