search for: ds5j

Displaying 5 results from an estimated 5 matches for "ds5j".

Did you mean: ds5
2008 Jul 07
5
question on lm or glm matrix of coeficients X test data terms
Hi, is there an easy way to get the calculated weights in a regression equation? for e.g. if my model has 2 variables 1 and 2 with coefficient .05 and .6 how can I get the computed values for a test dataset for each coefficient? data var1,var2 10,100 so I want to get .5, 60 back in a vector. This is a one row example but I would want to get a matrix of multiplied out coefficients
2008 Sep 21
1
design question on piping multiple data sets from 1 file into R
Hi, I have some queries that I use to get time series information for 8 seperate queries which deal with a different set of time series each. I take my queries run them and save the output as csv file and them format the data into graphs in excel. I wanted to know if there is an elegant and clean way to read in 1 csv file but to read the seperate matrices on different rows into seperate
2008 Sep 21
2
r format questions
Hi, 1) I have noticed that when I use the aggregate function it outputs numbers in the results. for example: aggregate by product group.1 Aggregate 1 ProductA 1000400.00 2 ProductB 23232323.00 3 Missing 232323.00 is there a way to suppress the numbers infront of aggregate outputs. I checked and they don't look like columns when I do a summary so I can't -1
2012 Jan 19
3
What does the : operator mean in glm formulas
Hi, I see the following is the credit scoreing in R guide : m2<-glm(formula = good_bad ~ checking + duration + history+ purpose +amount + savings + employed + installp + marital + coapp +age + other + depends + telephon + foreign +checking:amount What does checking:amount mean? Regards, Xiaobo Gu
2008 Sep 22
1
R-help Digest, Vol 67, Issue 23
...avier Acuna >> Electrical Engineering Grad Student >> Universidad de Chile >> javier.acuna.o@gmail.com > > Michael Dewey > http://www.aghmed.fsnet.co.uk > > ------------------------------ Message: 23 Date: Sun, 21 Sep 2008 18:03:52 -0400 From: "DS" <ds5j@excite.com> Subject: [R] r format questions To: r-help@R-project.org Message-ID: <20080921180352.6760@web005.roc2.bluetie.com> Content-Type: text/plain Hi, 1) I have noticed that when I use the aggregate function it outputs numbers in the results. for example: aggregate by product...