Displaying 11 results from an estimated 11 matches for "colson".
Did you mean:
colon
2005 Sep 15
4
Error in vector("double", length) : vector size specified is too large....VLDs
I have what R seems to consider a very large dataset, a 12MB text file of
lat,long,and height values, 130,000 rows to be exact.
Here's what I get:
Thomas Colson
North Carolina State University
Department of Forestry and Environmental Resources
(919) 673 8023
tom_colson at ncsu.edu
Calendar:
www4.ncsu.edu/~tpcolson
2005 Feb 23
1
BLAS or ATLAS?
...2005-02-23 at 19:25 +0000, Prof Brian Ripley wrote:
> > What OS is this for?
> >
> > Several OSes (Windows, Linux, Solaris, FreeBSD ...) run on
> Xeons (and
> > there are several sorts of Xeons, some even EM64T AMD-clones).
> >
> > On Wed, 23 Feb 2005, Tom Colson wrote:
> >
> > > I'm trying to tweak multi-threading on a multiprocessor box(Xeon).
> > > Reading appendix a.2.2 in the install and admin menu, I
> see that I can
> > > use the internal BLAS lib and/or a multi-thread version
> of ATLAS (Where
> >...
2006 Oct 10
1
How to assign a rank to a range of values..
....01, 57.34, 20, 1.08, 1 and so forth.
I have been struggeling with the split, length and rank commands in R, but
can't seem to figure out how to "attach" a new column (or make a new
dataset) that has a colums of ranks, or how to calculate the rank.
Thanks for any help.
Thomas Colson
North Carolina State University
Department of Forestry and Environmental Resources
(919)624-6329
(919)515 3434
tpcolson at ncsu.edu
Schedule: www4.ncsu.edu/~tpcolson
2005 Feb 14
1
64 Bit R Background Question
...piling/performance between the Intel Xeon architecture vs AMD 64?
Are there pure physical limitations of 64 BIT R that would make intalling it
on a grid (http://www.ncsu.edu/itd/hpc/Hardware/Hardware.php) a wasted
effort? We have the memory and drive space to do this.
Thanks for any advice
Tom Colson
Center for Earth Observation
North Carolina State University
Raleigh, NC 27695
(919) 515 3434
(919) 673 8023
tom_colson at ncsu.edu
Online Calendar:
http://www4.ncsu.edu/~tpcolson
2007 Mar 27
1
"Groups" in XYPLOT
...rank.PRank~coastslope$basin_slope,scales=list(y=list(log=T
RUE,at=c(.0001,.001,.01,.1,1)),x=list(log=TRUE,at=c(0.0001,0.001,0.01,0.1,1,
10))),xlab="Slope",ylab="P(S>S*)")
dev.copy2eps(file="C:/R_PLots/coastslope_cad.eps", width=8.0, height=8.0,
pointsize=10)
Thomas Colson, PhD
North Carolina State University
Department of Forestry and Environmental Resources
2001 Dec 26
0
Variable substitution in smb.conf
...ting, and map their directories to a subdir. If I've been confusing
in this request, then maybe an example is in order.
Two users, john, and billy.
John connects and gets mapped to:
/basedir/jo/john
and Billy connects and gets mapped to:
/basedir/bi/billy
Can this be done with samba?
Joshua Colson
Systems Administrator
Giant Industries, Inc.
(480) 585-8714
jcolson@giant.com
-------------- next part --------------
HTML attachment scrubbed and removed
2013 Jan 11
1
FTS what to use ?
Hi
I'm currently using dovecot 2.0 with squat fts which does a nice
job. However I'm thinking about upgrading to dovecot 2.1 and the wiki
isn't clear about which fts can or should be used with it.
Is squat support dead ? As the wiki mentions that the config syntax is
obsolete, I'm not sure if squat is obsolete also ? If not, what is the
new syntax ?
But in the case squat is
2006 Oct 08
1
Probability of exceedance function question
I'm trying to calculate a cumulative area distribution (graph) of drainage
areas. This is defined as P(A > A*). Simple in principle. I can do this in
excel, with "COUNTIF", which will count the number of cells in the row
"area" that have area A, then determine, for each cell in the row "area, how
many cells exceede that area, then dividing that number by the total
2005 Feb 18
2
bivariate empirical cdf
Dear R users,
I'm trying to write a small function in order to compute empirical cumulative density function.All seems to work but when I try to plot the function, I always get error messages.
This is the function I use
mecdf<-function(u,v,z) {
u=sort(u)
v=sort(v)
n=length(u)
nb=0
for (i in seq(1,n)) {
if (u[i]<z & v[i]<z) {
nb<-nb+1
}
}
nb=nb/n
2005 Feb 17
3
help on deleting NAs
Dear R friends
My goal is to eliminate this specific group(1) if the # of NAs in this
group greater than
50%(specifically say greater than 3). Would you please show me how to do
it.
I have a sample data as following:
Thanks a lot.
Kevin Lin
y group f1 f2 f3
30 NA 1 1 1 1
27 NA 1 1 2 2
48 NA 1 2 1 2
40 -0.6066416 1 2 2 1
24
2013 May 29
0
dsync
Hi
Is dovecot dsync considered an alternative to offlineimap (or others)
when both distant and local are IMAP dovecot servers ?
I used offlineimap for this, but somehow offlineimap got messed up (more
than once, but without me able to explain how it happened). So I'm
considering dsync for this purpose...
Thanks!
--
erik