Displaying 11 results from an estimated 11 matches for "nutini".
Did you mean:
noting
2011 May 20
5
regression coefficient for different factors
...the regression between the two variables usign the command
lm(A ~ B, ...)
but now I want to know the regression coefficient (r2) of A vs. B for every factors.
I know that I can obtain this information with excel, but the factor have 68 levels...maybe [r] have a useful command.
Thanks,
Francesco Nutini
[[alternative HTML version deleted]]
2011 Aug 23
1
histogram with mean for every break
...s,
I need to produce a histogram where for every breaks there are the mean of the data.
I tried tu use the function >hist(x, break=20 ... ) but this return the numerosity for every breaks, not the mean.
Any hint?
Thanks in advance,
francesco
---------------------------------------
Francesco Nutini
CNR-IREA
Ist. per il Rilevamento Elettromagnetico dell'Ambiente
Via Bassini 15, 20133 Milano (Italy)
Tel: +39-02 23699 297
http://www.irea.cnr.it
nutini.f@irea.cnr.it
Skype: uitko@hotmail.it
Univ. mail: francesco.nutini@unimi.it
-------------------------------------...
2011 Apr 13
2
FW: how to enclose two xyplot
...want: | | | |
|_|_|_|
I tried to use the command "par", but it's doesn't work with xyplot. The two plot have, by default, the same x-axis scale.
I know it's just a "visual solution", but it could be nice for a paper!
Thanks a lot,
Francesco Nutini
PhD student
[[alternative HTML version deleted]]
2012 Jun 05
2
par and complex graph
Dear R-Users, I'd like to have some tips about printing graph.
I use the command par to print more graphs in one window:par(mfrow=c(6,1)); par(oma=c(2.5, 2.5, 2.5, 2.5)); par(mar=c(0.5,4, 0.5, 0.5))
But this command doesn't run with complex graphic command (i.e. xyplot, ternaryplot).How can I print more than one graph per page, when I work with this "elaborated" graph?Many
2010 Dec 03
1
ANCOVA method
...83 19.4132 0.2339
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
If I read the line "var_indipendent:factor" can I understand if the factor influence significatvly the regression between dependent-indipendent variable?
Thanks a lot!
Francesco Nutini
P.S. numbers have no significance, it's just an example
[[alternative HTML version deleted]]
2011 Jan 31
1
align xyplot
...ay:
2010
2007 2008 2009
2004 2005 2006
2001 2002 2003
1998 1999 2000
Which code should I use to obtain this sequance of graphs?
1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010
I have tried with "par" code but it's doesn't work.
Thanks for help,
Francesco Nutini
[[alternative HTML version deleted]]
2012 Oct 16
1
vectors comparison
Dear R-Users,
I'd like to have your help on this problem:
I have two vectors:x<- c(0,1,0,0,0,0,0,0,0,0,0,1,0)y<- c(0,0,-10,0,0,-10,0,-10,0,0,0,0,0)
And I want to know where the value -500 in y have a correspondence value 1 in x.Considering a buffer of one position before and after in x.i.e. in this example only the -10 in position y[3] satisfies the criteria, because x has in position
2010 Dec 03
2
difference between linear model & scatterplot matrix
Dear R-users,
I'm studing a DB, structured like this (just a little part of my dataset):
_____________________________________________________________________________________________________________
Site
Latitude
Longitude
Year
Tot-Prod
Total_Density
dmp
Dendoudi-1
15.441964
-13.540179
2005
3271.16
1007
16993.25
Dendoudi-2
15.397321
-13.611607
2011 Jan 24
0
lm() and post hoc test
...ct?"
I have the same problem about the interpretation of command "summary", and generically about the finest post-hoc test for implemented model with the code "lm()". I think that R-help is quite insufficient...
Which command did you use normally?
Thanks a lot,
Francesco Nutini
2012 Jun 04
1
Ternary plot and filled contour
Dear R-Users, I'd like to have some tips for a ternaryplot ("vcd").
I have this dataframe:
a<- c (0.1, 0.5, 0.5, 0.6, 0.2, 0, 0, 0.004166667, 0.45) b<- c (0.75,0.5,0,0.1,0.2,0.951612903,0.918103448,0.7875,0.45) c<- c (0.15,0,0.5,0.3,0.6,0.048387097,0.081896552,0.208333333,0.1) d<- c (500,2324.90,2551.44,1244.50, 551.22,-644.20,-377.17,-100, 2493.04)
2010 Dec 11
0
is there a packge or code to generate markov chains in R
...eadWrite.xls problem (haruo0409)
28. Re: Adding numbers in Outputs (jim holtman)
29. Re: (no subject) (David L Lorenz)
30. Textwrangler Languages Folder (Scott Chamberlain)
31. Re: Minimization of the distance (bluesky)
32. [r] overlap different line in a xyplot (lattice)
(Francesco Nutini)
33. Re: survival: ridge log-likelihood workaround (Terry Therneau)
34. Re: Textwrangler Languages Folder (Ben Tupper)
35. Remove 100 years from a date object (Daniel Brewer)
36. help requested (profaar)
37. 45 Degree labels on barplot? Help understanding code
previously posted. (Si...