On 15/05/2012 03:31, R. Michael Weylandt wrote:
In the examples for StructTS -- ($RHOME)/library/stats/man/StructTS.Rd -- could
par(mfrow = c(4, 1))
plot(log10(UKgas))
plot(cbind(fitted(fit), resids=resid(fit)), main = "UK gas consumption")
become
plot(log10(UKgas))
par(mfrow = c(4, 1))
plot(c
In the examples for StructTS -- ($RHOME)/library/stats/man/StructTS.Rd -- could
par(mfrow = c(4, 1))
plot(log10(UKgas))
plot(cbind(fitted(fit), resids=resid(fit)), main = "UK gas consumption")
become
plot(log10(UKgas))
par(mfrow = c(4, 1))
plot(cbind(fitted(fit), resids=resid(fit)), main = "UK g
Hey Roy ... it's been awhile. We have an example of structural
equation modeling in our text in section 6.5. There's also an example
and the R code for the example is here:
http://www.stat.pitt.edu/stoffer/tsa2/chap6.htm
Scroll down to "Code to do Example 6.10 via BFGS"
The scripts are written f
: Re: [Rd] StructTS
On 4/11/2008 7:23 AM, Christian_Ivaha wrote:
> Hi Roy
>
> Have you managed to find the source code for StructTS after all? I am
> looking for it as well but cant seem to find it, thanks
StructTS is in the stats package, which is a base package. That means
its so
No I didn't find it, but I assume it is in the main R source.
-Roy
On Apr 11, 2008, at 4:23 AM, Christian_Ivaha wrote:
>
> Hi Roy
>
> Have you managed to find the source code for StructTS after all? I am
> looking for it as well but cant seem to find it, thanks
>
> Chris
>
>
>
> Roy Mendelssohn w
On 4/11/2008 7:23 AM, Christian_Ivaha wrote:
> Hi Roy
>
> Have you managed to find the source code for StructTS after all? I am
> looking for it as well but cant seem to find it, thanks
StructTS is in the stats package, which is a base package. That means
its source is part of the R source code
Hi Roy
Have you managed to find the source code for StructTS after all? I am
looking for it as well but cant seem to find it, thanks
Chris
Roy Mendelssohn wrote:
>
> I apologize in advance if I picked the wrong list to post this to. I
> have made an effort to find the answers to these que
I apologize in advance if I picked the wrong list to post this to. I
have made an effort to find the answers to these questions on CRAN,
but if they are there, I couldn't find them, and I was going to email
the developer of StructTS directly but could not find who that is.
I have 2 interrel