Re: [R] Problem installing gtools package

2010-04-27 Thread Andrew Hill
10-April/236601.html > > /Henrik > > On Tue, Apr 27, 2010 at 3:02 PM, Andrew Hill > wrote: > > Hello, > > > > I am attempting to install the gtools package, so that I can compute the > > permutations of a set. However, I having difficulties. My problems are:

[R] Problem installing gtools package

2010-04-27 Thread Andrew Hill
Hello, I am attempting to install the gtools package, so that I can compute the permutations of a set. However, I having difficulties. My problems are: 1) When I use the GUI "Install package(s)" command, the package "gtools" does not appear in my list. 2) I dowloaded the package from http://

[R] Simple Slots Question

2010-04-26 Thread Andrew Hill
Question: How do I isolate the p-value from the serial.test function (portmanteau test)? Details: I tried the following set of commands > testResult <- serial.test(vec2varModelFit) > thePValue <- testResult$p.value When i type 1) thePValue I get: "NULL" 2) testResult I get "Portmantea