search for: packagesum2

Displaying 8 results from an estimated 8 matches for "packagesum2".

2009 Jul 09
1
Number of functions, data sets, ..., in a package?
Hello: How can one get the number of functions and data sets in a package? I've written a function "PackageSum2" to get an extended package summary for an installed package. I get much of what I want from the object returned by "help(package=pkgName)". For example, "help(pac=...)$info[[1]]" is a character vector giving author, maintainer, date built, etc. "help(pac=...)$i...
2012 May 20
4
write.xls
Hello, All: The "writeFindFn2xls" function in the "sos" package tries to write an Excel file with 3 sheets ('PackageSum2', 'findFn', 'call'). Unfortunately, it is often unable to do this because of configuration problems that are not easy to fix. I've found 3 contributed packages that provide facilities to write Excel files with multiple sheets. Unfortunately, I can't get any of them...
2017 Mar 08
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
...;fda": > install.packages('fda') > help(package='fda', help_type='text') Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3) : incorrect values of 'indent' and 'width' I have this wrapped inside "try" in PackageSum2{sos}, so it doesn't die, but it also doesn't give me the additional information I want from help(..., help_type='text') Is this a bug? Thanks, Spencer Graves Using RStudio 1.0.136 with > sessionInfo() R version 3.3.3 (2017-03-06) Platform: x86_64-appl...
2017 Mar 09
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
...;) >> > help(package='fda', help_type='text') >> Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3) : >> incorrect values of 'indent' and 'width' >> >> >> I have this wrapped inside "try" in PackageSum2{sos}, so it doesn't >> die, but it also doesn't give me the additional information I want from >> help(..., help_type='text') >> >> >> Is this a bug? >> Thanks, >> Spencer Graves >> >> Using RStudio 1.0.136 with...
2017 Mar 09
0
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
...ll.packages('fda') > > help(package='fda', help_type='text') > Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3) : > incorrect values of 'indent' and 'width' > > > I have this wrapped inside "try" in PackageSum2{sos}, so it > doesn't die, but it also doesn't give me the additional information I > want from help(..., help_type='text') > > > Is this a bug? > Thanks, > Spencer Graves > > Using RStudio 1.0.136 with > > > > sessionInfo()...
2017 Mar 09
0
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
...p(package='fda', help_type='text') >>> Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3) : >>> incorrect values of 'indent' and 'width' >>> >>> >>> I have this wrapped inside "try" in PackageSum2{sos}, so it doesn't >>> die, but it also doesn't give me the additional information I want from >>> help(..., help_type='text') >>> >>> >>> Is this a bug? >>> Thanks, >>> Spencer Graves >>> &gt...
2009 Jun 19
1
using garchFit() to fit ARMA+GARCH model with exogeneous variables
Hello - Here's what I'm trying to do. I want to fit a time series y with ARMA(1,1) + GARCH(1,1), there are also an exogeneous variable x which I wish to include, so the whole equation looks like: y_t - \phi y_{t-1} = \sigma_t \epsilon_t + \theta \sigma_{t-1} \epsilon_{t-1} + c x_t where \epsilon_t are i.i.d. random variables \sigma_t^2 = omega + \alpha \sigma_{t-1}^2 + \beta
2009 May 20
10
How to google for R stuff?
Hi! I'm new to R programming, though I've been programming in other languages for years. One thing I find most frustrating about R is how difficult it is to use Google (or any other search tool) to look for answers to my R-related questions. With languages with even slightly more distinctive names like Perl, Java, Python, Matlab, OCaml, etc., usually including the name of the language