Skip to content
Prev 361834 / 398506 Next

extracting coefficients from ar() output

sos::findFn("writeXLS")

So after tracking down the package that has writeXLS (also named writeXLS), I see that the example in the help page quotes the names of dataframe objects and the help page says the x values should be _character_ (rather than R symbol/names). You didn't provide a character vector as the first argument which, since it was unnamed, was therefore matched to the 'x' parameter.