Displaying 2 results from an estimated 2 matches for "gocats".
Did you mean:
  goats
  
2012 May 30
1
reading file in zip archive
Hi List
I have a series of zip archives each containing several files. One of these files is called goCats.txt and I would like to read it into R from the archive. It's a simple tab delimited text file.
pathToZip <- '/home/iain/Documents/Work/Results/bovineMacRNAData/deAnalysis/afInfection/commonNorm/twoHrs/af2hrs.zip'
z <- unz(pathToZip, 'goCats.txt', 'r')
zT <- re...
2003 May 01
2
What' wrong?
I try to do single proportion test on my category data.  Here is my R
script:
library("ctest")
catSignifTest <- function( catFile ) {
    ###############################################################
    ##  Get the data sets from text file
	catData <- read.table( catFile )
	
    
	ncols <- length(catData)
	nrows <- length(catData[,1])
	ncol1 <- ncols - 1
	
	probeNbr