Skip to content
Prev 361829 / 398506 Next

extracting coefficients from ar() output

Thank you very much.
Here is the error message.
Error in WriteXLS(coefar, ExcelFileName = "R.xls", SheetNames = "test") : 
  'x' must be the name of a data frame, the name of a list of data frames, a data frame object, a list object of data frames.

-----Original Message-----
From: David Winsemius [mailto:dwinsemius at comcast.net] 
Sent: 17 June 2016 19:27
To: T.Riedle
Cc: peter dalgaard; R-help at r-project.org
Subject: Re: [R] extracting coefficients from ar() output
Just a guess (since you didn't include the error message) but do you have a length-1 character vector named `test`. I thought not. So try using SheetNames = 'test'

--
David.
David Winsemius
Alameda, CA, USA