search for: ell

Displaying 20 results from an estimated 317 matches for "ell".

Did you mean: sell
2012 Sep 21
1
Exactly Replicating Stata's Survey Data Confidence Intervals in R
...in confidence interval output. http://faculty.washington.edu/tlumley/survey/YRBS-report-extension.pdf -- confirms that the confidence interval differences between SUDAAN and R in Table 3 exist, but doesn't provide much detail about why. I tried running the analysis example below in SUDAAN as well, which calculated confidence intervals not matching either R or Stata -- I'm confused why all three would be different. I understand (as the report above quotes) these differences are statistically inconsequential, but I aim to convince people to switch to R, so hitting numbers dead-on might p...
2004 Mar 30
0
koq.q ---- Kent O' Quigley R2
...tely no one answered me. Following you'll see the function nlminb that i have changed with R-function optim() and the error that came out when i try to run this software. As attached file there is the file koq.q Thanking in advance for what you can do about it Yours Faithfully Dr. Antonello Romani Dipartimento di Medicina Sperimentale Sezione di Patologia Molecolare e Immunologia via Volturno 39 43100 Parma Italy #----------------------------------------------------------------------------------------------- find.mu.alfa <- function(theta, theta1, x, ell, which,...) { # # find...
2008 Jul 12
4
Act as Taggable with Rails 2.0
...odError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:27:in `gem_original_require'' my environment.rb: 62 has: require_gem ''acts_as_taggable'' which I know isn''t compatible Would anyone have a suggestion on how to solve this? Thanks Elle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, se...
2007 Jun 05
2
Latex \ell symbol in plotmath
Is it possible to use the '\ell' (i.e. the log likelihood) in plots? I've been browsing the plotmath documentation unsucesfully. Cheers, Mario dos Reis mdosrei at nimr.mrc.ac.uk +44 (0)20 8816 2300 Division of Mathematical Biology National Institute for Medical Research The Ridgeway Mill Hill London, NW7 1AA, UK
2010 Aug 17
1
\ell symbol (log-likelihood)
Dear R experts---is it possible to plot the \ell symbol in R under the pdf device? ?the following did not work: pdf(file="ell.pdf"); plot( c(0,1), c(0,1) ); text( 0.5, 0.5, "\u2113" ) dev.off() my guess is that this cannot be done, but I thought I would ask. Ivo Welch (ivo.welch at brown.edu, ivo.welch at gmail.com)
2011 Jul 06
3
finding the intersection of two vectors
Hi, Suppose I have two vectors, not necessarily the same length (in fact, they usually are different lengths): y.1 that has increasing values between 0 and 1; y.2 that has decreasing values between 1.0 and 0. You can picture these as being supply (= y.1) and demand (= y.2) curves from economics. I typically plot these vectors on the same graph against a common x variable, which happens to
2010 Aug 18
1
Fwd: \ell symbol (log-likelihood)
I sent this privately to ivo welch yesterday, and he thinks it might be useful to someone else as well. Since I'm on a Mac the screen device is quartz(): > quartz() > plot( c(0,1), c(0,1) ); > text( 0.5, 0.5, "\u2113" ) # and then File/Save As/ -- David. Begin forwarded message: > From: David Winsemius <dwinsemius at comcast.net> > Date: August 17, 2010 3:...
2002 Dec 17
0
How plot \ell in the title of a graph
Hi there, I am trying to put the LATEX symbol \ell in the title of a graph, do you know how to do it? Thanks. Lydia
2008 Jul 31
2
dput vs unclass to see what a factor really is composed of
...s, read.dta reads it in as a factor. Now, I wanted to see what this variable *really* is, in R. For instance, sometimes R converts a 0/1 variable into a 1/2 variable when it considers it a factor. The "dput" function often enables me to see what a variable really is, but in this case it tells me that the components of the factor are "1L" and "2L", that is, "one uppercase ell" and "two uppercase ell." What does the uppercase ell mean? In this case, "unclass" seems to enable me to see what the variable really consists of. But what do &q...
2007 Oct 17
9
@session['user'] vs session[:user]
...39;']) end end private def initialize_cart if session[:cart_id] @cart = Cart.find(session[:cart_id]) else @cart = Cart.create session[:cart_id] = @cart.id end end How do I assign the cart to the logged in customer? Thanks in advance, Elle --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, sen...
2012 Jul 02
14
HP Proliant DL360 G7
Hello, Has anyone out there been able to qualify the Proliant DL360 G7 for your Solaris/OI/Nexenta environments? Any pros/cons/gotchas (vs. previous generation HP servers) would be greatly appreciated. Thanks in advance! -Anh
2011 Apr 25
3
arcstat updates
...ok if the man page explains the meanings of each field, even though it might be many pages long? 4. Is there a common subset of columns that are regularly used that would justify a shortcut option? Or do we even need shortcuts? (eg -x) 5. Who wants to help with this little project? -- Richard Elling richard at nexenta.com +1-760-896-4422 Nexenta European User Conference, Amsterdam, May 20 www.nexenta.com/corp/european-user-conference-2011
2009 Apr 25
4
What is the 32 GB 2.5-Inch SATA Solid State Drive?
Does anyone know about this device? SESX3Y11Z 32 GB 2.5-Inch SATA Solid State Drive with Marlin Bracket for Sun SPARC Enterprise T5120, T5220, T5140 and T5240 Servers, RoHS-6 Compliant This is from Sun''s catalog for the T5120 server. Would this work well as a separate ZIL device for ZFS? Is there any way I could use this in a T2000 server? The brackets appear to be different. -- -Gary Mills- -Unix Support- -U of M Academic Computing and Networking-
2012 Jan 08
2
rpart question
We are trying to make a decision tree using rpart and we are continually running into the following error: > fit_rpart=rpart(ENROLL_YN~MINORITY,method="class") > summary(fit_rpart) Call: rpart(formula = ENROLL_YN ~ MINORITY, method = "class") n= 5725 CP nsplit rel error 1 0 0 1 Error in yval[, 1] : incorrect number of dimensions ENROLL_YN is a
2012 Feb 13
1
survey package svystat objects from predict()
Hello, I'm running R 2.14.1 on OS X (x86_64-apple-darwin9.8.0/x86_64 (64-bit)), with version 3.28 of Thomas Lumley's survey package. I was using predict() from svyglm(). E.g.: data(api) dstrat<-svydesign(id=~1,strata=~stype, weights=~pw, data=apistrat, fpc=~fpc) out <- svyglm(sch.wide~e...
2009 Feb 02
8
ZFS core contributor nominations
...24-2009 we need to renew the members that are still contributing at core contributor levels. We should also add some new members to both Contributor and Core contributor levels. First the current list of Core contributors: Bill Moore (billm) Cindy Swearingen (cindys) Lori M. Alt (lalt) Mark Shellenbaum (marks) Mark Maybee (maybee) Matthew A. Ahrens (ahrens) Neil V. Perrin (perrin) Jeff Bonwick (bonwick) Eric Schrock (eschrock) Noel Dellofano (ndellofa) Eric Kustarz (goo)* Georgina A. Chua (chua)* Tabriz Holtz (tabriz)* Krister Johansen (johansen)* All of these should be renewed at Core con...
2009 Apr 27
23
Raidz vdev size... again.
Hi, i''m new to the list so please bare with me. This isn''t an OpenSolaris related problem but i hope it''s still the right list to post to. I''m on the way to move a backup server to using zfs based storage, but i don''t want to spend too much drives to parity (the 16 drives are attached to a 3ware raid controller so i could also just use raid6 there). I
2013 Apr 08
3
extensions.conf / test DID
...N 1112530146 105 Registered Mon, 08 Apr 2013 06:02:09 1 SIP registrations. Asterisk*CLI> Here is the dial plan: [incoming] exten => 17036361355,1,Playback(beep) exten => 17036361355,2,SayDigits(${EXTEN}) exten => 17036361355,3,Goto(testdtmf|s|1 ;Ring on Elle mobile phone. ;exten => s,1,Answer() ;exten => s,n,Dial(SIP/17037171234,150,r,t,) [general] register =>1112530146:albany!@#123 at sip3.voipvoip.com/1112530146 registertimeout=20 context=incoming allowoverlap=no bindport=5060 bindaddr=192.168.1.10 srvlookup=no ;context=incoming ; The S...
2009 Mar 04
5
Oracle database on zfs
Hi, I am wondering if there is a guideline on how to configure ZFS on a server with Oracle database? We are experiencing some slowness on writes to ZFS filesystem. It take about 530ms to write a 2k data. We are running Solaris 10 u5 127127-11 and the back-end storage is a RAID5 EMC EMX. This is a small database with about 18gb storage allocated. Is there a tunable parameters that we can apply to
2010 Aug 21
8
ZFS with Equallogic storage
I''m planning on setting up an NFS server for our ESXi hosts and plan on using a virtualized Solaris or Nexenta host to serve ZFS over NFS. The storage I have available is provided by Equallogic boxes over 10Gbe iSCSI. I am trying to figure out the best way to provide both performance and resiliency given the Equallogic provides the redundancy. Since I am hoping to provide a 2TB