Displaying 4 results from an estimated 4 matches for "mramon".
Did you mean:
ramon
2010 Mar 09
4
Scripts from The Elements of Statistical Learning book
Anyone know if it is possible to get the R scripts used in the "The Elements
of
Statistical Learning" book? It is a great book but sometimes some help would
be useful to replicate the results presented in the book and so, understood
things better.
Thanks
Manuel
--
View this message in context:
2008 Nov 18
1
Re siduals from a linear model
...duals is expected that in a new model with the residuals as dependent
variable and the four factor as independent (residuals ~ d) that factor (d)
will be significally. Is that truth or not?
-----
Manuel Ram?n Fern?ndez
Group of Reproductive Biology (GBR)
University of Castilla-La Mancha (Spain)
mramon at jccm.es
--
View this message in context: http://www.nabble.com/Residuals-from-a-linear-model-tp20556033p20556033.html
Sent from the R help mailing list archive at Nabble.com.
2007 Sep 28
2
Is there a model like that in R?
Hi to everyone,
I am starting to work with a model that is not familiar to me.
The model would be like that:
y = . - a*max(Q(i) - Q(0), 0) + .
where Q(i) is the accumulated effect of a variable at time i and Q(0) a
threshold above it there is effect on y. The value of Q(i) could be
estimated as:
Q(i+1) = Q(i) + b*max(s(i) - s(0), 0) + c*min(s(i) - s(0), 0) + .
Where s
2009 Nov 25
1
Insert elements into a vector in a defined positions
...vector, z2,
should have a length of 10+3.
z1 <- 1:10
id <- c(4,6,7)
# And z2 should be:
z2 <- c(1,2,3,NA,4,5,NA,NA,6,7,8,9,10)
Anyone knows how can I do that?
Thank you.
-----
Manuel Ram?n Fern?ndez
Group of Reproductive Biology (GBR)
University of Castilla-La Mancha (Spain)
mramon at jccm.es
--
View this message in context: http://old.nabble.com/Insert-elements-into-a-vector-in-a-defined-positions-tp26520841p26520841.html
Sent from the R help mailing list archive at Nabble.com.