search for: commonfil

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

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...
2009 Jan 28
1
stack data sets
...<- paste("ResponseMatrix_",k,".dat") ThreshData <- paste("Threshold_",k,".dat") write.table(resp.prob,ResponseData,row.name=FALSE,col.name=FALSE) write.table(thresh.values,ThreshData,row.name=FALSE,col.name=FALSE) #####STACKING ALL THE OUTPUTS######### CommonFile <- stack(resp.prob) ###################################### #Rounding upto 2 decimal places while showing the correlation matrix round(cor(GenData$observed),2) #Factor Score FactorScore=factor.pa(GenData$observed,1,scores = "TRUE") round(cor(FactorScore$scores,GenData$latent),2) filen...
2009 Jan 28
0
How to stack data sets?
...lt;- paste("ResponseMatrix_",k,".dat") ThreshData <- paste("Threshold_",k,".dat") write.table(resp.prob,ResponseData,row.name=FALSE,col.name=FALSE) write.table(thresh.values,ThreshData,row.name=FALSE,col.name=FALSE) #####STACKING ALL THE OUTPUTS######### CommonFile <- stack(resp.prob) ###################################### #Rounding upto 2 decimal places while showing the correlation matrix round(cor(GenData$observed),2) #Factor Score FactorScore=factor.pa(GenData$observed,1,scores = "TRUE") round(cor(FactorScore$scores,GenData$latent),2) file...
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