search for: uu

Displaying 20 results from an estimated 959 matches for "uu".

2008 Oct 25
1
Filling symbols in xyplot
...A","BOM","ING","Mal","MGZ","NGA","TIA") Treat=c("CL","CL","CL","CL","CL","CL","UL","UL","UL","UL","UL","UL","UU","UU","UU","UU","UU","UU","CU","CU","CU","CU","CU","CU","CL","CL","CL","CL","CL","CL","UL","UL","UL...
2001 Apr 09
4
fastest R platform
...########################################## REML.b.D.u <- function(b, D.u, y, x, z) { TT <- matrix(0, n.random, n.random); for(i in 1:30) { obj <- sample.u(b, D.u, x, y, z); b <- b - solve(obj$Hessian, obj$score); D.u <- obj$uu; yy <- glmm.sample.y(x, z, b, D.u); #this is the sampling stage obj <- mle.b(b, D.u, yy, x, z); #given D.u, solves for the mle of b TT <- TT*(1-1/i) + obj$uu.diff/i; D.u <- D.u + TT; print(i); print(date());...
2007 Oct 03
3
Factor levels.
I have factors with levels ``Unit", "Achieved", and "Scholarship"; I wish to replace these with "U", "A", and "S". So I do fff <- factor(fff,labels=c("U","A","S")) This works as long as all of the levels are actually present in the factor. But if ``Scholarship'' is absent (as if often is) then
2009 Aug 25
1
Filling in empty arrays/lists from using "paste" function
Dear R users, I am trying to fill in arrays (5 different according to distinct "id") from objects produced from arbitrary data set below. a <- data.frame(id=rep(c("idA1","idA2","idA3","idA4","idA5"),2),pro=c("bb","uu","ee","tt","uu","gg","tt","bb","gg","ee"),sal=rpois(10,2)) id pro sal 1 idA1 bb 2 2 idA2 uu 0 3 idA3 ee 3 4 idA4 tt 2 5 idA5 uu 4 6 idA1 gg 3 7 idA2 tt 0 8 idA3 bb 1 9 idA...
2009 Apr 21
4
My surprising experience in trying out REvolution's R
...rray( 0, c(n.random, m) ); TT <- matrix(0, n.random, n.random); for(i in 1:n.iter) { TT <- TT*(1-1/i) + bias(b, D.u, x, z)/i; obj <- sample.u(b, D.u, x, y, z, u.mean.initial); b <- b - solve(obj$Hessian, obj$score); D.u <- obj$uu + TT; u.mean.initial <- obj$u.mean.initial; print(i); print(date()); print("inside REML"); print(TT); if(i==n.iter) write(TT, file="c:/liao/reml/simu50_8.dat", append=T); print(D.u); } list(b=b, D.u=D.u); }...
2014 Jan 24
4
Booting Software RAID
...e Used Avail Use% Mounted on /dev/md2 97G 918M 91G 1% / tmpfs 16G 0 16G 0% /dev/shm /dev/md1 485M 54M 407M 12% /boot /dev/md3 3.4T 198M 3.2T 1% /vz Personalities : [raid1] md1 : active raid1 sda1[0] sdb1[1] 511936 blocks super 1.0 [2/2] [UU] md3 : active raid1 sda4[0] sdb4[1] 3672901440 blocks super 1.1 [2/2] [UU] bitmap: 0/28 pages [0KB], 65536KB chunk md2 : active raid1 sdb3[1] sda3[0] 102334336 blocks super 1.1 [2/2] [UU] bitmap: 0/1 pages [0KB], 65536KB chunk md0 : active raid1 sdb2[1] sda2[0] 1310063...
2007 Mar 06
1
blocks 256k chunks on RAID 1
Hi, I have a RAID 1 (using mdadm) on CentOS Linux and in /proc/mdstat I see this: md7 : active raid1 sda2[0] sdb2[1] 26627648 blocks [2/2] [UU] [-->> it's OK] md1 : active raid1 sdb3[1] sda3[0] 4192896 blocks [2/2] [UU] [-->> it's OK] md2 : active raid1 sda5[0] sdb5[1] 4192832 blocks [2/2] [UU] [-->> it's OK] md3 : active raid1 sdb6[1] sda6[0] 4192832 blocks [2/2] [UU] [-->> it's OK] md4 : activ...
2006 May 05
2
Win32 programs can't find files on FAT32 partitions
..."\\??\\C:\\" -> "/home/sagar/.wine/dosdevices/c:/" trace:file:FindNextFileW 0x5591ec18 0x55c2c294 trace:file:NtQueryDirectoryFile (0x64 (nil) (nil) (nil) 0x55c2c164 0x5591ec58 0x00002000 0x00000003 0x00000000 L"windows" 0x00000000 trace:file:append_entry long L"uU\00ac\00c0\00c2UF\0088sU@RvU" short L".U\00dd\0080sU\0003" mask L"windows" trace:file:match_filename (L"uU\00ac\00c0\00c2UF\0088sU@RvU", L"windows") trace:file:match_filename (L".U\00dd\0080sU\0003", L"windows") trace:file:append_entry...
2010 Nov 22
9
[Bug 1841] New: Error message if key not first in authorized_keys file
...Product: Portable OpenSSH Version: 5.6p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: anders.liljegren at uadm.uu.se If a public key occurs twice in the authorized_keys file but with different IP addresses or domain names in the "from=" field, and if the a connection is made from the IP address or domain name of the latter, then the following error message is printed twice in the log: Nov 22 16:31...
2009 May 08
3
Software RAID resync
I have configured 2x 500G sata HDD as Software RAID1 with three partitions md0,md1 and md2 with md2 as 400+ gigs Now it is almost 36 hours the status is cat /proc/mdstat Personalities : [raid1] md0 : active raid1 hdb1[1] hda1[0] 104320 blocks [2/2] [UU] resync=DELAYED md1 : active raid1 hdb2[1] hda2[0] 4096448 blocks [2/2] [UU] resync=DELAYED md2 : active raid1 hdb3[1] hda3[0] 484182912 blocks [2/2] [UU] [==========>..........] resync = 51.8% (251168768/484182912) finish=1975. 7min speed=1964K/sec unused d...
2010 Apr 29
12
[Bug 1765] New: Error message if key not first in authorized_keys file
...Product: Portable OpenSSH Version: 5.5p1 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: anders.liljegren at uadm.uu.se If a public key with an associated IP address or domain name in the "from=" field is not on the first line in the authorized_keys file, an error message is printed twice in the log: Apr 29 15:20:03 alaemon sshd[16333]: Authentication tried for http with correct key but not from a pe...
2011 Jun 13
3
combine the data frames into comma separated list.
...is different. Data frame 1: Src Target1 1 aaa 1 bbb 1 ccc 2 aaa 3 ddd Data frame 2: Src Target2 2 aaaa 3 dddd 4 bbbb 4 eeee 4 ffff Data frame 3: Src Target3 1 xx 3 yy 5 zz 6 tt 6 uu And so on... I want to convert this into a data frame something similar to: Src Target1 target2 target3 1 aaa,bbb,ccc - xx 2 aaa aaaa - 3 ddd...
2003 Dec 07
2
par(las = 1) not possible in polymap(), library(splancs)?
...ala universitet Dept. of Plant Ecology, Evolutionary Biology Centre, Uppsala University Villav?gen 14 SE-752 36 Uppsala, Sweden Tel: 018-471 28 82 (int +46 18 471 28 82) (work) Tel: 018-25 71 33 (int +46 18 25 71 33) (home) Fax: 018-55 34 19 (int +46 18 55 34 19) (work) E-mail: Tord.Snall at ebc.uu.se Check this: http://www.vaxtbio.uu.se/resfold/snall.htm!
2003 Jul 26
1
make index / portsdb -Uu problems
Cheers, Anyone seeing problems with the "make index" or the "portsdb -Uu" runs on 4.8-STABLE cvsupd today after 1PM CDT. Mine are quite borked up, and am trying to determine if the problems are local to my system. I have posted to the ports list earlier in the day also. Regards, Stephen Hilton nospam@hiltonbsd.com
2003 May 22
7
extract half a matrix
...ala universitet Dept. of Plant Ecology, Evolutionary Biology Centre, Uppsala University Villav?gen 14 SE-752 36 Uppsala, Sweden Tel: 018-471 28 82 (int +46 18 471 28 82) (work) Tel: 018-25 71 33 (int +46 18 25 71 33) (home) Fax: 018-55 34 19 (int +46 18 55 34 19) (work) E-mail: Tord.Snall at ebc.uu.se Check this: http://www.vaxtbio.uu.se/resfold/snall.htm!
2006 Dec 27
1
Software RAID1 issue
...top /dev/md3 mkraid /dev/md3 --really-force swapon -a And then I get a proper ourput for /proc/mdstat, but when I reboot /proc/mdstat again reads as below, with md3 [0] [1] reversed. [root]# cat /proc/mdstat Personalities : [raid1] md3 : active raid1 hda3[0] hdc3[1] 1000320 blocks [2/2] [UU] md1 : active raid1 hdc1[1] hda1[0] 1953408 blocks [2/2] [UU] md2 : active raid1 hdc2[1] hda2[0] 1953408 blocks [2/2] [UU] md5 : active raid1 hdc5[1] hda5[0] 1953408 blocks [2/2] [UU] md6 : active raid1 hdc6[1] hda6[0] 71295232 blocks [2/2] [UU] unused devices: <none...
2009 Apr 27
2
refit with binomial model (lme4)
Dear R users, I'm trying to use function 'refit' from lme4 and I get this error that I can't understand: > refit(dolo4.model4,cbind(uu,50-uu)) Error in function (classes, fdef, mtable) : unable to find an inherited method for function "refit", for signature "mer", "matrix" if I try: > refit(dolo4.model4,uu) Error in asMethod(object) : matrix is not symmetric [1,2] I get this error message th...
2003 Feb 05
1
simplify a data frame
...ala universitet Dept. of Plant Ecology, Evolutionary Biology Centre, Uppsala University Villav?gen 14 SE-752 36 Uppsala, Sweden Tel: 018-471 28 82 (int +46 18 471 28 82) (work) Tel: 018-25 71 33 (int +46 18 25 71 33) (home) Fax: 018-55 34 19 (int +46 18 55 34 19) (work) E-mail: Tord.Snall at ebc.uu.se Check this: http://www.vaxtbio.uu.se/resfold/snall.htm! ------------------------------------------------------------------------
2009 Apr 02
1
Updating a data frame
...olks, Updating values in a table is simple in SAS or SQL, but I've wracked my brain looking for an elegant solution in R to no avail thus far. Certainly this is a common need that's been solved in dozens of different ways. Given an initial dataframe nn and a smaller dataframe of updates uu, I'd like to replace the values in nn <- expand.grid('a'=1:4, 'b'=1:3) nn$x <- runif(nrow(nn)) nn$y <- runif(nrow(nn)) uu <- rbind(data.frame('a'=1, 'b'=1, 'x'=100, 'y'=-100) ,data.frame('a'=2, 'b'=2, '...
2011 Jun 14
1
[Resolved] combine the data frames into comma separated list.
...,'ddd'))); #must be data frame dataframe2 = data.frame(cbind(Src = c(2,3,4,4,4), Target2 = c('aaaa','dddd','bbbb','eeee','ffff'))); dataframe3 = data.frame(cbind(Src = c(1,3,5,6,6), Target3 = c('xx','yy','zz','tt','uu'))); dataframe4 = data.frame(cbind(Src = c(3,5,'y','z','z'), Target4 = c('xx','yy','zz','tt','uu'))); L <- list(dataframe1, dataframe2, dataframe3, dataframe4) merge.all <- function(...) merge(..., all = TRUE) Reduce(merge.al...