search for: gaj

Displaying 12 results from an estimated 12 matches for "gaj".

Did you mean: ga
2011 Dec 06
2
Paste() - Get all possible combinations from multiple vectors
Hello fellow R-users, Given are three vectors and the outcome would be all possible combinations in combination with the paste() function. For example: x <- c(1:3) y <- letters[1:3] z <- LETTERS[1:3] My result would thus be 18 names based on all possible combinations between these vectors: "1 a A" "1 a B", "1 a C", "1 b A", "1 b B",
2010 Nov 02
1
splitting First 10 words in a string
...rame(Sentence = sent, first, second, third, fourth, fifth, : arguments imply differing number of rows: 22928, 10« What am I doing wrong? Thnks, m From: steven mosher [mailto:moshersteven@gmail.com] Sent: Tuesday, November 02, 2010 8:45 PM To: David Winsemius Cc: Matevž Pavlič; Gaj Vidmar; r-help@stat.math.ethz.ch Subject: Re: [R] spliting first 10 words in a string Thanks david. Matevz, maybe I can help explain by doing a very simple and brute force approach as opposed to the way david did it. But you should learn his methods. I will just do a subset of your...
2012 Nov 15
1
Extracting list names within a looped function
Hello all, I have the following problem: 1) A list was defined as 'a' a <- list("var1"=c(100:1), "var2"=c(1:100), "var3"=rnorm(100)) 2) a function 'foo' was defined that extracts the variable name assigned to x using the deparse(substitute()) functionality. This name will then be used within the function to generate specific output files, etc.
2010 Sep 21
5
Combined plot: Scatter + density plot
Hi, in order to save space for a publication, it would be nice to have a combined scatter and density plot similar to what is shows on http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=78 I wonder if anybody perhaps has already developed code for this and is willing to share. This is the reproducible code for the histogram version obtained from the site: def.par <-
2010 Dec 09
1
Bivariate kernel density bandwidth selection
I've been trying to implement bivariate kernel density estimation. For data like mine, function "kde" from package "ks" with bandwidth matrix derived by function "Hscv" seems like a very good choice. Unfortunately, Hscv seems unmanageably slow except for very small sample sizes (up to a few hundred) and my sample sizes are quite large (up to a few thousand).
2011 Sep 26
8
[Bug 8483] New: rsync: chown failed: Permission denied (13)
https://bugzilla.samba.org/show_bug.cgi?id=8483 Summary: rsync: chown failed: Permission denied (13) Product: rsync Version: 3.0.8 Platform: x86 OS/Version: Solaris Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: cas at totallylost.org
2009 Apr 01
0
回复: R-help Digest, Vol 73, Issue 32
...w over irregular intervals (Michael Lawrence)   31. List assignment in a while loop and timing (Saptarshi Guha)   32. Re: Matrix max by row (Bert Gunter)   33. Re: (no subject) (milton ruser)   34. Re: [OT] Contacting "Introductory Statistics for       EngineeringExperimentation" authors (Gaj Vidmar)   35. Excellent Talk on Statistics (Good examples of stat.       visualization) (Ken-JP)   36. Re: how to input multiple .txt files (Mike Lawrence)   37. Re: Column name assignment problem (Steve Murray)   38. Re: Mature SOAP Interface for R (Michael Lawrence)   39. Re: unicode only works w...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2017 Oct 16
1
appropriate list topics
Greetings. I've been using syslinux to boot my computers for a few years since I prefer syslinux over the other major alternative. I'm an end user with a decent understanding of the fundamentals of using syslinux but who lacks the technical acumen to be a developer or even improver of code. Is this list a place where I can turn when I need help with some end-user issue or other? If
2020 May 22
0
Voidlinux integration
On Fri, 22 May 2020, Kai Hendry via Syslinux wrote: > I despise complexity and Grub has been giving me headaches on Voidlinux.. > > https://www.reddit.com/r/voidlinux/comments/gk5h5c/everytime_i_update_void_i_need_to_manually/ > > I've switched to Syslinux, but I have the following queries. > > ??sda1 vfat FAT32 D91B-36F7 190.7M 61%
2012 Jul 13
0
Loading R scripts stored behind htaccess
Hello, Within my department I would like to share the latest version(s) of my R scripts to my colleagues using subversion. This repository is password protected (WebDAV) as it should not be accessed by external persons. In the majority of my scripts I load scripts using the source() function, but this will now return a ''401 Authorization Required' error. I've been browsing
2018 Jul 06
2
help booting iso's?
Hi. I prefer using the syslinux boot loader and recently undertook a project of creating a multiboot USB drive that boots using syslinux. The aim is to create a medium from which various live linux environments can be run for things like system maintenance, installation, and perhaps demonstration. I anticipate using this multiboot USB drive on mostly legacy, BIOS systems, if that matters. As