R/modelSignal.R

"modelSignal" <-
function(x)
{
  if(!is.quantmodResults(x)) stop(paste(dQuote("x"),"must be of class",
                                  dQuote("quantmodResults")))
  x@signal
}

Try the quantmod package in your browser

Any scripts or data that you put into this service are public.

quantmod documentation built on May 2, 2019, 5:48 p.m.