[R] Where's MVA?

J.N. jniesch at gwdg.de
Fri Oct 12 10:57:16 CEST 2001


On Fri, 12 Oct 2001, Andrew Criswell wrote:

> Date: Fri, 12 Oct 2001 03:26:42 +0700
> From: Andrew Criswell <andy at arcriswell.com>
> To: r-help at stat.math.ethz.ch
> Subject: [R] Where's MVA?
> 
> Hi All:
> 
> Package TSERIES is stated to depend on MVA. However, there is no MVA package to be found under the list of package sources.

in R try 
library()

which will list all currently available libraries
there  should be a listing mva since it belongs to the base package
some (all?) packages autoload needed packages otherwise load them by hand
via
library(mva)

	Jens
> 
> Best wishes,
> ANDREW
> 
> tseries: Package for time series analysis 
> Package for time series analysis with emphasis on non-linear and non-stationary modelling Version: 0.7-6 
>       Depends: ts, mva, quadprog 
>       Date: 2001-08-27 
>       Author: Compiled by Adrian Trapletti <adrian at olsen.ch> 
>       Maintainer: Kurt.Hornik <Kurt.Hornik at ci.tuwien.ac.at> 
>       License: GPL (see file COPYING), except for ./src/muin2ser.f and ./misc which are free for non-commercial purposes. See file README for details. 
>       URL: http://www.r-project.org 
> Index of Contents (Text)
> Reference Manual (PDF)
> 
> 
> Package Sources
> AnalyzeFMRI CoCoAn Devore5 EMV GLMMGibbs GenKern GeneSOM KernSmooth Matrix NISTnls Oarray PHYLOGR PTAk RArcInfo RMySQL RODBC RPgSQL RandomFields RmSQL Rstreams Rwave SASmixed SuppDists VR XML acepack adapt akima ash bindata blighty boot bootstrap bqtl car cclust cfa chron cluster cmprsk coda conf.design cramer date diamonds dse e1071 ellipse event.chart exactRankTests fastICA fdim fields foreign fracdiff gafit gee geoR gld gregmisc gss ineq leaps lgtdl lmtest locfit logspline lokern lpridge maptree maxstat mclust mda meanscore mgcv mlbench muhaz multiv mvnmle mvtnorm netCDF nlme nlrq norm odesolve oz panel pcurve permax pinktoe pixmap polymars polynom princurve pspline quadprog quantreg rmeta rpart rpvm scatterplot3d sem sgeostat sm sma sn sna splancs sptests spweights strucchange survival tensor tree tripack tseries twostage vegan wavethresh wle xgobi xtable zmatrix 
> 
> 
> 
> 
> 
> 
> 

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list