That's because you use "< -" which is completely invalid syntax in this
setting. There is no space in the assignment function between "<" and
"-". (i.e. it should be "<-")
-Alexios
On 18/06/2013 21:18, ce wrote:
Hi
I installed R 3.01 , and rugarch. I use opensuse 12.3 .
I can't find setstart setbound and setfixed methods :
R
R version 3.0.1 (2013-05-16) -- "Good Sport"
Copyright (C) 2013 The R Foundation for Statistical Computing
Platform: x86_64-unknown-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
library("rugarch")
Loading required package: Rcpp
Loading required package: RcppArmadillo
Package Rsolnp (1.14) loaded. To cite, see citation("Rsolnp")
KernSmooth 2.23 loaded
Copyright M. P. Wand 1997-2009
spec = ugarchspec(variance.model = list(model = 'eGARCH', garchOrder = c(2,
1)), distribution = 'std')
setstart(spec) < - list(shape = 5)
Error: could not find function "setstart"
setbounds(spec)
Error: could not find function "setbounds"
_______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should
go.
_______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should
go.