search for: commonfiles

Displaying 4 results from an estimated 4 matches for "commonfiles".

Did you mean: commonfile
2004 Jul 26
1
Building Windows Package
...ror 1 make: *** [pkg-BSDA] Error 2 *** Installation of BSDA failed *** My path is: .;C:\RStools;C:\MinGW\bin;C:\perl\bin;C:\texmf\miktex\bin;C:\Rstools\zip.exe; C:\Rstools\unzip.exe;C:\HTMLws\hhc.exe;C:\R191\R191\bin;%SystemRoot%\system32; %SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\CommonFiles\AdaptecShared\System; C:\Program Files\ggobi;C:\Program Files\R\rw1091\library\Rggobi\libs (HTML Help Workshop lives in- "C:\HTMLws\hhc.exe") I have the directory for HTML Help workshop in MkRules set as: # Where does 'HTML Help Workshop' live? (unused if compiled HTML help is...
2009 Jan 28
1
stack data sets
Hi All, I'm generating 10 different data sets with 1 and 0 in a matrix form and writing the output in separate files. Now I need to stack all these data sets in one vector and I know that stack only operates on list or data frame however I got these data sets by converting list to a matrix so can't go backwards now. Is there a way i can still use Stack? Please see the program:
2009 Jan 28
0
How to stack data sets?
Hi All, I'm generating 10 different data sets with 1 and 0 in a matrix form and writing the output in separate files. Now I need to stack all these data sets in one vector and I know that stack only operates on list or data frame however I got these data sets by converting list to a matrix so can't go backwards now. Is there a way i can still use Stack? Please see the program:
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems