search for: crabs

Displaying 20 results from an estimated 54 matches for "crabs".

Did you mean: grabs
2008 Jun 11
3
Finding Coordinate of Max/Min Value in a Data Frame
Hi, Suppose I have the following data frame. __BEGIN__ > library(MASS) > data(crabs) > crab.pca <- prcomp(crabs[,4:8],retx=TRUE) > crab.pca$rotation PC1 PC2 PC3 PC4 PC5 FL 0.2889810 0.3232500 -0.5071698 0.7342907 0.1248816 RW 0.1972824 0.8647159 0.4141356 -0.1483092 -0.1408623 CL 0.5993986 -0.1982263 -0.1753299 -0.1435941 -0.74166...
2017 Oct 10
2
[RFC] Add SeaHorn and Crab-llvm to Users.html
Hi folks, We would like to add SeaHorn <http://seahorn.github.io/> and Crab-llvm <https://github.com/seahorn/crab-llvm> to the list of LLVM's users on http://llvm.org/Users.html under Open Source Projects. The descriptions would be: 1. SeaHorn | An Algorithmic Logic-Based Reasoning Framework. 2. Crab-llvm | A static analyzer based on abstract interpretation for LLVM. I attach a
2008 Jan 27
3
need help opening a file
Hi, I can't believe I am unable to do this. I just installed R (never used it before, but want to learn it). At present, though. all I want to do is export a data file (specifically "crabs" in the MASS library) to a text file for use in SPSS. It allows me to peek into the dataset, using the command head(crabs) but I can neither view the entire file nor can I seem to export it to a text file. I have been trying to get help from the online help for several hours now! Maybe I jus...
2003 Apr 11
1
lattice bug? (PR#2765)
I've been experimenting with the lattice graphics in chapter 3 of MASS. The code to produce figure 3.14 is: data(crabs) library(mva) lcrabs.pc <- predict(princomp(log(crabs[,4:8]))) crabs.grp <- c("B", "b", "O", "o")[rep(1:4, rep(50,4))] splom( ~lcrabs.pc[, 1:3], groups = crabs.grp, panel = panel.superpose, key = list(text = list(c("Blue male", "Blu...
2005 Mar 05
1
partial r2 using PLS
...of partial determination for each of three independent variables. I've tried mvr in package pls.pcr. I'm a little confused by the output. I'm curious how I can order the LV's according to their names rather than their relative contribution to the regression. For instance, using the crabs data from MASS I made a regression of FL~RW+noise set.seed(124) library(pls.pcr) library(MASS) attach(crabs) crabs.simpls <- mvr(data.frame(x1 = RW,x2 = runif(200)), FL, validation="CV", method="SIMPLS") summary(crabs.simpls) crabs.simpls <- mvr(data.frame(x1 = runif(200)...
2007 Apr 18
0
palm crab no-trump
"she is a great fool for going away, if she liked him."<BR>and the liberty of a manor, it was doubtful to many of those who best knew the easiness of his temper,<BR>and aunt so well, that i am not afraid of requesting it, though i have still something more to ask of the<BR>commerce; but with respect to any other leading characteristic, i do not imagine that much has
2007 Apr 18
0
palm crab no-trump
"she is a great fool for going away, if she liked him."<BR>and the liberty of a manor, it was doubtful to many of those who best knew the easiness of his temper,<BR>and aunt so well, that i am not afraid of requesting it, though i have still something more to ask of the<BR>commerce; but with respect to any other leading characteristic, i do not imagine that much has
2004 Jun 18
2
can't get text to appear over individual panels in multi-panel plot
I'm trying to learn how to create Trellis multi-panel plots, but I'm having some trouble reproducing the graphs shown in Venables & Ripley (2002) (e.g., Figs 4.14 & 4.15). Actually, everything looks fine except for the fact that I can't see any text above the individual panels. I'm using R 1.9.0 for OS-X running on Mac OSX 10.3.3, and I'm drawing the graphs into
2018 Mar 29
0
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
r-package-devel is the right mailing list for your query, not here. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, Mar 29, 2018 at 6:56 AM, Lucas Ferreira Mation <lucasmation at gmail.com> wrote: > I created
2006 Aug 02
1
Support vector in lcrabs example
Can anyone explain the root of my problem? When I type the following code into R, I receive 42 support vectors insted of the 21 stated in the book 'Modern Applied Statistics with S': library(MASS); library(e1071); library(class); lcrabs <- log(crabs[,4:8]); (svm(crabs$sp ~ ., data = lcrabs, cost = 100, gamma = 1)); By changing the value of gamma I can obtain only 21 support vectors, but I not sure where an explanation to my problem can be found. I use R 2.3.2 and the most recent version of the package 'e1071'. My goal...
2007 Jan 26
1
Question about the xgobi package
Hi, When I tried an example of the xgobi function, I got the following error. Could someone explain to me what is wrong ? Thanks a lot. xgobi(crabs,colors=c("SkyBlue","SlateBlue","Orange","Red")[rep(1:4,each=50)]) c:/PROGRA~1/R/R-23~1.1/library/xgobi/scripts/xgobi.bat -vtitle 'crabs' -std mmx C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/Rtmp1FVirb/xgobi-crabs2c3b6032 The system cannot find the path speci...
2013 May 28
3
Nueva consulta
Hola buenas tardes: Vuelvo a solicitar su ayuda porque no puedo saber que pasa. Estoy usando el documento 'Regresión Logística Categor/Tema 4 Cate.pdf como guía y el ejemplo que ustedes conocen de los cangrejos (crab.txt). Cargo los datos, los guardo en un data frame llamado tabla; al pedir tabla[1:5,] obtengo: color spine width satell weight 1 3 3 28.3 8 3050 2 4
2018 Mar 29
2
Is it good practice to have a package depend on Rtools(for unziping of .7z and.rar files)? Crab legal?
I created this package, https://github.com/lucasmation/microdadosBrasil which we are preparing for Cran submission. The package facilitates downloading and reading most of the microdatasets (household surveys, Census, etc). For each dataset it: (a) downloads the data from the data providers (b) "unzip" the necessary files (c) imports the data into R. For (b), some of the datasets
2005 Mar 09
4
Lattice device page options-margins
I am using lattice to make figures as pdfs: trellis.device(device = "pdf",file = "Figure6.pdf",color = FALSE) I need to specify some blank space on the left-hand margins (the pages will be bound so we need about 0.5 inch)). I have tried a number of solutions but none seems to work (e.g. par.set). Can this be done when initiating the plotting device? Or is the some other way
2003 Jun 10
1
SOM random seed
Hi all, I have a question about the SOM routine. You can either supply the initial representatives for the lattice yourself or else they are chosen randomly from the dataset. Is it possible to pass the random-seed as an argument somehow, when choosing the random initialisation of the lattice? As it is now, each time I run a SOM on a dataset with the same settings the resulting SOM will still
2005 Nov 25
0
Questions before starting an interesting Xen project
Hello, Me and four other students at Royal Institute of Technology (KTH) in Sweden are in the startup phase for an interesting project utilizing Xen. We have been asked to modernise and improve the performance of a router simulation package called Crab[1]. Currently Crab runs a few instances of UML and inside each guest OS Quagga[2] is run. Quagga is a routing daemon with interface similar
2001 Dec 20
0
nmbd forkbombed my machine :-\
Hello everyone, Assuming this is the right place to post potential bug reports, try this : (Apologies if it's been posted/covered somewhere else, but your lists don't seem to have a search facility...) nmbd had a good go at fork bombing my "server" just now, with a setup as follows : Samba 2.2.0a on Slackware Linux v8.0, linux kernel 2.4.16. i586 with 500ish mb of ram.
2011 Jun 27
7
cumulative incidence plot vs survival plot
Hi, I am wondering if anyone can explain to me if cumulative incidence (CI) is just "1 minus kaplan-Meier survival"? Under what circumstance, you should use cumulative incidence vs KM survival? If the relationship is just CI = 1-survival, then what difference it makes to use one vs. the other? And in R how I can draw a cumulative incidence plot. I know I can make a Kaplan-Meier
2011 Mar 23
0
removing data randomly based on previous observations
Hello, I have a dataset which contains multiple trap pulls over the course of a fishing season. Each trap was baited and then returned to the water to be pulled again. I am trying to remove that bait from the catch observed on the next pull (the bait is the same as the catch, lobster). The traps have been baited differently throughout the season. I would like to randomly remove two lobsters
2007 Aug 30
2
Additions to xyplot (lattice)? - legend, ticks, axis label size, text
...10, height = 7) panel1 = function(x, y) { panel.loess(x, y, lwd=2.5, span=0.5, col="gray") panel.xyplot(x, y, pch=19, col="blue", cex=1.25) } xyplot(oneplusdensity ~ year, data=figdata, aspect="fill", cex=1.5, xlab=NULL, ylab=expression("Crabs per 1,000 m"^2), xlim=c(1964, 2007), ylim=c(-2, 62), scales=list (x=list(tick.number=41, cex=0.8, rot=90), y= list(tick.number=7, cex=1.2)), panel=panel1) I want to do the following things: (1) Remove the ticks on the top and right boundaries (2) Increase the size of the y-...