Displaying 5 results from an estimated 5 matches for "rixon".
Did you mean:
dixon
2015 Jul 24
0
Automated Reply from Gary Rixon <centos-announce@centos.org>
...15 and Fri 31st July 2015 inclusive.
Please send any support requests or enquiries to support at dogsbodytechnology.com where it will be picked up by one of my colleagues.
If you need urgent support please email or call
Dan Benton on dan at dogsbodytechnology.com or 07718 679512
Thank you
Gary Rixon
2009 Jan 28
3
Newbie question about "grouping"
Hi folks:
I am a SQL guy who just downloaded and installed R yesterday. I am
trying to evaluate some "complex" aggregations we are currently
performing with Syncsort (and have tried in Oracle) with R. I have
loaded data in a dataframe and have performed some of the simple
aggregations on a subset of data. What I do not see how to do though,
is to "group" the aggregations
2004 Oct 15
0
[Bug 1937] New: timeout in data send/receive
...ary: timeout in data send/receive
Product: rsync
Version: 2.6.2
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: ade.rixon@big-bubbles.fluff.org
QAContact: rsync-qa@samba.org
Using rsync with SSH 3.9p1 on Solaris 8 to transfer files from a series of hosts
in a script. We see random timeout errors on every run since updating to 2.6.2
from 2.6.0:
rsync error: timeout in data send/receive (code 30) at io.c(143)...
2009 Feb 04
1
newbie - difficulty calling user defined function from by()
Hi Folks:
I'm new to R and am having trouble calling a user-defined function
within the by() function. I have checked on-line help and the R
documentation to no avail. I have a data frame with a sample subset
represented here:
> example.sample
ACCT_GROUP_DIM_KEY MV_BASE TOT_DEBT TOT_EQTY
1 555586574850 1082576.3 685.00 2422.50
2 555586574850 1032994.2 2444.00
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