Re: [R] Regression analysis result compare

2018-12-28 Thread Jeff Newmiller
You have applied to an inappropriate forum using an inappropriate communication format for your question. You should read the Posting Guide to fill in your misunderstanding for future use of this from, but more immediately you should check out the CrossValidated web site for help regarding how

[R] Regression analysis result compare

2018-12-28 Thread Ripon Saha
Dear R-help team, Good afternoon. I need your help regarding the attached file. My questions are: 1. Is my result analysis right? 2. How can I compare the result between this single and multiple regression? With thanks and best regards. -- Ripon Kumer Saha Student of Masters Program in Economic Fa

Re: [R] regression analysis in R

2012-10-27 Thread eliza botto
many days now. reply like yours, simply wont help. anyway, thanks for your advice. eliza > Date: Fri, 26 Oct 2012 16:36:27 -0700 > From: ehl...@ucalgary.ca > To: eliza_bo...@hotmail.com > CC: r-help@r-project.org > Subject: Re: [R] regression analysis in R > > On 2012

Re: [R] regression analysis in R

2012-10-26 Thread Peter Ehlers
On 2012-10-26 13:00, eliza botto wrote: Dear useRs, i have vectors of about 27 descriptors, each having 703 elements. what i want to do is the following 1. i want to do regression analysis of these 27 vectors individually, against a dependent vector, say B, having same number of elements.2. i

Re: [R] regression analysis in R

2012-10-26 Thread Rui Barradas
t(res2rSquare) #[1] 0.8444332 0.6316695 0.6971695 0.7322519 0.4328805 For selection of the best model based on combination of descriptors, you can also look for step-wise elimination, or based on AIC or BIC values. A.K. - Original Message - From: eliza botto To: "r-help@r-projec

Re: [R] regression analysis in R

2012-10-26 Thread arun
n of the best model based on combination of descriptors, you can also look for step-wise elimination, or based on AIC or BIC values. A.K. - Original Message - From: eliza botto To: "r-help@r-project.org" Cc: Sent: Friday, October 26, 2012 4:00 PM Subject: [R] regression an

[R] regression analysis in R

2012-10-26 Thread eliza botto
Dear useRs, i have vectors of about 27 descriptors, each having 703 elements. what i want to do is the following 1. i want to do regression analysis of these 27 vectors individually, against a dependent vector, say B, having same number of elements.2. i would like to know best 10 regression res

Re: [R] regression analysis

2012-07-26 Thread R. Michael Weylandt
Something like that should work, though you might need to construct the formula as a string: paste("y ~", names(x)[i]) instead. More worrisome is the methodology: doing 10k regressions on a single response is almost guaranteed to give spurious results. This methodological mistake has different n

[R] regression analysis

2012-07-25 Thread Silvano Cesar da Costa
Hi, I have to do 10,000 linear regression analysis, and the response variable (RESP) is the same for all independent variables (10,000). y ~ x[i] i = 1, ..., 1 For each analysis must extract the p-value and put them in an orderly increasing. I thought an analysis of the type: ana = numer

Re: [R] Regression Analysis or Anova?

2012-05-15 Thread Robert Latest
Hello Andrea, I don't know if I can help you (probably not, I'm a beginner myself), but you that you should make it a lot easier for those that can if you post a self-contained script in this forum that shows what you're trying to do. Use dput() to dump your dataset in text form. Good luck, rober

[R] Regression Analysis or Anova?

2012-05-15 Thread Andrea Sica
Dear all, I hope to be the clearest I can. Let's say I have a dataset with 10 variables, where 4 of them represent for me a certain phenomenon that I call Y. The other 6 represent for me another phenomenon that I call X. Each one of those variables (10) contains 37 units. Those units are just the

[R] Regression Analysis

2012-05-08 Thread asica
Dear all, I have a database of 93 variables. I have created a few subsets (10) by inserting different numbers of variables in each one of them (the maximum is 6 anyway), like to represent different phenomena. Hence, this is the logic; 1subset=contains a few variables=expresses 1phenomenon. Now I

Re: [R] regression analysis with interactions

2010-08-05 Thread Erik Iverson
, summary should also give them to you. Date: Wed, 4 Aug 2010 15:27:40 -0500 From: er...@ccbr.umn.edu To: jennifer@hotmail.de CC: r-help@r-project.org Subject: Re: [R] regression analysis with interactions Jennifer Hou wrote: Hello, I have got a linear model that looks like this: lm(criterion

Re: [R] regression analysis with interactions

2010-08-05 Thread Jennifer Hou
500 > From: er...@ccbr.umn.edu > To: jennifer@hotmail.de > CC: r-help@r-project.org > Subject: Re: [R] regression analysis with interactions > > > > Jennifer Hou wrote: > > Hello, > > > > I have got a linear model that looks like this: > >

Re: [R] regression analysis with interactions

2010-08-04 Thread John Sorkin
Jennifer, Please provide us more information. It would be helpful to see the actual code you ran along with the actual output. How did you get the values that your included with your email message? Did you get the values using the summary function, e.g. > fit0<-lm(y~x+sex+x*sex) > summary(fit0) C

Re: [R] regression analysis with interactions

2010-08-04 Thread Erik Iverson
Jennifer Hou wrote: Hello, I have got a linear model that looks like this: lm(criterion ~ variable.A*variable.a + variable.B*variable.b + variable.C *variable.c) The output computed with stdCoeff() seems to be all right, but it does not show the coefficients of the interaction of the first

[R] regression analysis with interactions

2010-08-04 Thread Jennifer Hou
Hello, I have got a linear model that looks like this: lm(criterion ~ variable.A*variable.a + variable.B*variable.b + variable.C *variable.c) The output computed with stdCoeff() seems to be all right, but it does not show the coefficients of the interaction of the first pair of variables. Inst

Re: [R] regression analysis & p value

2010-06-16 Thread Uwe Ligges
On 15.06.2010 23:17, Liang Cheng wrote: Hello:) I have 4 points in a 2-dimension coordinate. how can I do the regression analysis and calculate the p-value£¿ Well, you can do by uising lm(), but you should not. Reporting the values of your 4 points makes more sense than calculating anything.

[R] regression analysis & p value

2010-06-15 Thread Liang Cheng
Hello:) I have 4 points in a 2-dimension coordinate. how can I do the regression analysis and calculate the p-value£¿ thanks a lot, Liang [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/li