similar to: switch (PR#2033)

Displaying 20 results from an estimated 1100 matches similar to: "switch (PR#2033)"

2004 Jun 07
2
MCLUST Covariance Parameterization.
Hello all (especially MCLUS users). I'm trying to make use of the MCLUST package by C. Fraley and A. Raftery. My problem is trying to figure out how the (model) identifier (e.g, EII, VII, VVI, etc.) relates to the covariance matrix. The parameterization of the covariance matrix makes use of the method of decomposition in Banfield and Rraftery (1993) and Fraley and Raftery (2002) where
2000 Jul 13
2
Programming puzzle...
Dear R guru's, I'd like to sort the columns of a matrix according to the elements in the first row, and in case of a tie according to the second row, etc. In case of a 3xn matrix woppa, something like colorder _ order(woppa[1,], woppa[2,], woppa[3,]) I just cannot seem to find a way to do this for a variable number of rows, e.g. if woppa has 10 or 15 rows I now manually cut and paste to
2013 May 14
2
[LLVMdev] Update information about Jade project
Hi everybody, We work for a few week to update our project Jade (Just-In-Time Adaptive Decoder Engine) already referenced on "LLVM Projects" page (http://llvm.org/ProjectsWithLLVM/#jade). After some updates, we are able to compile Jade with the upcoming LLVM version. I want to ask you if it is possible to update the first link for the Jade project on ProjectsWithLLVM page, since it
2011 Feb 23
0
Problem with Mclust
Dear All, I fear I am badly misunderstanding something fundamental about the mclust package. Please considered the dataset pasted at the end of the email (you can also have a look at http://dl.dropbox.com/u/5685598/dataedges.csv ). Now, I would like to use the info on columns 1,2 and 4 to predict the value in column 3. However, when I run the script below (obg_mining_script.R), I get
2007 Jul 05
0
model-based question-better readable version
It is going to be easy question to you. I've started to interest in model-based clustering. Adrian E. Raftery "Recent Advances in Model-Based Clustering: Image Segmentation and Variable Selection" (www.stat.washington.edu/Raftery)showed that we can compare different classification methods using BIC statistic. For diabetes dataset the best model is VVV model with 3 classes- for this
2007 May 02
0
Deploying another application as subdomain
Let''s say that I have an application up and running at http://eii.com I and developing another application that is complimentary to eii.com and have decided to serve that application using http://services.eii.com Now this is a totally different application but is useful to the people visiting eii.com site. This new application has it''s own database and own source code. My
2000 Jul 17
0
Réf. : image legend
I would also be very much interested in having the image.legend function in R. The Splus image.legend uses the subplot function, which doesn't seem to be available in R, so one can't copy the Splus function to R (otherwise it would probably have been done already). I greatly appreciate the flexibility of the Splus image.legend function since it allow you to put the legend where
2003 Sep 11
3
Rgui access violation
Dear All; While using EMclust() in the mclust package, I frequently encountered a program error. A message window popped up with the message " Rgui.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is be created." > version _ platform i386-pc-mingw32 arch i386 os mingw32
2003 Jan 14
3
PLS regression?
Hi all, I would like to do some QSAR analysis (quantitative structure activity relationship). I need to use some Partial Least Squares (PLS) regression, but I have not seen this option on the R-project. Is it possible to do this kind of regression on R? thank you in advance best regards, olivier [[alternate HTML version deleted]]
1997 Jun 04
0
R-beta: save.plot and piecharts
Hi all, I am not sure if someone else noticed this as well, but the combination of piechart plots and save.plot does not work correctly. The labels and tickmarks are plotted OK, but the piechart itself is placed somewhere else in the figure (when using colors) or not visible at all (if not filled). The combination with postscript("...") works, though. Two small thingies concerning pie
1997 Oct 14
1
R-beta: Private libraries
This must be a simple question but I could not find anything under the FAQ... so here goes. I am currently working on a (quite specific) set of functions I would like to place in a library. But: I'd like to keep this separate from the R source and CRAN libraries. Is there a global variable so that R searches also other directories for sources when installing libraries? BTW, this can also be
1998 Jan 27
0
R-beta: help in rsept
Is it possible to get information on libraries or data sets in R for windows? E.g. under Unix I would type ?library(whatever)... I have made some simple functions for teaching and spent hours writing the documentation for my students who now may not even be able to read it... aarghh Apologies if this is a FAQ, couldn't find anything on it in the archives. Ron
1999 May 07
0
R-0.64.0 on SUN
When I try to install R-0.64.0 on my SUN ( > uname -a SunOS ac6 5.7 Generic sun4u sparc SUNW,Ultra-5_10 ) I get after "./configure --disable-readline" and "gmake" the following errors: gcc -O2 -I../include -I../../src/include -c saveload.c -o saveload.o In file included from /usr/include/sys/tiuser.h:18, from /usr/include/tiuser.h:17,
2008 Feb 12
3
sort a data frame according to roman characters
R-help, I have a data frame with one column containing roman numbers The data are not sorted as : I II III IV V VI VII VIII IX X XI XII XIII XIV XV Using data[order(data$Roman),] does not do the job. How can this be done? Thanks in advance.
2007 Aug 10
3
having problems with factor()
Dear R Help, I have a set of data of heights of trees described by area that they are in. The areas are numerical (0 to 7). ht area 1 320 3 2 410 4 3 230 2 4 360 3 5 126 1 6 280 2 7 260 2 8 280 2 9 280 2 10 260 2 ....... 180 450 4 181 90 1 182 120 1 183 440 4 184 210 2 185 330 3 186 210 2 187 100 1 188 0 0 I want to convert the
2018 May 22
2
Plot qualitative y axis
Many thanks, My goal is to make a plott like attached but the Y axis starts in XIV and end at top in I. Generally for instance in excel X axis is categories but Y axis is numbers I want the contrary plotted in lines, your last help is near what I look but barplot is not needed. Hope you can help me thanks in advance. 2018-05-22 0:58 GMT+02:00 Jim Lemon <drjimlemon at gmail.com>: > Hi
2005 Aug 27
1
CUPS for KDE
CUPS for KDE, my printer does not work properly, it don't print all pages, misses connection with usb, etc. When I installed and configured in GNOME every thing seemed to be fine. When entering KDE it automatically adds two printers and generally brings the printer out of work. I have figured out that I am missing this support according to this link:
2009 Dec 08
1
Sort a data frame according to romans
R-help, I have a data frame: > mydata strata nh Nh Wh fh 1 I 10 26 0.048 0.385 2 II 32 84 0.154 0.381 3 III 16 42 0.077 0.381 4 IV 4 11 0.020 0.364 5 V 10 26 0.048 0.385 7 VII 64 168 0.309 0.381 8 VIII 49 129 0.237 0.380 9 IX 22 58 0.107 0.379 91 VI 0 0 0.000 0.000 and I wish to rearrange the data are sorted according to the roman
2018 May 21
2
Plot qualitative y axis
Hi all, I?m trying to plot this data N M W I 10 106 II 124 484 III 321 874 IV 777 1140 V 896 996 VI 1706 1250 VII 635 433 VIII 1437 654 IX 693 333 X 1343 624 XI 1221 611 XII 25 15 XIII 3 XIV 7 8 So that in de Y axis will be the level (qualitative data) and in the X axis will be M and W variables. So x axis will be wwith a lenght between 0 and 2000. I would like to plot a line with M and other
2013 May 14
0
[LLVMdev] Update information about Jade project
Hi Antoine, Done with r181776. Cheers, -- Arnaud A. de Grandmaison On 05/14/2013 10:50 AM, Antoine Lorence wrote: > Hi everybody, > > We work for a few week to update our project Jade (Just-In-Time > Adaptive Decoder Engine) already referenced on "LLVM Projects" page > (http://llvm.org/ProjectsWithLLVM/#jade). After some updates, we are > able to compile Jade with