Displaying 4 results from an estimated 4 matches for "7ejohnm".
2011 Jun 24
2
Is there an implementation of loess with more than 3 parametric ...
Dear John,
> I suggest that you look at the abilities of the mgcv package.
> There are notes of mine at
>
> http://www.maths.anu.edu.au/%7Ejohnm/r-book/xtras/autosmooth.pdf
>
> that may help you get started.
Thank?you very much for the suggestion and the link to your write-up,
it was indeed very helpful!
I have experimented with this library for a while now and am really
happy about its flexibility. For my immediate applied problem,...
2010 Nov 28
2
Importar desde excel Series temporales
> Hola a tod@as a ver si me podéis ayudar:
>
> tengo una base de datos en excel con 120 variables y 58 observaciones para
> cada una de ellas y no encuentro la manera de que reconozca la base de
> manera correcta, es decir que reconozca que son 120 variables y que se trata
> de series temporales. He usado el paquete ts, zoo pero tampoco así consigo
> indexarlas de manera
2012 Apr 07
6
Drawing a line in xyplot
i am trying to replicate the following graph using xyplot :
attach(x)
plot ( jitter(type), mortality, pch=16, xlim = c(0.25, 3.75))
lines ( c(1-0.375,1.375) , c ( median(mortality[type==1]),
median(mortality[type==1])), lwd=5,col=2)
lines ( c(2-0.375,2.375) , c ( median(mortality[type==2]),
median(mortality[type==2])), lwd=5,col=2)
lines ( c(3-0.375,3.375) , c ( median(mortality[type==3]),
2009 Mar 07
6
using a noisy variable in regression (not an R question)
Hi, This is not an R question, but I've seen opinions given on non R
topics, so I wanted
to give it a try. :)
How would one treat a variable that was measured once, but is known to
fluctuate a lot?
For example, I want to include a hormone in my regression as an
explanatory variable. However, this
hormone varies in its levels throughout a day. Nevertheless, its levels differ
substantially