search for: emory

Displaying 20 results from an estimated 54 matches for "emory".

Did you mean: memory
2011 Jul 22
0
failed creating protocol instance to play queued url
...the ones that catch my eye. The thunderbird debug logs are not time stamped (that I can tell), so its difficult to go back and find the delays from the log. Here is an example of one of the delays. Any thought? -1215891312[b760f060]: considering playing queued url:imap://km at mailhost.mathcs.emory.edu:993/addmsgflags>UID>/INBOX>134829>1 -1215891312[b760f060]: creating protocol instance to play queued url:imap://km at mailhost.mathcs.emory.edu:993/addmsgflags>UID>/INBOX>134829>1 -1215891312[b760f060]: failed creating protocol instance to play queued url:imap://km at...
2018 Apr 07
1
Print emory for constant address
Hi all, Consider a simple ll code: %2 = load i32* %y, align 4 I intend to get the memory address of %2. if(isa<loadInst>(I)){ // variable name:y value v = I.getOperand(0); // ? I shows the entire instruction, not %2, then I.getName() would print an empty space which is %2, but I can’t get the memory when dereferencing it errs()<< *&(I.getName())<<"\n”; }...
2009 Feb 25
2
run latent class analysis with R
What's the best approach to running latent class analysis with R? I've downloaded both randomLCA and poLCA packages, but I am interesting in running a standard LCA with individual records (not frequency table) as input data. Wen Gu John Jay College of Criminal Justice445 West 59 StreetNew York, NY 10029 wgu@gc.cuny.edu _________________________________________________________________
2010 Aug 31
2
R and Epi Info
...Currently Epi Info is in the public domain and I believe future versions will be open source. It might be useful to pull together some of the Epi Info development team members and R team members to discuss how the programs might complement each other. Note that I request this from my position at Emory University and this is not an official request from CDC. Thanks, Kevin ________________________________ This e-mail message (including any attachments) is for t...{{dropped:14}}
2006 Feb 15
2
arrays of lists in R ("cell arrays" in Matlab)
...ys of lists, either with the vector() function or by making a list of lists, but it is not clear to me whether it is actually possible to have 2-dimensional arrays of lists. thank you very much for any suggestion best giuseppe -- ----- Giuseppe Pagnoni Psychiatry and Behavioral Sciences Emory University School of Medicine 101 Woodruff Circle, Suite 4000 Atlanta, GA, 30322 tel: 404.712.8431 fax: 404.727.3233
2004 Oct 15
1
power in a specific frequency band
...n the power is in bpm^2)? I own a copy of Venables and Ripley (MASS 2003), but I was not able to extract this information from the time series chapter.... thanks for any help (please cc to my e-mail, if possible) giuseppe Giuseppe Pagnoni Dept. Psychiatry and Behavioral Sciences Emory University 1639 Pierce Drive, Suite 4000 Atlanta, GA, 30322 tel: 404.712.8431 fax: 404.727.3233
2004 Aug 05
1
Post-hoc t-tests in 2-way repeated measure ANOVA
...next analysis".... thanks in advance for any suggestions! giuseppe -- ------------------------ Giuseppe Pagnoni, Ph.D. Dept. of Psychiatry and Behavioral Sciences 1639 Pierce Drive, Suite 4000 WMB Bldg., Atlanta, GA 30322, U.S. phone: 404-712-8431 fax: 404-727-3233 e-mail: gpagnon at emory.edu
2013 Nov 16
2
Issue with Mavericks Mail Client
We run a dovecot mailserver. One of the clients I use is a Mac Laptop. Recently I upgraded from Mountain Lion (10.8) to Mavericks (10.9). Under 10.8 it worked fine. On 10.9 it syncs up when I invoke the client, but after a while stops getting updates. Most of my mail clients are on Linux (thunderbird) or Android (K9) and I admit that several run against my very large INBOX simultaneously. The
2003 Dec 04
2
R performance--referred from Bioconductor listserv
...ords, 3) What are we going to do when we start collecting terabytes of array data to analyze? There will come a "breaking point" at which desktop systems can't perform these analyses fast enough for large quantities of data. What then? Michael Benjamin, MD Winship Cancer Institute Emory University, Atlanta, GA [[alternative HTML version deleted]]
2002 Mar 26
1
anova() for nlm or nls
...constrain parameter ranges? (So far I constrained them "manually" by incorporating the constraints into the definition of the functions fitted.) Thanks for your help, Roland --------------------------------------------------------------------------- Roland Regoes Department of Biology Emory University 1510 Clifton Rd Atlanta, GA 30322 tel: (404) 727-1765 fax: (404) 727-2880 --------------------------------------------------------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~h...
2007 Apr 20
2
Fastest way to repeatedly subset a data frame?
...slow. For a dataset of 62,000 rows and 253 list entries, it takes probably 5 minutes on a pentium D. An implementation of this kind of subsetting using hashtables in C# takes a neglible amount of time. I am open to any suggestions about data format, methods, anything. Thanks, Iestyn Lewis Emory University
2004 Apr 28
3
Possible bug in foreign library import of Stata datasets
Concerning this article, Christopher Zorn, "Generalized Estimating Equation Models for Correlated Data: A Review with Applications." 2001. American Journal of Political Science 45(April):470-90. The author very kindly provides data for replication on his web page: http://www.emory.edu/POLS/zorn/Data/GEE.zip. I've been comparing the Professor Zorn's results obtained with Stata and R. I ran into some trouble with the results in Table 2. I traced the problem back to the R foreign library's data import. Observe the variable "deml" in the Stata outp...
2002 Apr 20
2
integration of a discrete function
...39;, that perform adaptive quadrature on analytic functions, and not on a curve specified as a set of (x,y) pairs. I have the impression that I am not looking in the right place.... or I should code the algorithm myself? thanks for any suggestion Giuseppe ----------------- Giuseppe Pagnoni Emory University Dept.of Psychiatry and Behavioral Sciences 1639 Pierce Dr. Suite 4000, WMB Bldg. Atlanta, GA, 30322 phone: 404-7128431 fax: 404-7273233 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ....
2015 Jul 10
1
GUI on Ubuntu
Pardon the naive question, but I'm obviously missing something. I'm running the tools in standalone mode on Ubuntu 14.04. All is working well. upsc nicely shows me all the status info from command line. What I'm missing is how to get the GUI display.
2009 Jul 11
1
Conditional expand.grid()
...The more complicated method that I can think of is: n <- 10 temp <- expand.grid(1:n,1:n) temp<-temp[temp[,1]>temp[,2],] However, I guess there must be some easier way of doing this. Besides, if inequality condition is applied at the very beginning, this will save me a lot of memory if n goes to a very large number. Is there any suggestions? Thanks a lot. Best wishes, -- ??? Hesen Peng http://hesen.peng.googlepages.com/
2008 Jul 25
1
Create an R package
Hello all! I'm new to the forum, and relatively new to R. I've tried searching a couple of times for my question and came up empty handed. This may be due to my lack of knowledge of keywords. I'm planning on putting a package together, and I'm only about half way through. I'm running Windows Vista. I've given a cursory look over the process of creating an R package,
2003 Oct 31
1
rsync and smbfs
...a Windows 2000 share onto a RH9 linux computer. The problem I appear to be having is rsync copying file that already exist and haven't changed since the previous rsync backup process. Why would rsync believe the file has changed? Thanks for any tips and insight. -- Jiann-Ming Su jsu2@emory.edu 404-712-2603 Development Team Systems Administrator General Libraries Systems Division
2002 Jun 11
1
wbinfo / NT4 PDC
...and debug info show nothing obvious (at least to me). I'm hoping that someone might have an idea of what could be different between the PDC and BDC that would allow one to work and not the other. Or maybe some way to help me make that determination. Thanks for ANY help. -- _ . hpassau@emory.edu | Computers are just like air conditioners: |_) || | They stop working properly when |_)||||_| | you open windows. Passauer_| |
2012 Jul 04
1
How do you impute missing data using Latent Class Model (poLCA package)
My problem is I have data with both categorial and numerical data, currently only the categorical number contains missing data, was wondering do I make a new dataframe containing only the categorical columns? How would you use Latent Class Model specifically poLCA to impute the missing data? http://www.sscnet.ucla.edu/polisci/faculty/lewis/pdf/poLCA-JSS-final.pdf The reason why I chose not to
2012 Sep 15
0
[Repost 1/3] The X11 device patch
[ Email resend 1 of 3 ] From: Dirk Eddelbuettel <edd at debian.org> To: R-core <R-core at r-project.org> CC: Philip Johnson <plfjohnson at emory.edu>, edd at debian.org Subject: The X11 device patch Date: Wed, 27 Jun 2012 11:53:13 -0500 R Core, *Great* to see this bubble up in the NEWS aggregation: 2.15.1 patched NEW FEATURES The X11() window gains an icon: the latter may be especially useful on Ubuntu&...