search for: hyo

Displaying 10 results from an estimated 10 matches for "hyo".

Did you mean: hso
2009 Sep 27
3
Teach me how to transpose in R
Hi guys, I need your help!! My goal is to make a csv file from ncdf file. This is the code i've used : > hyo=open.ncdf("C:/CRUTEM3.nc") > hyo [1] "file C:/CRUTEM3.nc has 4 dimensions:" [1] "longitude Size: 72" [1] "latitude Size: 36" [1] "unspecified Size: 1" [1] "t Size: 1916" [1] "------------------------" [1] "file C:...
2010 Mar 13
3
Making multiple columns to a single column
..... I tried.. *dd=rbind(d1, d2, ..., d72)* I thought *dd* should be 3312*1 matrix; but it becomes 72*46. I really wanted to make it a single column (3312*1). Do you know what is wrong in this code? Or, do you have a better idea in making multiple columns to a single column? Thank you so much. -Hyo [[alternative HTML version deleted]]
2009 Oct 03
3
How to deal with this :" object ' obs' not found.
..._n_ in SAS. I do not know why it is not working. I even tried a similar example in UCLA webpage: http://www.ats.ucla.edu/stat/R/faq/sort.htm :it also does not seem to work. "*sort1.hsb2 <- hsb2[order(read) , ]"* Do you have any idea how to deal with this problem?? Thank you so much. -Hyo > colnames(ttx1) [1] "longitude 1" "longitude 2" "longitude 3" "longitude 4" "longitude 5" [6] "longitude 6" "longitude 7" "longitude 8" "longitude 9" "longitude 10" [11] "longitud...
2009 Aug 04
3
One critical question in R
...et. Most of my works in R would be something like cleaning the data or running a simple regression(OLS/Logit) though. The whole company relies on me when it comes to R. Please teach me how to deal with large data in R. If you can, please give me a response very soon. Thank you very much. Regards, Hyo [[alternative HTML version deleted]]
2002 Apr 30
3
Labeling matrix data
...does not seem to allow me to incorporate matrix labels (columns, and rows). If I use read.table, I can import the lables. But, the problem is, I don't know how I make this data as matrix. I'd really appreciate any help, and will keep diggin the manual for more information. Regrads, -hyo Hyo Kim, student Communicaiton Department Rutgers, New Jersey, US hkimscil at scils.rutgers.edu -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or &q...
2009 Oct 02
1
How to select a subset <number of dimensions matter>
...ve to transpose the data.. obviously. But, the problem is, after I transpose the data and export it to csv, I can't really see the data. Besides, I think tranpose thing does not seem work as I want, >bbb=t(as.matrix(data1)) >write.csv(bbb,"c:/oo.csv") Please help me, Thanks. -Hyo [[alternative HTML version deleted]]
2012 Dec 25
1
Sampling data without having infinite numbers after diong a transformation
...on. After transformation, there will be 'Inf' value in my data sets and I cannot proceed with the next step where I need to compute the trimmed mean and sum square of deviation. If anyone can help on how to obtain a better data sets so that my programme will work. Thank you. Best regards, Hyo Min UPM Malaysia [[alternative HTML version deleted]]
2003 Jun 21
21
Newbie questions
Hi..... I am new to this software, and I want to implement a client (SIP or IAX) with PHP or at least to pass the main functions (connection,call, transfer, hangup, call id etc) to a CRM. Does anyone know if I could achive a project like that with AGI ? Any example using AGI with PHP ? Do I have all the functionality with AGI ? What about call id ? What is depend on ? (As I know * does not
2012 Dec 17
1
seeking a help on if function
...example, if the value of gw1=gw2 (which mean equal trimming), the result will come out as "a" not the value of ssdw when equal trimming is done. I f anyone could with this, I really appreciate it. I need the value of ssdw so that I can proceed with computing the F test. Thanks. Regards, Hyo Min UPM Malaysia n1<-15 miu<-0 sd1<-1 data1<-rnorm(n1,miu,sd1) ## data transformation as G=0.5 and h=0.5 (data is normal) G<-0.5 h<-0.5 w<-((exp(G*data1)-1)/G)*(exp((h*data1^2)/2)) group1<-sort(w) g<-0.15    ## proportion of trimming ## group 1 uw<-floor(0.2*n...
2002 May 08
0
, Netlogit
...l Predicted 0 1 0 4564 128 Error in cat("\n Total Fraction Correct:", (n$ctable[1, 1] + n$ctable[2, : subscript out of bounds ==== description ends here. I think it has a problem in rendering the second prediction line? I'd appreciate any help! -hyo -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat....