Displaying 10 results from an estimated 10 matches for "mcfarlane".
Did you mean:
macfarlane
2009 Sep 19
4
Processing strings
Hi,
I am unable to do something fairly simple. I have matrices called
Table1,..., Table10. I want to be able to print them using a loop. So
I wrote:
##################
for (i in 1:10){
disp<-paste("Table", i, sep="")
eval(parse(text=disp))
}
##################
but this produces no output. Any ideas?
2009 Sep 26
3
Adding variables
Hi,
For very large matrices, is this the most efficient way to add two
variables together?
#############################
attach(attenu)
new<-rowSums(cbind(mag, station))
#############################
Also, could I be directed to some resources for working with very
large datasets?
Thanks
2004 Jan 09
1
"Ticket not yet valid" message in log
...3.0.0 is compiled on AIX 4.3.3 ML 9, with Kerberos 1.3.1,
OpenLDAP 2.1.22, libiconv 1.9.1 and Berkeley DB 4.1.25.
AD is 2003 mixed mode.
Any help on why this is happening (or where to look) would be much
appreciated.
Best Regards,
Peter
--
------------------------------------------------
Peter McFarlane andersenIT
Technical Consultant 6a/424 Gympie Rd
Strathpine QLD 4500
Phone : +61 7 3889 8044
Mobile: +61 412 317 317
Email : petermc@andersenIT.com.au
------------------------------------------------
2009 Jul 08
1
Dantzig Selector
Hi,
I was wondering if there was an R package or routines for the Dantzig
Selector (Candes & Tao, 2007). I know Emmanuel Candes has Matlab
routines to do this but I was wondering if someone had ported those to
R.
Thanks,
T
---Reference---
@article{candes2007dantzig,
title={{The Dantzig selector: statistical estimation when p is much
larger than n}},
author={Candes, E. and Tao, T.},
2009 Aug 29
1
Anderson-Darling (one sample)
Hi,
I would like to compute a goodness-of-fit statistic for one data
series against a t-distribution, and obtain the quantiles of the
distribution of the statistic with given degrees of freedom. I wonder
if this is implemented in a package.
I know that the critical values have to be computed for every
distribution, and this requires numerical integration typically. I
would prefer if I could get
2006 Aug 12
2
Strange form_tag behaviour
I am trying to use a GET form to produce a URL of the form:
.../project/show/123
If I use:
<%= form_tag ({ :action => ''show'', :id => @project.id}, :method => ''get''
) %>
...
<%= submit_tag ''go'' %>
<%= end_form_tag %>
I get a URL back of the form:
.../projects/show/559?project%5Bid%5D=673&commit=go
The
2013 Jan 27
1
http problem with (a particular url) and default (nat) networking
At work I have a script that provisions a vm for use by employees. One
step in this process is to fetch hadoop, which we happen to get from
cloudera. I noticed the script always failed when I used libvirt's default
networking (nat) but worked fine when I used user mode networking. My
instinct is that this is related to (potentially uncommon) network traffic
from the server in question, and
2009 Jul 09
2
How to Populate List
...Best way to export values from a function? (jim holtman)
128. Re: Best way to export values from a function? (Daniel Nordlund)
129. Re: Best way to export values from a function? (Mark Knecht)
130. Re: Best way to export values from a function? (Godmar Back)
131. Dantzig Selector (tzygmund mcfarlane)
132. Picante package 0.7 on mac (Alfonso Rojas)
133. Sampling a dataframe based on the length of a subset of
observations within (Eric Vander Wal)
134. Re: \dQuote in packages (Rebecca Sela)
135. Mysteriously vanishing LD_LIBRARY_PATH
(p_connolly@slingshot.co.nz)
136. Re: Bes...
2003 Dec 01
0
No subject
...help"
> but didn't see anything about using a spec file....
Configure doesn't know a thing about .spec files, ./configure is run
from within the .spec file by RPM during the build phase.
Andrew Bartlett
--
Andrew Bartlett
abartlet@pcug.org.au
abartlet@samba.org
Return-Path: <mcfarlane6@home.com>
Delivered-To: samba@lists.samba.org
Received: from femail5.sdc1.sfba.home.com (femail5.sdc1.sfba.home.com
[24.0.95.85]) by lists.samba.org (Postfix) with ESMTP id F1096423D for
<samba@lists.samba.org>; Sun, 15 Jul 2001 15:13:05 -0700 (PDT)
Received: from cyclops ([24.17.96.1...
2004 Jan 12
0
"Ticket not yet valid" message - further info
Hi,
Thanks to all who responded to my initial post to the list regarding
"Ticket not yet valid" messages in my samba logs.
I neglected to include this in my initial post - we had already
suspected clock synchronisation problems, and all of our servers (AIX
Samba server and windows clients) are all synchronised to the AD DC,
which is sychronised to an internet atomic clock in Melbourne.