search for: pianta

Displaying 20 results from an estimated 29 matches for "pianta".

2003 Oct 24
1
gee and geepack: different results?
...irst gee and then geese: > str(dati22) `data.frame': 47 obs. of 7 variables: $ TR : Factor w/ 4 levels "7","8","9","11": 1 1 1 1 1 1 1 1 1 1 ... $ STAT : Factor w/ 3 levels "1","2","3": 1 1 1 1 2 2 2 2 3 3 ... $ PIANTA: int 2 2 2 2 2 2 2 2 41 41 ... $ ANLEP : int 1999 1998 1999 1998 1999 1998 1999 1998 1999 1998 ... $ eta : int 12 11 10 9 11 10 11 10 14 13 ... $ VCRE : num 5.3 6.9 11 9.9 7.9 9.2 14.2 11.9 10.5 10 ... $ temp : num 19.7 20.0 19.7 20.0 19.7 ... > mio1.2<- gee(VCRE ~ TR + STAT +...
2009 Dec 02
4
Again on overlaying plots (a plot region within a plot region)
...then overlay on it PLOT 2 with pixmap() as in this example http://www.stat.auckland.ac.nz/~paul/RGraphics/custombase-pixmap.R but it seems to me a bit too much complicate Thanks in advance for your time -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Ubuntu 8.04.3 LTS -- GNU Emacs 23.0.60.1 (x86_64-pc-linux-gnu, GTK+ Version 2.12.9) ESS version 5.5 -- R 2.10.0
2009 Sep 03
2
dividing a dataframe column by different constants
...ata$PERCENTAGE <- ifelse(df.mydata$SAMPLE == "A", df.mydata$CONC / MAX[1], ifelse(df.mydata$SAMPLE == "B", df.mydata$CONC / MAX[2], df.mydata$CONC / MAX[3]))) -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Tel 39 055 3288 202 (348 lab) Fax 39 055 333 273 OLPantani at unifi.it http://www4.unifi.it/dssnp/
2006 Sep 28
1
I: differences between R and S (reproducing a plot from a book )
...plot where the values of each variable are plotted against the values of the others. Is there an equivalent command in R to obtain a plot similar to that showed above? Thanks for your time in reading this mine. Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta
2009 Nov 12
1
Rearranging long tables, Sweave, xtable, LaTeX
...tput with xtable, but similar to the one of the first line ? In other words I do not want to use \longtables and the similar. Where should I look for info ? In Latex ? In Sweave ? In xtable ? Thanks a lot -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Tel 39 055 3288 202 (348 lab) Fax 39 055 333 273 OLPantani at unifi.it http://www4.unifi.it/dssnp/
2008 May 06
4
Is there in R a function equivalent to the mround, as found in most spreadsheets?
...but without success. Any hint to solve this problem ? Thanks a lot http://www.openofficetips.com/blog/archives/2005/04/rounding_to_the.html http://www.gnome.org/projects/gnumeric/doc/gnumeric-MROUND.shtml -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Tel 39 055 3288 202 (348 lab) Fax 39 055 333 273 OLPantani at unifi.it http://www4.unifi.it/dssnp/
2007 Jul 26
3
substituting dots in the names of the columns (sub, gsub, regexpr)
...e my ignorance in the topic of regular expression and its syntax. Is there any page with examples, where I can improve my knowledge and stop being frustrated each time I have to manipulate strings? 8rino -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Tel 39 055 3288 202 (348 lab) Fax 39 055 333 273 OLPantani at unifi.it
2007 Dec 03
1
again on ubuntu 7.10 and amd64
...ext 3-5 years. Thanks a lot for any suggestion Processor AMD ATHLON 64 DUAL CORE 4000+ (socket AM2) Mother board ASR SK-AM2 2 Ram Corsair Value 1 GB DDR2 800 Mhz Hard Disk WESTERN DIGITAL 160 GB SATA2 8MB -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Tel 39 055 3288 202 (348 lab) Fax 39 055 333 273 OLPantani at unifi.it http://www4.unifi.it/dssnp/
2004 Dec 13
7
Installation trouble on Dell Poweredge SC420
Hi people I am new to Xen and having some trouble getting it up and running. I am trying to install it on a Dell Poweredge SC420 that has CentOS (RHEL3 clone) installed. The error that I am getting when I first try to boot into the Xen kernel, after having installed the binary and adding the necessary lines to grub.conf is : ---snip--- md: Autodetecting RAID arrays md: autorun ... md: ...
2009 Nov 16
2
on gsub (simple, but not to me!) sintax
...s either on gsub('V_\(.\)_', 'V_0\1_', foo) or I get not what I'm looking for on gsub('V_._', 'V_0._', foo) gsub('V_._', 'V_0\1_', foo) Thanks in advance -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Ubuntu 8.04.3 LTS -- GNU Emacs 23.0.60.1 (x86_64-pc-linux-gnu, GTK+ Version 2.12.9) ESS version 5.5 -- R 2.10.0
2009 Aug 13
1
R code to reproduce (while studying) Bates & Watts 1988
...foggiest idea ##Figure 3.57, pag 94 acf(resid(nls.1), xlim = c(1, 15), lab = c(5, 4, 7)) ##Try to fit a model with autocorrelated residues (Problems !!) nls.2 <- update(nls.1, corr = corAR1(0.67)) -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Tel 39 055 3288 202 (348 lab) Fax 39 055 333 273 OLPantani at unifi.it http://www4.unifi.it/dssnp/
2009 Oct 30
1
How to properly shade the background panels of an xyplot?
...it with variables external to the panel itself. I suppose that the panel functions are not useful here. I'm wandering through par.settings, themes and panel.fill, but still without success. Any hint ? -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Ubuntu 8.04.3 LTS -- GNU Emacs 23.0.60.1 (x86_64-pc-linux-gnu, GTK+ Version 2.12.9) ESS version 5.5 -- R 2.9.2
2007 Dec 05
5
Which Linux OS on Athlon amd64, to comfortably run R?
...ike to know from you, how can I solve this problem: Should I install the i386 version of R ? Should I install another flavour of Linux ? Which one ? Fedora Core 7 ? Debian ? Thanks a lot, for any suggestion -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Tel 39 055 3288 202 (348 lab) Fax 39 055 333 273 OLPantani at unifi.it http://www4.unifi.it/dssnp/
2007 Dec 05
5
Which Linux OS on Athlon amd64, to comfortably run R?
...ike to know from you, how can I solve this problem: Should I install the i386 version of R ? Should I install another flavour of Linux ? Which one ? Fedora Core 7 ? Debian ? Thanks a lot, for any suggestion -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Tel 39 055 3288 202 (348 lab) Fax 39 055 333 273 OLPantani at unifi.it http://www4.unifi.it/dssnp/
2022 Dec 02
2
pam_winbind and home folders
Hi all, I have a PC joined to an AD domain that authenticate users using pam_winbind module. I have set the option mkhomedir and all seems to works except that in the domain home folders are created? even home folders of the PCs. There is a way to instruct pam_winbind to create only user's home folders and don't create PC's home folders? Piviul
2004 Nov 05
1
I: a coloured band within each panel of a lattice bwplot
...ine(v = mean(x, na.rm = T) + mean(x, na.rm = T) * 0.02 }) but I cannot figure out how to shade the region included between the two lines. Is it possible, or I'm pretending too much? Thanks to all. Ottorino-Luca Pantani, Universit?? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta
2009 Aug 20
0
[Fwd: Re: Several simple but hard tasks to do with R]
...nsider the use of emacs + ESS + R. http://ess.r-project.org/ This will complicate things a little more, (A LOT !) but you will not regret the time spent in learning. Emacs will be useful in MANY other ways. -- Ottorino-Luca Pantani, Universit? di Firenze Dip. Scienza del Suolo e Nutrizione della Pianta P.zle Cascine 28 50144 Firenze Italia Tel 39 055 3288 202 (348 lab) Fax 39 055 333 273 OLPantani at unifi.it http://www4.unifi.it/dssnp/
2004 Dec 10
1
kernel update with yum - no grub entry
Hi people I am new to this list - actually I am one of (probably) a few who are jumping ship from WBEL. I feel like a bit of a scab jumping over at this time - but we all make mistakes eh? I have installed CentOS and ran 'yum update' and installed everything it prompted me for. After a reboot, I realised I had booted into the same original kernel-2.4.21-20.EL.c0smp and not the updated
2004 May 13
1
accented characters in isolinux
hey people I'm new to the list and would like to say thanks to everyone that has worked on syslinux/isolinux. It's one of those tools that everyone uses at some stage but no-one ever really takes much notice of it - mainly because *it just works*. So congrats ... Now onto my question - I am customizing Fedora Core and I want to change the isolinux boot.msg screen to display some
2004 Jul 05
1
design
Hi I have not understood very well how to realize, in limma package, the design (using factor in model.matrix) to insert in lmFit. I have an experiment with 4 groups (a,b,c,d) with 3 replicates for each-one and i have to compare a vs b; c vs d; ( a&c )vs (b&d). List Sample in pdata is like this: 1a 1c 1b 1d 2a 2c 2b 2d 3a 3c 3b 3d How can i do this design with matrix model? thanks