search for: quared

Displaying 6 results from an estimated 6 matches for "quared".

Did you mean: squared
2008 Nov 08
4
Plotting Standard Regression Fit-Am I wrong or a bug?
I'm trying to plot a time series (quarterly observations, seasonal effect, T=56),regression line and predicted point on the same plot. I'm using following commands: > plot(qdts,xlim=c(1982,1997)) > lines(fitted(m2)~time,data=qd,col="red") > points(predict(m2,newdata=nqd),col="blue") where: qdts<-ts(qd$durables,start=c(1982,1),freq=4)
2004 Sep 20
0
[QUAR] How can I make a rotative board?
Rodolfo, I haven't looked up how to do this with sip phones, but the zap channels can be configured in groups that will hunt through the group until a non-busy line is found. http://www.voip-info.org/tiki-index.php?page=Asterisk%20ZAP%20channels#comments Here is a link to PBX hunting with the dial plan. http://www.voip-info.org/tiki-index.php?page=PBX+Hunt+Groups I haven't tried
2010 May 31
3
two questions about PLOT
here ,I want to plot two lines in one figure.But I have two problems 1) how to move one of the y-axis to be the right ? I tried to the command"axis(2)",But I failed. 2) how to add the axis information correctly.Since I have use the cmommand "axis(1,at=1:6,labels=gradeinfo$gradenam)" but it seems that the correct information that I want is superposition with the old axis
2009 Mar 02
1
Problem with dummy variables controlling for years
...NA NA year2003 -6.49e-02 NA NA NA year2004 -5.95e-02 NA NA NA year2005 -6.08e-02 NA NA NA Despite this inconsistency, the other variables as well as my R-quared look alright. Can anybody explain me what the reason for this problem is and how it affects the regression? Are the results still usable in spite of the NaNs? Thank you very much! Best, Johannes -- View this message in context: http://www.nabble.com/Problem-with-dummy-variables-controlling-fo...
2009 Feb 06
1
Hi all,
Hi all, as I told earlier, I am installing an email server with postfix/dovecot/dspam (for now that's all, though some programs may come later). For now, what works good enough is that I receive mails and spams are tagged. Dovecot version 1.1.7-r1 compiled from the gentoo depository with debug. The path of a mail is 1/ to be passed to dspam by postfix as a virtual transport with this in
2009 Jun 08
2
problem with bulk insert into a *.csv file
Hi all, I am trying to create a "index.csv" with caliculating different types of caliculations . In that i have to caliculate on 10,000 studies and have to insert many no of rows more than 500,000 for that right now I am inserting every row after caliculating and doing data.frame but its taking much time to create that index.csv is there any thing like bulk insert in to file