Displaying 8 results from an estimated 8 matches for "briand".
Did you mean:
brand
2012 Apr 02
2
sampling rows from a list
Hi:
I'm sure this seems like a rudimentary question, but I am not well versed
with R syntax for lists. I have a ragged array from which I've removed
records (entire rows) with missing data. The functions I used to remove the
missing cases resulted in the generation of an R list class object, that
looks something like this;
mydata
[[1]]
[,1] [,2] [,3]
[1,] 1 2 3
[2,] 4
2010 Oct 30
1
Bug#601869: xen-hypervisor-4.0-amd64: xen boot reports a kernel trace : memory problem
Package: xen-hypervisor-4.0-amd64
Version: 4.0.1-1
Severity: normal
Hello,
I've this message in dmesg that I can't understand:
[ 4.032472] ------------[ cut here ]------------
[ 4.032521] WARNING: at /build/buildd-linux-2.6_2.6.32-26-amd64-KkHF2p/linux-2.6-2.6.32/debian/build/source_amd64_xen/mm/page_alloc.c:1833 __alloc_pages_nodemask+0x177/0x5f5()
[ 4.032590] Hardware name:
2012 Mar 25
2
avoiding for loops
I have data that looks like this:
> df1
group id
1 red A
2 red B
3 red C
4 blue D
5 blue E
6 blue F
I want a list of the groups containing vectors with the ids. I am
avoiding subset(), as it is
only recommended for interactive use. Here's what I have so far:
df1 <- data.frame(group=c("red", "red", "red", "blue",
2010 Oct 31
0
Bug#601869: nvidia-glx: problem confirmed in with latest xen hypervisor
Hello,
my latest try : X11 starts up and freeze with a black screen.
I've updated the nvidia package to 195.36.31-5.
ii nvidia-glx 195.36.31-5
ii nvidia-kernel-2.6-xen-amd64 195.36.31+1
ii nvidia-kernel-2.6.32-5-amd64 195.36.31+2+4+2.6.32-24
ii nvidia-kernel-2.6.32-5-xen-am 195.36.31+1+2+2.6.32-21
ii nvidia-kernel-common 20100522+1
ii nvidia-kernel-dkms
2002 Jul 08
0
Exécution foireuse d' ARCANUM
my version:
rpm for SuSE 8.0 : wine-20011226-90
logs:
michel@bubus:~> wine "D:\\SIERRA\\ARCANUM\\ARCANUM.EXE"
Warning: wine requests its own values in windows registry.
Please use the script 'wine_set_default_reg' to set the values.
This warning is printed every time but the update of the registry
is needed only once after update of wine or
2012 Apr 05
0
Multi part problem...array manipulation and sampling
Ok, I have a new, multipart problem that I need help figuring out.
Part 1. I have a three dimensional array (species, sites, repeat counts
within sites). Sampling effort per site varies so the array should be
ragged.
Maximum number of visits at any site = 22
Number of species = 161
Number of sites = 56
I generated the array first by;
2012 Mar 30
1
removing NA from multidmension arrays
Hi:
I'm having some difficulty properly subscripting a function to remove
complete NA rows from a R array object. Could someone please suggest how
best
to script this out?
Data structure:
X is an array with 3 dimensions (replicates, Species, Sites)
replicates: 1 to 6 but ragged...not all sites equal
,,Site1
Sp1 Sp2 Sp3... Sp50
1 5 4 3 2
2 3 0 0 1
3 NA NA NA NA
4 NA NA NA NA
5 NA
2012 Apr 25
1
Proper apply function for matrices embedded in lists
Hi:
I have a small problem that I'm not quite sure how to figure out. I've
generated some randomized (permutated) data which consists of nrows=3 by
ncols=165 (see below) per element (3 x 165 = 495 sub-elements).
[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13]
[,14].......
[1,] 0 0 0 0 0 0 0 0 0 0 0 0 0
0
[2,]