Displaying 20 results from an estimated 221 matches for "elliot".
Did you mean:
elliott
2001 Feb 13
1
Which.min bug?
...r back.
One-line Example:
> which.max(NULL)
[1] -2147483647
This caused an indexing error which was hard(ish) to track down. Should it
just return NA or throw an error? Should I re-submit to r-bugs? Or is there
some deep reason for this behavior that I don't understand?
Thanks.
Elliot.
--
Elliot Williams (ewilliams at ucsd.edu)
Economics Department, UC San Diego
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subsc...
2012 Jul 31
2
Error Installing Package with Dependency on "Matrix"
...loaded
ERROR: lazy loading failed for package ‘temp’
* removing ‘/home/ebernstein/Rlib_2.15.1/temp’
If I remove the dependency on "Matrix", it installs fine. I'm using R
2.15.1 on linux, and version 1.0-6 of the Matrix package. Can anyone
explain what's going on here?
Thanks.
- Elliot
--
Elliot Joel Bernstein, Ph.D. | Research Associate | FDO Partners, LLC
134 Mount Auburn Street | Cambridge, MA | 02138
Phone: (617) 503-4619 | Email: elliot.bernstein@fdopartners.com
[[alternative HTML version deleted]]
2006 Feb 03
9
Because I''m very slow - trying to use console
I can''t see how to use variables so I am using console to test things
out...
clients table - a column named first_name
My very brief console session...
>> clients = Client.find_by_sql("select * from clients where first_name
= FN")
ActiveRecord::StatementInvalid: RuntimeError: ERROR C42703 Mcolumn
"fn" does not exist Fparse_expr.c L1034
2002 Sep 19
0
RE: [slugnet] Cannot change password!!!
...andrake Distro.
[global]
..
preferred master = yes
logon script = netlogon.bat
passwd chat = *New*UNIX*password* %n\n
*Retype*new*UNIX*password* %n
*passwd:all*authentication*tokens*updated*successfully*
security = user
...
Just wanted to share with you ppl.
Cheers
Elliot
-----Original Message-----
From: Lim Swee Tat [mailto:st_lim@eXtropia.com]
Sent: Wednesday, September 18, 2002 12:03 PM
To: Elliot
Subject: Re: [slugnet] Cannot change password!!!
Hiya Elliot,
I'm sorry, but I dun think you attached it at all. Which email client
are you using?? Outlook or Ou...
2012 Aug 07
2
Repeated Aggregation with data.table
...at[, list(mean.z = mean(z), sd.z = sd(z)), list(x,y)]
But I can't figure out how to save the aggregation function
"list(mean.z = mean(z), sd.z = sd(z))" as a variable that I can reuse,
similar to the function "f" above. Can someone please explain how to
do that?
Thanks.
- Elliot
--
Elliot Joel Bernstein, Ph.D. | Research Associate | FDO Partners, LLC
134 Mount Auburn Street | Cambridge, MA | 02138
Phone: (617) 503-4619 | Email: elliot.bernstein at fdopartners.com
2009 Jul 01
4
g729a compatibility
...risk is negotiating the codec properly,
because while the call rings, the rtp lines fail. However, on other
sip devices that have "rtpmap:18 g729" in their SDP, things work fine
with Digium's commercial g729 license.
How do I get "98 g729a" recognized by Asterisk?
Thanks,
Elliot
2010 Dec 29
2
\VignetteKeywords{}, for KEYWORDS or for free-tagging?
Hi R-devel,
[Question]:
* Is there a KEYWORDS file to lookup 'keywords' to supply
the vignette command, '\VignetteKeywords{}'?
-or, is the pkg writer free to tag the vignette using any
keywords he/she chooses? i.e., free-tagging.
Thank you,
+ Elliot Kleiman
__________________________
San Diego State University
http://www.sdsu.edu/
2001 Apr 25
2
Max/Min w/ Non-linear constraints
Hi all,
How do people do non-linear constrained maximization in R? If in C, are
there any packages people would recommend as being particularly easy to
interface/hack to work with R? And if not, does anyone want me to?
--
Elliot Williams (ewilliams at ucsd.edu)
Economics Department, UC San Diego
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in t...
2012 Jul 30
2
Thinning Lattice Plot
...plot, even though it isn't possible to see that much
detail.
For example:
require(Hmisc)
x <- rnorm(1e6)
pdf("test.pdf")
Ecdf(x)
dev.off()
The resulting pdf files is 31MB. Is there any easy way to get a smaller pdf
file without having to manually prune the dataset?
Thanks.
- Elliot
--
Elliot Joel Bernstein, Ph.D. | Research Associate | FDO Partners, LLC
134 Mount Auburn Street | Cambridge, MA | 02138
Phone: (617) 503-4619 | Email: elliot.bernstein@fdopartners.com
[[alternative HTML version deleted]]
2012 Mar 12
3
Finding the median
...s the median value of a vector. How would I go about saying the median = element x in terms of n (say (n + 1)/2 or whatever it would be) if there is an even amount of elements, or x in terms of n (with a different way of saying how many n) if there is an odd amount of elements?
Much appreciated
elliot.welch at virgin.net
Sent from my BlackBerry? smartphone
2011 Feb 18
2
Scaling Lattice Graphics for tikzDevice
...dev.off()
## ---------- ##
## END R CODE ##
## ---------- ##
Thanks.
- Elliot
-----------------------------
Elliot Joel Bernstein, Ph.D. | Research Associate | FDO Partners, LLC
134 Mount Auburn Street | Cambridge, MA | 02138
Phone: (617) 503-4619 | Email: elliot.bernstein at fdopartners.com
2010 Nov 17
1
Multiple Line Plots with xyplot
...plot to contain a line for each (x, Y[,i]), i=1:K. I know something like
xyplot(Y[,1] + Y[,2] + Y[,3] ~ x, type='l')
will work, but if Y is large, this notation can get very awkward. Is there a way to do something simpler, along the lines of
xyplot(Y ~ x, type='l')
Thanks.
- Elliot
--
Elliot Joel Bernstein, Ph.D. | Research Associate | FDO Partners, LLC
134 Mount Auburn Street | Cambridge, MA | 02138
Phone: (617) 503-4619 | Email: elliot.bernstein at fdopartners.com
2004 Jul 08
1
Bug in Make or configure: spaces in path (PR#7068)
>>>>> "williams" == williams elliot <williams.elliot@bls.gov>
>>>>> on Thu, 8 Jul 2004 01:50:16 +0200 (CEST) writes:
williams> Full_Name: Elliot Williams Version: 1.9.1 OS:
williams> Linux Submission from: (NULL) (146.142.53.18)
williams> Hi,
williams> The usual configure/make...
2012 Jun 25
1
combineLimits and Dates
..."),
auto.key = TRUE)
plt1 <- useOuterStrips(plt1)
plt1 <- combineLimits(plt1)
The x-axis labels are right after the call to 'useOuterStrips' but they get
converted to numeric after the call to 'combineLimits'. How do I keep them
as date labels?
Thanks.
- Elliot
--
Elliot Joel Bernstein, Ph.D. | Research Associate | FDO Partners, LLC
134 Mount Auburn Street | Cambridge, MA | 02138
Phone: (617) 503-4619 | Email: elliot.bernstein@fdopartners.com
[[alternative HTML version deleted]]
2008 Dec 20
5
SMS text messaging capabilities
...an send and receive SMS messages
2. Asterisk server be able to accept and send SMS messages through PRI lines
and Internet connections.
I noticed that Asterisk has an SMS function, but I am not farmiliar enough
with that technology to make it useful.
Any help with this would be great!
Regards,
Elliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081220/cc43b7f9/attachment.htm
2002 Oct 28
4
2.2.6 error
guys .. when i run ./configure for my samba 2.2.6 .. i get this error
checking for test routines... configure: error: cant find test code.
Aborting config
I am not sure how to resolve it. I search for the archive but only found
solutions for redhat
My system : linux mandrake 9.0
cheers`
Elliot Williams
IT Executive
---------------------------------
Judge not the horse by his saddle. - Chinese Proverb
2009 May 27
2
Pressing number 2 in dialplan
...I am having an odd problem in that when the caller dials extension "2"
in a dialplan, the system waits 3 to 4 seconds before proceeding.
This doesn't happen when any other other extensions are dialed,
including an identical dialplan on other another extension!
Is this a bug?
Later,
Elliot
2002 Oct 02
1
Re: [slugnet] Password Expiry
Hi Elliot,
I couldn't find anything related to smbpasswd expiry.
Since u have "unix password sync = true", just a wild guess, if u could
turn off password ageing in unix passwd file (man passwd for more detail)
and see if problem persists.
Rgds
Gary
Elliot wrote:
> Hi guys... I setup s...
2019 Feb 15
2
Please Recommend Affordable and Reliable Cloud Storage for 50 TB of Data
On Feb 15, 2019, at 7:56 AM, Yan Li <elliot.li.tech at gmail.com> wrote:
>
> G Suite Business tier. Buy five users and you get unlimited Google Drive
> storage. That's $50/month.
So, you?re already 12x higher than his budget, and it?ll be going up 20% in early April.
On top of that, there?s certainly a transfer rate limit....
2016 Jul 29
1
Understanding failed assert in reg pressure reduction list scheduler
Sure, I've attached it to the bug report. Direct link is here:
https://llvm.org/bugs/attachment.cgi?id=16840
- Elliot
"llvm-dev" <llvm-dev-bounces at lists.llvm.org> wrote on 2016/07/29 03:46:41
PM:
> From: Krzysztof Parzyszek via llvm-dev <llvm-dev at lists.llvm.org>
> To: llvm-dev at lists.llvm.org
> Date: 2016/07/29 03:46 PM
> Subject: Re: [llvm-dev] Understanding failed asse...