search for: vianelli

Displaying 20 results from an estimated 77 matches for "vianelli".

2009 Nov 02
3
partial matching with grep()
...ot;a.x" "b.x" "a.xx" Instead, I would like to obtain only "a.x" "b.x" How is it possible to get this result with grep()? many thanks for your attention, best, vito -- ==================================== Vito M.R. Muggeo Dip.to Sc Statist e Matem `Vianelli' Universit? di Palermo viale delle Scienze, edificio 13 90128 Palermo - ITALY tel: 091 6626240 fax: 091 485726/485612 http://dssm.unipa.it/vmuggeo
2008 Jun 30
2
difference between MASS::polr() and Design::lrm()
...84,599,517,649,584,463,591,488,563,553,549) library(MASS) library(Design) summary(polr(factor(grade)~score)) lrm(factor(grade)~score) It seems to me that results from lrm() are right.. Am I wrong? Thanks, vito -- ==================================== Vito M.R. Muggeo Dip.to Sc Statist e Matem `Vianelli' Universit? di Palermo viale delle Scienze, edificio 13 90128 Palermo - ITALY tel: 091 6626240 fax: 091 485726/485612 http://dssm.unipa.it/vmuggeo
2004 May 11
2
bilinear and non linear
...els are performed in R? If R is not able, could someone suggest me for some commercial softwares to deal with bilinear models? i'm afraid of a negative answer ... thanks in advance, Daria **************************** Daria Mendola Dipartimento di Scienze Statistiche e Matematiche "Silvio Vianelli" Universit?? di Palermo Viale delle Scienze - Edificio 13 90128 Palermo, Italia tel. +39 091 6626210 fax +39 091 485726 email: mendola at dssm.unipa.it
2004 Dec 14
1
correlation in lme4
..., random=~ x | g, correlation = corAR1()) but the result is the same as: > risul<-lme(y~x+ z , data=mydata, random=~ x | g). Can anybody help me? Antonella ************************************************** Prof. Antonella Plaia Dipartimento di Scienze Statistiche e Matematiche "S. Vianelli" Universit?? di Palermo Viale delle Scienze 90128 Palermo ITALIA Tel. +39 091 6626244 Fax +39 091 485726 http://dssm.unipa.it/plaia e-mail:plaia at unipa.it
2007 Dec 06
1
differences in using source() or console
...s not work correctly. In particular the non-working line inside myfun() is update(eval(x$call$obj), data=d) #d is created in myfun() My question is: why the problem occurs just via source()ing??? many thanks, vito ==================================== Vito M.R. Muggeo Dip.to Sc Statist e Matem `Vianelli' Universit? di Palermo viale delle Scienze, edificio 13 90128 Palermo - ITALY tel: 091 6626240 fax: 091 485726/485612
2008 May 02
1
error in using by + median
...---------------------------------------- INDICES: 1 V1 V2 -0.23682173 -0.01225147 > by(H[,-1],H[,1],median) Error in median.default(data[x, , drop = FALSE], ...) : need numeric data > -- ==================================== Vito M.R. Muggeo Dip.to Sc Statist e Matem `Vianelli' Universit? di Palermo viale delle Scienze, edificio 13 90128 Palermo - ITALY tel: 091 6626240 fax: 091 485726/485612 http://dssm.unipa.it/vmuggeo
2010 Mar 04
1
only actual variable names in all.names()
...ll.vars(as.formula(y~poly(x,k)+z)) returns [1] "y" "x" "k" "z" and I would like to obtain "y" "x" "z" Where is the trick? many thanks vito -- ==================================== Vito M.R. Muggeo Dip.to Sc Statist e Matem `Vianelli' Universit? di Palermo viale delle Scienze, edificio 13 90128 Palermo - ITALY tel: 091 23895240 fax: 091 485726/485612 http://dssm.unipa.it/vmuggeo
2010 Oct 25
1
building lme call via call()
...aluate the arguments: > my.cc$random $Subject ~age > fm1$call$random list(Subject = ~age) How is it possible to get the right call (similar to the one from fm1$call) by means of call()? thanks, vito -- ==================================== Vito M.R. Muggeo Dip.to Sc Statist e Matem `Vianelli' Universit? di Palermo viale delle Scienze, edificio 13 90128 Palermo - ITALY tel: 091 23895240 fax: 091 485726/485612 http://dssm.unipa.it/vmuggeo
2005 May 05
2
names(dist(mat)) gives NULL in R 2.1.0
...precompiled binary distribution) and on Linux Mandrake 10.0 (R compiled from source code). Is this a bug or not? Thanks in advance, Elio -- ---------------------------------------------------------------------------------- Angelo M. Mineo Dipartimento di Scienze Statistiche e Matematiche "S. Vianelli" Universit?? degli Studi di Palermo Viale delle Scienze 90128 Palermo url: http://dssm.unipa.it/elio
2006 Nov 03
1
difference in using with() and the "data" argument in glm call
...enclos) : object "y" not found > Could anyone to explain such difference? I believed that "with(data,glm(formula))" and "glm(formula,data)" were equivalent. Many thanks, vito -- ==================================== Vito M.R. Muggeo Dip.to Sc Statist e Matem `Vianelli' Universit? di Palermo viale delle Scienze, edificio 13 90128 Palermo - ITALY tel: 091 6626240 fax: 091 485726/485612
2007 Jul 11
3
3D plot and interactive PDFs
With version 8 of acrobat reader, it is now possible to have 3D in PDf documents. Does it exist already an R package who manage to produce 3D plots which can be saved as interactive 3D graphs in a PDF file? Best Regards Bruno Cavestro ------------------------------------------------------ Leggi GRATIS le tue mail con il telefonino i-mode? di Wind http://i-mode.wind.it/
2007 Nov 28
3
using names with functions..
...update(o,formula=fo) Error in eval(expr, envir, enclos) : could not find function "a.log" > How can fit the model? namely how can I use "a.log(z)" in the example above? Many thanks, vito -- ==================================== Vito M.R. Muggeo Dip.to Sc Statist e Matem `Vianelli' Universit? di Palermo viale delle Scienze, edificio 13 90128 Palermo - ITALY tel: 091 6626240 fax: 091 485726/485612
2006 Feb 27
3
how to use the basis matrix of "ns" in R? really confused by multi-dim spline filtering?
Hi all, Could anybody recommend some easy-to-understand and example based notes/tutorials on how to use cubic splines to do filtering on multi-dimension data? I am confused by the 1-dimensional case, and more confused by multi-dimensional case. I found all the books suddenly become very abstract when it comes to this subject. They don't provide examples in R or Splus at all. Specifically,
2007 Apr 03
3
Testing additive nonparametric model
I have estimated a multiple nonparametric regression using the loess command in R. I have also estimated an additive version of the model using the gam function. Is there a way of using the output of these two models to test the restrictions imposed by the additive model?
2001 Aug 13
3
Problems with downloading R 1.3.0
...#39;t have problems now with files other that those mentioned. So I suspect it is a problem with the file, not with my computer. Do you have any clou for me? Thanks in advance Gianfranco Lovison Gianfranco Lovison Professor of Statistics Dipartimento di Scienze Statistiche e Matematiche "S.Vianelli" Palermo - Italia currently visiting The Statistical Laboratory Department of Pure Mathematics and Mathematical Statistics University of Cambridge - UK -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~horni...
2003 Oct 24
1
gee and geepack: different results?
...ty Estimated Correlation Parameters: estimate san.se wald p alpha 0.452 0.272 2.77 0.0963 Returned Error Value: 0 Number of clusters: 6 Maximum cluster size: 8 Thanks, Daria **************************** Daria Mendola Department of Statistics and Matematics "Silvio Vianelli" University di Palermo Viale delle Scienze - Edificio 13 90128 Palermo, Italy phone +39 091 6626210 fax +39 091 485726 email: mendola at dssm.unipa.it
2005 Mar 04
1
Basic stratification calculations
Hi. I'm a student at SFU in Canada. The basic thing I want to do is calculate means of different strata. I have 2 vectors. One has the values I want to take the means from, the other is the four strata I am interested in. So I essentially want to break up the information vector into the four strata and calculate four means, one for each stratum. How can I do this in a reasonable way? Thanks
2005 Mar 16
1
Fitting mixed proportional odds model in R?
Is there a way to fit mixed proportional odds models in R? -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
2005 Nov 08
1
(no subject)
hello. My name is kerlim arturo. i was search into internet about R apache y PhP and i found your mail into foro. i want create a stadistic's software on line with language R,apache y php . i want know, what is the steps for developer this stadistic's software? where can i get information about language R, apache y php; and examples between language R and php ('source'). can I
2006 Sep 21
1
How to generating diagnal blocks ?
Hi, I am trying to creat a matrix with diagnal blocks, say, I have a matrix X of any dimension (nxm) ,and would like to have: X X X