search for: yadt

Displaying 7 results from an estimated 7 matches for "yadt".

Did you mean: adt
2008 Jun 07
2
Using lm with a matrix?
...cept of each columns regression > xdat <- matrix(1:6,3,2) > xdat [,1] [,2] [1,] 1 4 [2,] 2 5 [3,] 3 6 > ydat <- xdat > ydat[,1] <- xdat[,1]*3 +2 > ydat [,1] [,2] [1,] 5 4 [2,] 8 5 [3,] 11 6 > ydat[,2] <- xdat[,2]*4 - 3 > yadt Error: object "yadt" not found > ydat [,1] [,2] [1,] 5 13 [2,] 8 17 [3,] 11 21 > lrg <- lm(y~x) Error in eval(expr, envir, enclos) : object "y" not found > lrg <- lm(ydat~xdat) > lrg Call: lm(formula = ydat ~ xdat) Coefficients:...
2010 Mar 02
9
DO NOT REPLY [Bug 7194] New: Getting --inplace and --sparse to work together
https://bugzilla.samba.org/show_bug.cgi?id=7194 Summary: Getting --inplace and --sparse to work together Product: rsync Version: 3.0.7 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: jansen at
2013 Sep 27
6
[Bug 10170] New: rsync should support reflink similar to cp --reflink
https://bugzilla.samba.org/show_bug.cgi?id=10170 Summary: rsync should support reflink similar to cp --reflink Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: samba at shubin.ca
2003 Aug 19
4
FreeBSD-5.1 and X
At a shell prompt, I type "X" what I get is a blue window with a white cross (my mouse pointer) and nothing else. If I type "startx" I get the expected KDE Thank you, Douglas V.
2013 Sep 14
1
Rara data corruption with --sparse
Hi, In fileio.c, function write_sparse() there is a bug that can lead to corrupt copies if the write() call only completes partially. for (l1 = 0; l1 < len && buf[l1] == 0; l1++) {} for (l2 = 0; l2 < len-l1 && buf[len-(l2+1)] == 0; l2++) {} sparse_seek += l1; if (l1 == len) return len; if (sparse_seek)
2003 Aug 03
7
Forensics CD Toolkit for FreeBSD
Hi, I'd like to build a toolkit CD specifically for conducting forensics on FreeBSD. I'm not talking about a bootable CD but rather one that I could pop into a CD ROM drive and run trusted commands like ps, netstat, ls, etc., from. I'd like to build a CD that would work on -RELEASE versions of FreeBSD like 5.1 and -STABLE versions of FreeBSD too. Can anyone give me any pointers
2003 Aug 03
7
Forensics CD Toolkit for FreeBSD
Hi, I'd like to build a toolkit CD specifically for conducting forensics on FreeBSD. I'm not talking about a bootable CD but rather one that I could pop into a CD ROM drive and run trusted commands like ps, netstat, ls, etc., from. I'd like to build a CD that would work on -RELEASE versions of FreeBSD like 5.1 and -STABLE versions of FreeBSD too. Can anyone give me any pointers