Hi All, This is my first post in the community. I am currently working on finding some inferences from my sample data and the code I have used is: inference(y = nc$weight, x = nc$habit, est = "mean", type = "ht", null = 0, method = "theoretical"). While researching more on the code as I have just started using R, online I found alternative also as a keyword for the syntax which has option as either less, greater or two sided. I am unsure what it is referring to. If someone would please explain the alterative keyword. Thank you.
-- View this message in context: http://r.789695.n4.nabble.com/Inference-Syntax-tp4706637.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.