Re: [R] problem with table.CAPM in PerformanceAnalytics

2012-01-15 Thread Dom Pazzula
Pete, That seems to work.  I wonder what the problem was. Thanks, Dom   Dominic J. Pazzula +-+-+-+-+-+-+-+-+-+-+- domp...@yahoo.com From: Pete Brecknock To: r-help@r-project.org Sent: Sunday, January 15, 2012 8:13 PM Subject: Re: [R] problem with table.CAPM

Re: [R] problem with table.CAPM in PerformanceAnalytics

2012-01-15 Thread Pete Brecknock
Dom Pazzula wrote > > All, > I'm attempting to run this: > table.CAPM(series[,"Strat.Return",drop=FALSE],series[,"spy.Return",drop=FALSE]) > > > and getting this error > Error in as.vector(data[, i]) : subscript out of bounds > > > I've searched around and cannot find a solution to the proble

[R] problem with table.CAPM in PerformanceAnalytics

2012-01-15 Thread Dom Pazzula
All, I'm attempting to run this: table.CAPM(series[,"Strat.Return",drop=FALSE],series[,"spy.Return",drop=FALSE]) and getting this error Error in as.vector(data[, i]) : subscript out of bounds I've searched around and cannot find a solution to the problem.  I've used this in the past without pr