Displaying 2 results from an estimated 2 matches for "sjme".
Did you mean:
same
2004 Jul 14
1
Rsync Problems, Possible Addressed Bug?
...ckups for files
receiving file list ... done
rsync error: timeout in data send/receive (code 30) at
/SourceCache/rsync/rsync-12/rsync/io.c(103)
rsync: connection unexpectedly closed (7844194 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
Groups/Journals/SJME Omni/
Groups/Journals/SJME Omni/Volume 8/
rsync: connection unexpectedly closed (7844194 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(150)
WARNING: there seems to have been an rsync error.
Check the logs for more information.
-= Beginning backups for recti...
2012 Jan 18
4
R-Help
I am trying to create a frequency distribution and I am a bit confused.
Here are the commands I have entered:
> data <- read.csv(file="40609_sortedfinal.csv",head=TRUE,sep=",")
> NumberOfActionsByStatus = data$STATUS
> NumberOfActionsByUser = data$ETS_LOGIN
> NumberOfBidOffer = data$BID_OFFER
> NumberOfActionsByUser.freq = table(NumberOfActionsByUser)
>