similar to: " 'x' must be numeric"

Displaying 20 results from an estimated 1100 matches similar to: "" 'x' must be numeric""

2006 Mar 30
2
Unbalanced Manova
Dear all, I need to do a Manova but I have an unbalanced design. I have morphological measurements similar to the iris dataset, but I don't have the same number of measurements for all species. Does anyone know a procedure to do Manova with this kind of input in R? Thank you very much, Naiara. -------------------------------------------- Naiara S. Pinto Ecology, Evolution and Behavior 1
2006 Jan 10
2
reading contigency tables
Hi all, I need some help using read.ftable to read a contingency table. My columns are organized as follows: order--family--species--location--number of individuals I couldn't figure out how to change the data on my text file to be imported into R; and after you do that, is it possible to convert the table into a data frame? Any tips would be greatly appreciatted! Thanks a lot, Naiara.
2006 Jan 24
1
polr (MASS)
Hello all, I am trying to use polr (the ordered logistic model from MASS) but I am getting the following error message: Error in if (all(pr > 0)) -sum(wt * log(pr)) else Inf : missing value where TRUE/FALSE needed My response variable is a factor with 3 levels and I have 2 independent variables. I am not sure if I guessed the starting parameters right, which I imagine could be a source of
2005 Oct 04
1
Rcmdr and scatter3d
Hi folks, I'd like to use scatter3d (which is in R commander) to plot more than one dataset in the same graph, each dataset with a different color. The kind of stuff you would do with "holdon" in Matlab. I read a recent message that was posted to this list with a similar problem, but I couldn't understand the reply. Could someone give me one example? How do you plot subgroups
2007 Dec 18
1
Random forests
Dear all, I would like to use a tree regression method to analyze my dataset. I am interested in the fact that random forests creates in-bag and out-of-bag datasets, but I also need an estimate of support for each split. That seems hard to do in random forests since each tree is grown using a subset of the predictor variables. I was thinking of setting mtry = number of predictor variables,
2006 Nov 13
1
random forest regression
Dear all, I am doing a regression in ramdomForest, using the option "sampsize" reduce the number of records used to produce the randomForest object. The manual says "For classification, if sampsize is a vector of the length the number of strata, then sampling is stratified by strata, and the elements of sampsize indicate the numbers to be drawn from the strata". I need my
2008 Mar 09
1
sampsize in Random Forests
Hi all, I have a dataset where each point is assigned to a class A, B, C, or D. Each point is also assigned to a study site. Each study site is coded with a number ranging between 1-100. This information is stored in the vector studySites. I want to run randomForests using stratified sampling, so I chose the option strata = factor(studySites) But I am not sure how to control the number of
2008 Jul 04
1
synthax for R CMD INSTALL
Dear all, I am trying to install rgdal from source on a Mac OS 10.4.11. I installed GDAL and PROJ as frameworks so the installation does not work unless I explicitly state where the GDAL and PROJ libraries are. I tried: R CMD INSTALL rgdal_0.5-25 --configure-args=--with-proj-include=/Library/Frameworks/PROJ.framework/unix/include --with-proj-lib=/Library/Frameworks/PROJ.framework/unix/lib but I
2007 Nov 27
5
windows vista
Hello there Im suzuky Pinto from Mexico. And Im buying a new computer and this have windows vista. Could I have any problem using R on it? thabks Suzuky** Comparte video en la ventana de tus mensajes (y también tus fotos de Flickr). Usa el nuevo Yahoo! Messenger versión Beta. http://mx.beta.messenger.yahoo.com/ [[alternative HTML version deleted]]
2006 Jul 04
7
inverse of eval() ?
I''m trying to figure out how to turn a string into an object. Can anyone point me? Here''s some background. Here''s the part of what I''m trying to do that works. ------------------------------------- @ford = [''mustang'', ''pinto''] make = ''@ford'' puts eval(make) --> produces mustang pinto
2011 Jul 11
2
Congratulations to the Centos Team for the hard work on Centos 6
I just wanted to say Congratulations and thank you to the Centos Team for all of the work on Centos 6 - I know the last few months have not been easy - but the real benefit will be that Centos 6 will be as good and as stable as Centos 5 has been for me and everyone who has been using it for the past 4 years. It has never a matter of just getting it done - but getting it done right. Thank You
2004 Nov 08
4
Wine-20041019.tar.gz
Dear List, My 'puter runs SuSE Linux version 8.0 I have just compiled and installed, using ./tools/wineinstall Wine-20041019 The compile and install appeared to go smoothly without error messages, and was installed using 'su' to root. But, a segmentation faults prevents me from starting Wine :-( Please, is there a remedy to fix this ? Thank you, Richard ___________
2010 Aug 20
3
how to interpret KS test
Dear R users I am using KS test to compare two different distribution for the same variable (temperature) for two different time periods. H0: the two distributions are equal H1: the two distributions are different ks.test (temp12, temp22) Two-sample Kolmogorov-Smirnov test data: temp12 and temp22 D = 0.2047, p-value < 2.2e-16 alternative hypothesis: two-sided Warning message: In
2005 Jan 27
3
Installing rails without gems
After reading the article about rails in OnLamp, I''ve decided to give it a try. In many way it resembles a product that I used to work several years ago, but based on Tcl. So I this might just be what a Pythonier as me needs to try out Ruby. :) Now the problem is, right now the computer where I want to play around with rails doesn''t have net access. I already downloaded the
2008 Aug 10
0
possible problem with rgdal
Hello all, I recently installed rgdal 0.5.24-1 (kyngchaos framework) and I am having trouble making sense of the row, col information provided. > a = new("GDALDataset", "dummy.tif") > GDALinfo("dummy.tif") rows 420 columns 660 bands 1 ll.x -55.5 ll.y -14.5 res.x 0.008333334 res.y 0.008333334 oblique.x 0 oblique.y
2005 Sep 28
3
DomU on SMP
Hi, Im trying to set create a RHAS4 DomU on a HP proliant 360DL 4 processor SMP. Since the xenified kernel that came with FC4 didnt work, I compiled a xen-unstable enabled kernel for FC4. all was fine untill it gave me a ''unable to open an initial console'' I tried to make an initrd for my xen0 kern but it didnt work. So I tried using the old initrd image that I had and Dom0
1999 Jun 24
4
No automatic refresh?
Hi! I've been struggling with this install of Samba 2.0.4b on Linux/x86 2.0.36. All of the client machines run Windows NT 4, SP 3. I'm exporting /tmp as pub, and if I right click in the folder and create a new folder, it doesn't show up until I go to 'view' and 'refresh'. If I delete something, it doesn't go away until I refresh. Why? Output of testparm:
1999 Sep 22
2
SAMBA digest 2240
> Hi, Check if the shared directory has the write permission for all. i.e. chmod 777 for the particular directory > Date: Sun, 19 Sep 1999 21:06:36 -0700 > From: Kenny Cho <Kenny.Cho@Corp.Sun.COM> > To: samba@samba.org > Subject: Problem copying files to samba mount. > Message-ID: <37E5B2CC.9ADC9F8A@ha1pal.corp.sun.com> > MIME-Version: 1.0 >
1999 Jun 23
1
problems with a WinNT SMB server
Hello, as a new Linux user (Red Hat6.0) I am trying to mount hard drives from a local network which is managed by a windows NTServer. When I try to launch from the command line: smbclient -L servername I am prompted for a password, which I presume is the same password that I use when I login from a Windows environemt. Given the pasword I get the message: session setup failed: ERRDOS -
2005 Dec 29
2
They help me please!!!
Necessary urgent of a version of xen that it functions. The question, my people, is that I am with a stated period for the delivery of a dedicated server, and bet in the Fedora Core 4/5, however I do not obtain to make to function the versions of xen for this. The problem is that when xen does not break, is the net (xen-br0) that it does not function... Somebody would have the RPMs functional that