search for: myspeci

Displaying 9 results from an estimated 9 matches for "myspeci".

Did you mean: myspec
2012 Apr 02
3
booting a dos floppy from a disk image over pxe
Hello, I'm trying to boot a dos floppy stored on a disk image which is initially loaded over pxe using memdisk. I've created the disk image as follows: dd if=/dev/zero of=$IMGLOCATION/$IMGNAME bs=$(( 1024 * 1024 )) count=20 LOOPDEV=$(losetup --show -f $IMGLOCATION/$IMGNAME) MAJOR_MINOR=$(ls -l $LOOPDEV|awk '{print $5$6}'|sed 's/,/:/') DMSIZE=$(( $(ls -l
2018 Feb 16
0
Putting 733 discrete categories on Y-axis in qqplot2 as they are
Hi What do you mean ?without reordering the names?. Factor variable is ordered according to its levels and you can freely change the ordering. This is why factors are useful and worth to use in many cases instead of character vectors. See this result > iris$MySpecies<-factor(iris$Species, levels(iris$Species)[c(2,3,1)]) > p<-ggplot(iris, aes(x=Sepal.Length, y=Species)) > p+geom_point() > p<-ggplot(iris, aes(x=Sepal.Length, y=MySpecies)) > p+geom_point() > Cheers Petr From: greg holly [mailto:mak.hholly at gmail.com] Sent: Friday, Febr...
2018 Feb 16
2
Putting 733 discrete categories on Y-axis in qqplot2 as they are
...n the original file. They are chemical names and I have 733 in the my file. For example, let me give to chemical names "*2-hydroxybutyrate/2-hydroxyisobutyrate*" and "*palmitoyl-arachidonoyl-glycerol (16:0/20:4) [1]**" .So, what should I put [c(2,3,1)] part in the command: iris$MySpecies<-factor(iris$Species, levels(iris$Species)[c(2,3,1)]) Regards, Greg On Fri, Feb 16, 2018 at 6:13 PM, PIKAL Petr <petr.pikal at precheza.cz> wrote: > Hi > > > > What do you mean ?without reordering the names?. Factor variable is > ordered according to its levels and...
2018 Feb 19
0
Putting 733 discrete categories on Y-axis in qqplot2 as they are
...in the original file. They are chemical names and I have 733 in the my file. For example, let me give to chemical names "2-hydroxybutyrate/2-hydroxyisobutyrate" and "palmitoyl-arachidonoyl-glycerol (16:0/20:4) [1]*" .So, what should I put [c(2,3,1)] part in the command: iris$MySpecies<-factor(iris$Species, levels(iris$Species)[c(2,3,1)]) Regards, Greg On Fri, Feb 16, 2018 at 6:13 PM, PIKAL Petr <petr.pikal at precheza.cz<mailto:petr.pikal at precheza.cz>> wrote: Hi What do you mean ?without reordering the names?. Factor variable is ordered according to its l...
2018 Feb 16
2
Putting 733 discrete categories on Y-axis in qqplot2 as they are
Hi Petr; Thanks. I do save the result in pdf by using the following command. ggsave("z7.pdf", p4, height = 95, width = 8, device=pdf, limitsize = F,dpi=300) I can achieve the y axis with 733 levels. But I need get the plot WITHOUT reordering the names. Regards, Greg On Fri, Feb 16, 2018 at 3:39 PM, PIKAL Petr <petr.pikal at precheza.cz> wrote: > Hi > > >
2018 Mar 27
0
Using R and the Tidyverse for an economic model
...ata merge capability. R seems to work best when used in the functional paradigm operating on general-purpose objects... functions that transform, analyze, and present data. Having more general classes of objects means more re-use and ad-hoc analysis can occur. If I make an object of class "myspecial", only functions I write will be useful. Making it a subclass of a more general class is one way to make it more widely useful, but avoiding making it a subclass of the general class at all can be the most flexible design principle... which is what "tidy data" aspires to do wit...
2018 Mar 26
2
Using R and the Tidyverse for an economic model
I've been translating an economic model from Python into R, and I thought members of the list would like to see a presentation I've written about it. I've blogged this at http://www.j-paine.org/blog/2018/03/r-taxben-a-microsimulation-economic-model-in-r.html , and the presentation itself is a slideshow at http://www.j-paine.org/rtaxben/R/reveal/rtaxben.html . The slideshow is written
2015 Apr 17
2
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...: 10 registry: 10 scavenger: 10 dns: 10 ldb: 10 params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" doing parameter workgroup = DAN2003 doing parameter realm = DAN2003.SAMPLE.DOMAIN.COM doing parameter server string = MySpecial server %h doing parameter security = ADS doing parameter map to guest = Bad User doing parameter obey pam restrictions = Yes doing parameter pam password change = Yes doing parameter passwd program = /usr/bin/passwd %u doing parameter passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\...
2015 Apr 17
0
Cannot join Ubuntu12.04 Samba 4.1.17 to domain
...gt; dns: 10 > ldb: 10 > params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" > Processing section "[global]" > doing parameter workgroup = DAN2003 > doing parameter realm = DAN2003.SAMPLE.DOMAIN.COM > doing parameter server string = MySpecial server %h > doing parameter security = ADS > doing parameter map to guest = Bad User > doing parameter obey pam restrictions = Yes > doing parameter pam password change = Yes > doing parameter passwd program = /usr/bin/passwd %u > doing parameter passwd chat = *Enter\snew\s*\spa...