similar to: Matrix decomposition

Displaying 20 results from an estimated 1100 matches similar to: "Matrix decomposition"

2004 May 26
0
2 way repeated measures ANOVA using R: syntax and reportingquestion
Dear Gideon Unless you are willing to accept uncorrelated measures in time and homogeneity of variance I would go for a linear mixed model instead. You might be surprised on how diffrent can be your results. Try; >?lme I hope that this helps Francisco >From: GIDEON WASSERBERG <wasserberg at wisc.edu> >To: "R-help at lists.R-project.org" <R-help at
2004 May 20
1
Repeated measures ANOVA
Dear friends I am not sure that I am conducting this analysis correctly. I would really appreciate if someone can verify what I've done. I conducted repeated measures ANOVA for some bugs data. These bugs were measured repeatedly over 32 weeks at the same trapping plots. I want to test a full model for the effect of time ("week") (the "within subject" variable), and the
2004 May 26
0
2 way repeated measures ANOVA using R: syntax and reporting question
Dear Friends I have a technical question about conducting 2 way repeated measures ANOVA analysis using R. 1. Data set: repeated measurement of activity over night (2 hr. intervals) repeated (within subject)factor: Hours Between subject: Species, Sex Dependent variables: specimens Here is how the data arranged for the analysis: Subject Replicate Hour Sp. Specimens 1 1 1 a 2 1 1 a
2009 Sep 23
2
Images don't resolve on ArtWork/Logo
Hey While trying to get some svg files of the CentOS logo I found that [1] can't load the images. The urls are : http://gideon.nyarna.com/artwork/centos-new-2.png http://gideon.nyarna.com/artwork/centos-logo-3.png http://files.squirtgun.ca//CentOS/images/logos/centosLogoRound_v001.jpg Maybe someone can fix this. [1] http://wiki.centos.org/ArtWork/Logo Cheers Didi ---- My www page:
2015 Jul 13
3
rsync --link-dest and --files-from lead by a "change list" from some file system audit tool (Was: Re: cut-off time for rsync ?)
On Mon, 13 Jul 2015 02:19:23 +0000, Andrew Gideon wrote: > Look at tools like inotifywait, auditd, or kfsmd to see what's easily > available to you and what best fits your needs. > > [Though I'd also be surprised if nobody has fed audit information into > rsync before; your need doesn't seem all that unusual given ever-growing > disk storage.] I wanted to take this
2014 May 30
3
[LLVMdev] Porting ASan to AArch64
Hello, I have been working on porting ASan to AArch64. I am building compiler-rt in "standalone mode" targeting aarch64. My build is successful, but I get the following runtime error when I run an ASan enabled executable through qemu-aarch64: ==29184==Parsed ASAN_OPTIONS: verbosity=1 ==29184==AddressSanitizer: failed to intercept '__isoc99_printf' ==29184==AddressSanitizer:
2009 May 01
2
combine column names
Dear R-list, Is there any way I can extract part or whole column name from two variables and combine them? Not values, but column names. For example, I have data set with 70 variables. The column names are "Alfalfa", "Corn","Soybean",..."Sunflower". After I combine the two variable (say Alfalfa and Corn), I want to rename it as "AlfCor" or
2004 Nov 09
2
Data Censoring and Normality Tests
Hello, I would like to know if there is a function in R that will test for normality and handle censored data sets. Currently, I evaluate each censored data set by the extent to which a normal scores plot approximate a straight line. For complete data sets I use shapiro.test(). Below is an example of a censored data set. data1<-c(0.00, 0.00, 0.00, 5.86, 5.17, 8.17, 5.12, 4.92, 7.08,
2015 Jul 16
1
rsync --link-dest and --files-from lead by a "change list" from some file system audit tool (Was: Re: cut-off time for rsync ?)
On Tue, 14 Jul 2015 08:59:25 +0200, Paul Slootman wrote: > btrfs has support for this: you make a backup, then create a btrfs > snapshot of the filesystem (or directory), then the next time you make a > new backup with rsync, use --inplace so that just changed parts of the > file are written to the same blocks and btrfs will take care of the > copy-on-write part. That's
2009 Sep 27
5
LVM snapshots vs. --link-dest
I currently do incremental backups using --link-dest. Unchanged files are hard links to the previous snapshot; changed files are new copies. Where this "fails" is for large files that have received small changes. The directory containing my main IMAP account, for example, typically generates between 1 and 2 G of daily backup data as I file messages in my inbox. Yesterday, though,
2006 Oct 03
3
change_sacl_perms() and ACLs from Solaris to 2.6 Linux
I've found an error: ACLs are not properly preserved when a file is moved from Solaris to a 2.6 Linux (I'm testing using CentOS 4 update 3 plus updates). This is using 2.6.8 built with the acl patch on both platforms. The file on the source Solaris machine: [truffle:/opt]# getfacl /xxx/x # file: /xxx/x # owner: root # group: other user::rw- user:httpd:r-x #effective:r--
2015 Jul 13
6
rsync --link-dest and --files-from lead by a "change list" from some file system audit tool (Was: Re: cut-off time for rsync ?)
On Mon, 13 Jul 2015 15:40:51 +0100, Simon Hobson wrote: > The think here is that you are into "backup" tools rather than the > general purpose tool that rsync is intended to be. Yes, that is true. Rsync serves so well as a core component to backup, I can be blind about "something other than rsync". I'll look at the tools you suggest. However, you've made be
2015 May 05
0
Current Listeners count wrong for HTML Audio on Android?
Hello I always have had best results encoding the stream .mp3 it works on all devices. I also suggest the source to be the same or better than your stream.. this saves in many areas. it sounds like you are possibly debugging a time lapsed source/ stream.. i did not read all so if this is not so i apologize On May 5, 2015 3:11 AM, "Klaas van der Linden" < vanderlinden at
2015 Jul 13
0
rsync --link-dest and --files-from lead by a "change list" from some file system audit tool (Was: Re: cut-off time for rsync ?)
Andrew Gideon <c182driver1 at gideon.org> wrote: > These both bring me to the idea of using some file system auditing > mechanism to drive - perhaps with an --include-from or --files-from - > what rsync moves. > > Where I get stuck is that I cannot envision how I can provide rsync with > a limited list of files to move that doesn't deny the benefit of --link- >
2003 May 13
3
Hashing filters
Hey A wise man said to me that Hashing filters was my solution to rock the world, and making my life alot easier. When applying 4000 rules, the system had to check them all for match. But with hassing it would only require 1-2 checks. Even though when i had read the lartc on the subject i was no less that a question mark. If anyone have played with it, and have a working, logic configuration
2018 May 08
1
Samba 4 AD and Samba 3.6 Fileserver GID Problem
Hi Rowland, thanks for the clarification, although I hoped for a different solution. We use a third party archiving software that currently only supports samba 3.6. best marc Am 08.05.2018 um 15:04 schrieb Rowland Penny via samba: > On Tue, 8 May 2018 14:38:16 +0200 > Marc Linden via samba <samba at lists.samba.org> wrote: > >> Hi all, >> >> I am preparing a
2008 Nov 02
2
Problem with extended ACLs in 3.0.4?
I've been using a 2.6.2 that I modified myself to get ACLs as I like. I'm trying now to get back into the public version of rsync, but am finding difficulties. This one seems pretty basic. It's on a CentOS 4.5 machine with rsync rpm rsync-3.0.4-1.el4.rf and kernel 2.6.9-55.0.2.plus.c4. After the operation, f1 and f2 should have identical ACLs. They don't. [root@house0
2003 Feb 22
4
faraway tutorial: cryptic command to newbie
I am just about working through Faraways excellent tutorial "practical regression and ANOVA using R" on page 24 he makes the x matrix: x <- cbind(1,gala[,-c(1,2)]) how can I understand this gala[,-c(1,2)])... I couldn't find an explanation of such "c-like" abbreviations anywhere. thanks for a hint. another problem: I couldn't load the faraway library, using the
2011 Aug 10
1
Purpose of --checksum-seed ?
I'm trying to understand the point of the --checksum-seed option. As I understand it from a little reading, checksums are not cached over executions of rsync. So...what is the point of fixing the seed? Is this in support of patches which *do* support caching of checksums? I've read about caching these in files and in xaddr. Is there a "best solution" for caching
2009 Jun 11
1
Help on drawing stars and radars in R (update)
Hi I don't know if you can help. I am a 2nd year Bsc Cosmetic Science student and in R I need some help in drawing stars. The problem that I have is I want to recreate a radar diagram similar to the one in excel. I have put in these commands in a script window: stars(shampoo1[, 1:6], locations = c(0,0), radius = TRUE, key.loc=c(0,0), main = "Ranked Results for the Sensory