search for: yohei

Displaying 9 results from an estimated 9 matches for "yohei".

Did you mean: kohei
2017 Aug 17
3
How to convert .Rdata file into .csv or something else?
...d <- load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata") I would like to know how to convert this file format into .csv or .txt. I suppose this question is very basic, but I could not find solutions on internet or in my textbooks. I would appreciate it if someone would help me. Yohei Tanaka (Tohoku University) [[alternative HTML version deleted]]
2017 Oct 13
1
Quotation marks hinder for loop
...nt is not interpretable as logical 2) > for(i in 1:N_var){ + assign(paste("V", i, sep=""), noquote(paste("V", i, sep=""))[,-1]) + } Error in unclass(x)[...] : incorrect number of dimensions I would appreciate it if someone would help me. Best regards, Yohei Tanaka ========================== Yohei Tanaka Tohoku University Graduate school of Economics Doctoral student email: marineband2007 at gmail.com [[alternative HTML version deleted]]
2017 Aug 18
0
"How to convert .rdata file into .csv or something else?" [SOLVED:Corrected version2]
...ing list members, Sorry for the repeated posting, but I have to add two more things. 1) I changed the .Rdata into .rdata in the subject to avoid misunderstanding of readers. 2) To save data in csv file; > write.csv(WV6_Data_R, "input/ch2/WV6_Data_R_v_2016_01_01.csv") Best regards, Yohei Tanaka ===========the following is the copy of my last message=========== A member found a problem of lines of codes in my last e-mail. I submit the correction to this mailing list as follows. In the final part of my last e-mail message, a csv file is created. But, I cannot open this file, so plea...
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED]
...object d If you want to create both csv file and an object directly from the file path; > library(R.utils) > saveObject(WV6_Data_R, "~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv") > d <- loadObject("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv") Best regards, Yohei Tanaka ========================== Yohei Tanaka Tohoku University Graduate school of Economics Doctoral student email: marineband2007 at gmail.com [[alternative HTML version deleted]]
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED:Corrected version]
...saveObject(WV6_Data_R, "~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv") > d <- loadObject("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv") --------------------------------------------------------------------------------------------------------------------- Best regards, Yohei Tanaka ========================== Yohei Tanaka Tohoku University Graduate school of Economics Doctoral student email: marineband2007 at gmail.com [[alternative HTML version deleted]]
2017 Aug 17
0
How to convert .Rdata file into .csv or something else?
...d <- load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata") I would like to know how to convert this file format into .csv or .txt. I suppose this question is very basic, but I could not find solutions on internet or in my textbooks. I would appreciate it if someone would help me. Yohei Tanaka (Tohoku University) ??? [[alternative HTML version deleted]] ______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-gu...
2014 Oct 15
1
Performance tuning of Samba4.1 LDAP CRUD operations
Hi, I would like to accelerate CURD operation of LDAP. Please let me know a tuning setup of OS or Samba. Although I am performing shift verification to Samba 4.1.12 from OpenLDAP 2.3, the CURD operation using a LDAP interface becomes 1/10 or less speed compared with OpenLDAP. Although this OpenLDAP is performing an optimized tuning setup, Samba is in the default state immediately after carrying
2010 Jul 18
6
CRAN (and crantastic) updates this week
...provides a simple R client for the Redis persistent key-value database available from http://code.google.com/p/redis/. * rrules (0.1-0) Oliver Flasch http://crantastic.org/packages/rrules Apply a set of transformation rules to any R function, call or expression. * RSearchYJ (0.0.1) Yohei Sato http://crantastic.org/packages/RSearchYJ Search with Yahoo Japan * rseedcalc (1.0) Kevin Wright http://crantastic.org/packages/rseedcalc Estimate the percentage of seeds containing GM traits. * RSQLite.extfuns (0.0.1) Seth Falcon http://crantastic.org/packages/RSQLite-extfuns...
2014 Oct 29
0
User deletion of Samba4 is slow?
Hi, I noticed the mysterious phenomenon! It took tens minutes to delete thousands of users. The same result was obtained although I checked by ldbdel besides samba-tool. If a lot of additions and deletion are repeated, the tendency for deletion to become slow will be seen. This tendency has not been improved although I also tried the reboot of Samba or OS. Please teach me how to improve.