search for: lvl1

Displaying 6 results from an estimated 6 matches for "lvl1".

Did you mean: lv1
2014 Dec 10
1
Renaming directories with subdirectories over IMAP
Hi, I?ve a problem with renaming directories with subdirectories. In root directory I create directory named ?lvl1? with subdirectory ?lvl2? When I rename directory lvl1 to lvl1-new I get: 1. /lvl1-new with subdir lvl2 but I can use only /lvl1-new and not /lvl1-new/lvl2 2. /lvl1 with subdir lvl2 but I can use only /lvl1/lvl2 and not /lvl1 Is it a feature or a bug? If bug is there a fix? PS: CentOS 6.6 and...
2011 Apr 27
2
multiple comparisons on a between factor
...*factor3))+factor4,data=mydata) print(summary(fm1)) so far so good. i now would like to perform multiple comparisons, but separately for each level of factor4 (two). this is how I do it: i sort out (using subset) the levels im interested in comparing, say level 1 of factor 1 Type.lvl1 <- subset(mydata, factor1 == "lvl1") and then compute an uncorrected pairwise t-test between the two levels of factor 4: Type.lvl1.P<-pairwise.t.test(Type.lvl1$dataSubjects,Type.lvl1$factor4,p.adj = "none") i do this for every comparison im interested in and...
2010 May 24
1
--delete and --files-from
...ve tried all combinations of using the trailing slash but it seems to have no effect. Does anyone know if -delete can work with -files-from? Here's the code: DIR="/mnt/backup/machine/oracle" FILES=".test_files.files" RDEST="10.0.150.52::machine-backup" find $DIR/lvl1 -maxdepth 1 -type f -mmin +30| /usr/bin/awk -F/ '{print $8"/"$9}' > /tmp/$FILES; rsync -ptrgoz --stats --delete --files-from=/tmp/$FILES $DIR/ $RDEST/ As I mentioned above I have tried all combinations of $DIR/ $DIR $RDEST/ $RDEST The rsyncd.conf on the other end: [machine-b...
2007 Mar 20
2
Translating code from R into Matlab code
Hi, Correct me if I am wrong but can I translate the R code into Matlab via this package. ie I have a script in R, if I run this package on a Unix emulator can I get the R code displayed in Matlab format ( R code changed into Matlab code). If that is possible that would be great and if so how. Also, If this program cannot do this do you know one that can do this: Regards, James Flood
2005 May 08
4
Monotonic regression
Hi, I'm trying to find an implementation of monotonic regression in R and I haven't been able to find anything that's really related to this. isoMDS in the MASS package uses monotonic regression, however, I was wondering if there is any standalone function for monotonic regression? Basically what I'm trying to do is implement monotonic regression where I can see not just the
2011 Dec 17
0
Registry entry to change MIDI mapper changed?
...34-- it runs great, without any overrides, and the sound effects work fine too... it's just the MIDI music that does not play, or rather, is not heard. I went to the Wiki and performed all the checks to confirm that MIDI does work 1) on Linux (Mint Debian)-- audacious didn't want to play LVL1.MID from the game install folder, but banshee played it without even blinking. aplaymid -p128:0 LVL1.MID worked fine as well. 2) in Wine-- I downloaded the MCI shell as advised by the Wiki (http://wiki.winehq.org/MIDI?highlight=%28midi%29) and was able to play LVL1.MID after selecting the mapper a...