[R] How to extract parameters from train in caret package

2016-11-23 Thread Michela Leone
08 on 96 degrees of freedom AIC: 122 Number of Fisher Scoring iterations: 25 Many thanks for your help ! Michela Leone [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat

[R] xts object translation

2013-04-07 Thread Michela
i have an xts object: aaa bbbccc ddd 2001-01-02 179.7061239.11 1712.60 271.10 2001-01-03 181.1751243.24 1689.10 267.15 2001-01-04 181.6126242.09 1737.86 267.10 i

Re: [R] How to group data by day

2011-02-16 Thread Michela Ferron
p-boun...@r-project.org [mailto:r-help-bounces@r- project.org] On Behalf Of Michela Ferron Sent: Monday, February 14, 2011 11:09 AM To: r-help@r-project.org Subject: [R] How to group data by day Hi everybody, I'm a beginner in R and I'm having a hard time grouping my data by day. The da

[R] How to group data by day

2011-02-14 Thread Michela Ferron
56Z; 35; 1 2005-07-07T10:01:39Z; 13; 1 2005-07-08T10:02:22Z; 1; 2 2005-07-09T10:03:16Z; 23; 3 2005-07-10T10:04:23Z; 39; 4 2005-07-10T10:04:39Z; 15; 4 How can I do that? Many thanks! Michela __ R-help@r-project.org mailing list https://stat.ethz.ch/mail

[R] Offset - usersplits function package RPART

2011-01-23 Thread Michela Prandi
these variable? Thank's Michela __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

[R] foor loop - undefined columns selected error

2009-11-18 Thread Michela Leonardi
pointer to solve the problem or to do the same thing in a different way. Thanks for your consideration -- Michela Leonardi __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.o

[R] RScaLAPACK package with OpenMPI

2009-07-01 Thread Michela Cameletti
ith R) mailing list. Thank you very much. My best, Michela [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/po

[R] RScaLAPACK package with OpenMPI

2009-07-01 Thread Michela Cameletti
ith R) mailing list. Thank you very much. My best, Michela [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/po

Re: [R] Simon Wood GAMsetup

2008-10-01 Thread Michela Leone
mod_spline,type="lpmatrix") H<-H[,2:16] I presume that the vectors obtained using the predict.gam() are different from the ones obtained using GAM.setup(). Thank for your help. Looking forward to hearing from you. Michela [[alternative HTML version deleted]] ___

[R] GAMSetup

2008-09-29 Thread Michela Leone
In the mgcv package the GAMsetup() function has been removed, can you please tell me what the new function is? thanks Michela. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

[R] GamSetup

2008-09-29 Thread Michela Leone
Hello, someone knows which function has replaced the GamSetup function in mgcv? With R 1.6 version we have GamSetup but this function doesn't exist with R 2.7.2 version [[alternative HTML version deleted]] __ R-help@r-project.org mailing list h

[R] avoid loop with three-dimensional array

2008-07-21 Thread Michela Cameletti
advance for all your help, best Michela [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provi

[R] Avoid loop with three-dimensional array

2008-07-21 Thread Michela Cameletti
ou in advance for all your help, best Michela [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

[R] Set default value

2008-07-01 Thread Michela Cameletti
<[EMAIL PROTECTED]>Hi, i'm tryng to build a function that take some input from user and if the user doesn't provide that inputs the function should set a deafult value. I have taken as example a function that i found in the package dlm but with the same code i receive an error (the component is mi

[R] Fwd: question about predict.gam

2007-10-05 Thread Michela Leone
-- Forwarded message -- From: Michela Leone <[EMAIL PROTECTED]> Date: 5-ott-2007 17.25 Subject: question about predict.gam To: R-help@r-project.org I'm fitting a Poisson gam model, say model<-gam(a65tm~as.factor(day.week )+as.factor(week)+offset(log(pop65))+s(time,k

[R] question about predict.gam

2007-10-05 Thread Michela Leone
I'm fitting a Poisson gam model, say model<-gam(a65tm~as.factor(day.week )+as.factor(week)+offset(log(pop65))+s(time,k=10,bs="cr",fx=FALSE,by=NA,m=1),sp=c( 0.001),data=dati1,family=poisson) Currently I've difficulties in obtaining right predictions by using gam.predict function with MGCV packag