Displaying 2 results from an estimated 2 matches for "comparemodel".
Did you mean:
comparemodels
2004 Apr 19
1
Menu addditions to Rcmdr v0.9-6
...item junkMenu command "Print stuff..." "function()
stuff ()"
item topMenu cascade "Junk" junkMenu
"stuff.R":
stuff <-function(){
c("This is stuff to print...")
}
2) A file called "compareModels.demo" is mentioned in the documentation
but I haven't been able to find it in the Windows library downloaded from
CRAN. Where should I look?
Thanks!
Chuck
Charles E. White, Senior Biostatistician, MS
Walter Reed Army Institute of Research
503 Robert Grant Ave., Room 1w102
Silver Spr...
2003 Aug 07
0
new version of Rcmdr package
...Version 0.9-0
o More flexible customization. All config files are now in the etc
subdirectory, including:
- Rcmdr-menus.txt: defines the Rcmdr menus
- log-exceptions.txt: a list of functions that are prevented from
printing output when executed from the log window.
- compareModels.demo: contains a demonstration of how to add a
dialog to Rcmdr. Rename this file to compareModels.R and uncomment the
corresponding menu-definition line in Rcmdr-menus.txt.
o Some more functions in the package are exported to support writing
extensions.
o Made active-data-set and ac...