On Oct 27, 2011, at 6:58 AM, Elinor Zeev wrote:

Hi,

I am using PostgreSQL 9.1 and want to run


 loglinear_simple<-simple.lm(x$p_overPnot,x$logQuantity,show.ci
=FALSE,conf.level=confidenceLevel)

without showing the graph,  however the show.ci=FALSE is ignored.

My guess (and it is a guess since you did not specify a package for simple.lm) is that specifying a conf.level is over-riding the show.ci parameter. Why would one specify a value for "conf.level" if one did not want a confidence level?

I have quite few packages loaded and I still get:
> ?simple.lm
No documentation for 'simple.lm' in specified packages and libraries:
you could try '??simple.lm'


--

David Winsemius, MD
West Hartford, CT

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to