Re: [R] Any packages for conducting AHP( Analytic Hierarchy Process) data

2007-02-19 Thread Kum-Hoe Hwang
comments, Kum-Hoe Hwang, Ph.D. On 2/19/07, Steve Dutky [EMAIL PROTECTED] wrote: Hi, Kum-Hoe Hwang, Did you get any help for your query? I have used R/Splus for a number of years, primarily for isolating anomalies with TCP/IP network traffic. I have become somewhat adept at importing data

[R] Are there any packages or methods for running data from AHP(Analytic Hierarchy Process) survey?

2007-02-14 Thread Kum-Hoe Hwang
Hi, R Lovers! I have some survey data. I'd like to run R or R packages for processing data inputted from AHP(Analytic Hierarchy Process) survey. Are there any R packages or subsititues for running data from AHP survey. Thanks in advance, -- Kum-Hoe Hwang, Ph.D.Phone : 82-31-250-3516Email

[R] Any packages for conducting AHP( Analytic Hierarchy Process) data

2007-02-13 Thread Kum-Hoe Hwang
Hi, R Lovers! I have some survey data. I'd like to run R or R packages for processing data inputted from AHP(Analytic Hierarchy Process) survey. Are there any R packages or subsititues for running data from AHP survey. Thanks in advance, -- Kum-Hoe Hwang, Ph.D.Phone : 82-31-250-3516 Email

[R] How to get multiple Correlation Coefficients

2006-10-19 Thread Kum-Hoe Hwang
], and , vars[j]) polychor(vars[i], vars[j]) # corr } } -- Kum-Hoe Hwang, Ph.D.Phone : 82-31-250-3516Email : [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

[R] How to Get Categorical Correlation Coefficient

2006-10-12 Thread Kum-Hoe Hwang
, -- Kum-Hoe Hwang, Ph.D.Phone : 82-31-250-3516Email : [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch 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

Re: [R] How to Get Categorical Correlation Coefficient

2006-10-12 Thread Kum-Hoe Hwang
(jh1_1, corridor1) [1] 0.02753303 cor(jh1_1, as.factor(corridor2)) [1] -0.3682788 Thanks for your kindness, Kum On 12 Oct 2006 10:25:33 +0200, Peter Dalgaard [EMAIL PROTECTED] wrote: Kum-Hoe Hwang [EMAIL PROTECTED] writes: Howdy Gurus ! I have a different correlation result from the same

[R] How to solve Different Correlation Results

2006-10-10 Thread Kum-Hoe Hwang
, -- Kum-Hoe Hwang, Ph.D.Phone : 82-31-250-3516Email : [EMAIL PROTECTED] [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R

[R] How to Interpret Results of Regression in R

2006-07-15 Thread Kum-Hoe Hwang
1.329 -- Kum-Hoe Hwang, Ph.D.Phone : 82-31-250-3516 Email : [EMAIL PROTECTED] [[alternative HTML version deleted]] __ R-help

[R] how to get coefficients of regression or Anova

2006-05-18 Thread Kum-Hoe Hwang
*** as.factor(corridor1)? ??? ?* But I do not know how to get coefficients of regression or Anova model. Thanks in advance, -- Kum-Hoe Hwang, Ph.D.Phone : 82-31-250-3516Email : [EMAIL PROTECTED] [[alternative HTML version deleted

[R] how to get correct coefficients from lm model

2006-05-18 Thread Kum-Hoe Hwang
as a tentative model at least? Y = 6.07e-01 + 2.87e-06* nemp + 2.44e-02 * as.factor(devt)A - 1.10e-01 * as.factor(devt1)B - 9.19e-03 * as.factor(devt)C And so, my question is which coefficients should I use for a final model?. Thanks in advance, -- Kum-Hoe Hwang, Ph.D.Phone : 82-31-250

[R] what is scale function? Is it for variable transformation?

2006-03-04 Thread Kum-Hoe Hwang
HOwdy I read R books about scale function for variable transformation. Acoording to this book scale function leads me to better regression results. Or am I worng? I hope somebody tell me about a scale function? Is it for variable transformation? -- Kum-Hoe Hwang, Phone : 82-31-250-3516Email

[R] How to sample x-y coordinates from GIS files

2005-07-06 Thread Kum-Hoe Hwang
. Thank you in advance, -- Kum-Hoe Hwang, Ph.D. Phone : 82-31-250-3283 Email : [EMAIL PROTECTED] [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] how to estimate Type I, Type III SS

2005-04-06 Thread Kum-Hoe Hwang
Howdy, R gurus I 'd like to know hwo to calculate or estimate SS of Type I and Type III in ANOVA or other anaysis in R. Thanks, -- Kum-Hoe Hwang, Ph.D. Kyonggi Research Institute, Korea (ROK) (Urban Planning and GIS) Phone : 82-31-250-3283 Email : [EMAIL PROTECTED] [[alternative

[R] best analysis method : for time series ans cross sectional data

2005-02-18 Thread Kum-Hoe Hwang
, specialZones, Dummy). What I am focusing on is best method among lm, glm, aov or others not siginificant results. I have wasted too much time for this. I welcome your comments. Thanks a lot, -- Kum-Hoe Hwang, Ph.D. Kyonggi Research Institute, Korea (ROK) (Urban Planning and GIS) Phone : 82-31-250

Re: [R] How to solve error : cannot allocate vector of size 1208235 Kb

2005-02-14 Thread Kum-Hoe Hwang
model. Thanks millions, Kum On Fri, 11 Feb 2005 13:02:53 +0100 (CET), Roger Bivand [EMAIL PROTECTED] wrote: On Fri, 11 Feb 2005, Kum-Hoe Hwang wrote: Howdy R gurus ! I am newbie to R I use R 2.0.1 in Windows XP. When I run R I got the follwoing memory error. My physical memory size

[R] How to solve error : cannot allocate vector of size 1208235 Kb

2005-02-10 Thread Kum-Hoe Hwang
$Ncounty + sfr.data$Nugb + sfr.data$Ngroup, data=sfr.data, listw=sfr.listw, method=eigen) Error: cannot allocate vector of size 1208235 Kb memory.size(max=FALSE) [1] 17862584 memory.limit(size=NA) [1] 3145728000 -- Kum-Hoe Hwang, Ph.D. Kyonggi Research Institute, Korea (ROK) (Urban Planning