search for: takatsugu

Displaying 13 results from an estimated 13 matches for "takatsugu".

2007 Sep 07
5
SQL like function?
Hi RUsers, I am wonder if I can search observations whose IDs matches any of the values in another vector, such as in MySQL. While I am learing MySQL for future database management, I appreciate if anyone could give me a hint. Suppose I have one 5*1 vector containing observation IDs and frequencies, and one 3*1 vector containing observation IDs. observation<-c(1,2,3,4,5) ID<-c(1,3,4)
2006 Jul 21
3
Bug#379092: xen-utils-3.0: xen-backend.rules placed incorrect directory
Package: xen-utils-3.0 Version: 3.0.2+hg9697-1 Severity: critical The xen-backend.rules file is stored in /dev/udev, but it is not correct. I made the symlink into /dev/udev/rules.d/ so it works. It is also mentioned at the following place: http://www.debian-administration.org/articles/396 -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.4.27-2-386 Locale:
2007 Dec 24
2
R Compilation error on Ubuntu
Hi I bought a new laptop HP dv9500 just a week ago and installed a Ubuntu gutsy ribbon on this laptop. I wanted to install Fedora but there are more threads on Ubuntu, so I decided to install Ubuntu. After hours of struggle in configuring x server/graphic card stuff, I installed R for Gutsy ribbon using "sudo apt-get install g77 r-core'. Now when I tried to install 'sp' package
2008 Jun 28
1
lme4 package
Hi, Could someone explain what this message mean? I was playing with lme4 pacakge but I could not run any models... Error in printMer(object) : no slot of name "dims" for this object of class "table" In addition: Warning message: In printMer(object) : trying to get slot "dims" from an object (class "table") that is not an S4 object
2006 Mar 20
1
exporting graphics
Hi, This is a very fundamental question. I want to export graphical results so that I can place them in an openoffice document. I use Fedora 5. Can anyone help? Thanks in advance. ------------------------------------ Takatsugu Kobayashi PhD Student Indiana University, Dept. Geography
2012 Jun 29
1
Help for string opeation
Hi R users, I appreciate if you could give me some hint/help on this string operation. Suppose I have a list of string objects in varying sizes like [[1]] [1] "A" [2] "B" [3] "C" [[2]] [1] "D" [2] "E" [[3]] [1] "F" Then I would like to create a vector that contains all elements like [1] "A" "B" "C"
2008 Feb 04
1
how to get points from SpatialPolygonsDataFrame
Um texto embutido e sem conjunto de caracteres especificado associado... Nome: n?o dispon?vel Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080203/5ea1e3ad/attachment.pl
2007 May 10
1
A simple question about PRINCOMP
Hi, I just wonder if this is a rounding error by the princomp command in R. Although this does not make much sense, using a hypothetical dataset, a, a<-matrix(runif(1000),100,10) I did PCA with the princomp, and compared it with the results estimated with the eigen and the prcomp commands. And I found some differences in the results: opposite signs in the loadings; slight differences in
2007 Sep 08
2
Problem in installing packages on linux machine...
Hi, I am trying to install RSQLite package on my Fedora workstation. I tried to install other packages as well, but each time I got the same error messages saying "compilation error" and "non zero exit status". Do I have to specify "lib="? I never specified the library path before when I was using Fedora Core 6. Warning in install.packages("RSQLite")
2013 Jan 26
0
Processed: switching email address
...mitter 679536 ! Bug #679536 [wine-bin] wine-bin: fails to install, trying to overwrite other packages files Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 688498 ! Bug #688498 {Done: NOKUBI Takatsugu <knok at daionet.gr.jp>} [namazu2] namazu2: modifies conffiles (policy 10.7.3): /etc/namazu/cgidirs Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 670498 ! Bug #670498 [src:dovecot] d...
2011 Jun 30
0
help with interpreting what nnet() output gives:
...Thank you, Hafsa -- View this message in context: http://r.789695.n4.nabble.com/R-What-training-algorithm-does-nnet-package-use-tp813206p3632339.html Sent from the R help mailing list archive at Nabble.com. ------------------------------ Message: 6 Date: Wed, 29 Jun 2011 17:54:51 +0900 From: Takatsugu Kobayashi <taquito2007 at gmail.com> To: R-help at r-project.org Subject: [R] customer segmentation using a large data with many zeros Message-ID: <BANLkTi=T8Gnv8VFq2bOhD=99AOxHFjsBCw at mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Hi, I am looking for clustering techn...
2007 Feb 27
0
Optimizing the loop for large data
Rusers: I am trying to apply a quadratic discriminant function to find the best classification outcomes. 1 is assigned to the values greater than a threshold value; and 0 otherwise. I would like to see how the apparent error rates and the optimal error rate change with increasing threshold values. I have a 1000*10 data matrix: n=1000 and p=10. Here is what I wrote so far, but seems to be
2011 Jun 29
0
customer segmentation using a large data with many zeros
Hi, I am looking for clustering techniques that are tolerant to large datasets (500,000 unique customers with transaction records). I basically would like to conduct customer segmentation based on their transaction history - what they bought, how often they visited stores, demographics etc. And transaction part of the data is binary: 1 if they bought, let's say, fruits etc. Now the problem