Displaying 3 results from an estimated 3 matches for "hongyu".
Did you mean:
hongyi
2002 Feb 23
0
Subject: Does R have semiparametric package for time series
...: Fri, 22 Feb 2002 09:48:16 -0600 (CST)
>From: sun at cae.wisc.edu
>Subject: [R] Does R have semiparametric package for time series
>
>Hello, All: I am new to R. I wonder if there is package for
nonparametric or
>semiparametric processing of time series. Thank you very much.
>
>Hongyu Sun
Have a look at package "sm" and, in particular function
"sm.autoregression".
best
Adrian
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", &qu...
2005 Oct 28
4
clustering
Hi everybody,
I'm performing a cluster analysis (pkg "cluster") on a
dataset which includes 15 variables: is there a way to
know how much each variable weighs on the final
clustering output?
Thanks
Alessandro
2002 Feb 22
2
R gnome produces errors?: a clue!
I've got something that might be a clue to understand
the strange behaviour of lda in R --gui="gnome":
in R --vanilla:
library(MASS)
load("mod23puriflda.rda")
> a <- lda.default(x=mod23puriflda[,2:5],grouping=mod23puriflda[,6],CV=F)
works fine. I save lda.default as a local rda file:
> milda.nognome <- lda.default
>