similar to: Fwd: Erika DeBenedictis-Recommendation

Displaying 20 results from an estimated 700 matches similar to: "Fwd: Erika DeBenedictis-Recommendation"

2015 Jul 13
2
Please help debug Windows setup
Hi, Thanks to John Wice for helping me with an earlier question. My two PCs behind the same router are still having problems connecting. Would appreciate thoughts on what I?m doing wrong? Router: Port 655 forwarded to 192.168.1.45, both TCP and UDP Port 656 forwarded to 192.168.1.51, both TCP and UDP Machine #1. ========== Local IP address on LAN = 192.168.1.45 Windows Firewall
2008 Sep 08
4
mixed model MANCOVA
Hello, I need to perform a mixed-model (with nesting) MANCOVA, using Type III sums of squares. I know how to perform each of these types of tests individually, but I am not sure if performing a mixed-model MANCOVA is possible. Please let me know. Erika <>< <>< <>< <>< <>< <>< <>< Erika Crispo, PhD candidate
2012 Aug 17
2
R package compilation: files in src directory should be ignored if C library is not available
I have written an R package which contains C source code (in the directory pkg/src). Only a subset of the functions in the pkg/R directory contain a .C() call to the functions in the pkg/src directory. The rest of the package will still work and be useful without the functions containing a .C() call. To compile the code in pkg/src requires the GSL library. This is detailed in the
2015 Jul 21
1
Please help debug Windows setup
Hi - Thanks to Sven-Haegar and Donald, but still having issues setting up with Windows. Machine1 can't ping the VPN address of machine2. Regular IPv4 address for both machines in 192.168.1.xxx range. Router: Forwarding port 655 to 101.102.103.1, UDP and TCP Forwarding port 656 to 101.102.103.2, UDP and TCP Tinc.conf on machine user1 just three lines: Name = vpnuser1 ConnectTo =
2008 Mar 04
3
problem
Good evening to everybody, I have problems to import in R a really big dataset (more than 1000000 values). Which is the best package to install? Is there someone who works with this kind of dataset and can help me, please? Thank you very much, Regards Dr.ssa Erika Frigo Department of Veterinary Sciences and Technology for Food Safety University of Milan Via Grasselli, 7 20137 Milano Tel.
2007 Dec 11
2
Unicall protocol error. Cause 32776
Dears, After having set up the board Digium TE420 to receive 3 E1s, I can receive calls without difficulties. As you can see in the log below: -- Executing [5908 at from-pstn:1] NoOp("UniCall/14-1", "Catch-All DID Match - Found 5908 - You probably want a DID for this.") in new stack -- Executing [5908 at from-pstn:2] Goto("UniCall/14-1",
2007 Jun 25
7
R-excel
Good morning to everybody, I have a problem : how can I import excel files in R??? thank you very much Dr.sa. Erika Frigo Università degli Studi di Milano Facoltà di Medicina Veterinaria Dipartimento di Scienze e Tecnologie Veterinarie per la Sicurezza Alimentare (VSA) Via Grasselli, 7 20137 Milano Tel. 02/50318515 Fax 02/50318501 [[alternative HTML version deleted]]
2013 Nov 27
1
Etimating time to run an analysis?
Hi everyone, I'm new to this list and have searched R help prior for an answer to this question, without luck. If I'm posting in error, please forgive. I'm thinking about using package MuMIn to do multimodel inference with logistic regression. I have many (25) possible predictors and am curious if there is a way to estimate how long the dredge command might take to run? Any
2019 Aug 01
2
Dead store elimination in the backend for -ftrivial-auto-var-init
On Thu, Aug 1, 2019 at 6:38 PM JF Bastien <jfbastien at apple.com> wrote: > > > > > On Aug 1, 2019, at 9:20 AM, Alexander Potapenko <glider at google.com> wrote: > > > > On Thu, Aug 1, 2019 at 6:09 PM JF Bastien <jfbastien at apple.com> wrote: > >> > >> Hi Alexander, > >> > >> The code doesn’t compile. Could you send
2009 Feb 02
1
A question regarding bootstrap
Dear List Members, I have two small samples (n=20), the distributions are highly skewed. Does it make any sense to do a boostrap test to check for difference in means? And if so, could this be done like this: x <- numeric(10000) for(i in 1:10000) { x[i] <- mean(sample(sample1,replace=TRUE)) - mean(sample(sample2,replace=TRUE)) } (mean(sample1)-mean(sample2))/sd(x) Regards, Erika
2009 May 08
1
creation of a matrix
Hi all, I have a relative large amount (several thousand rows, but a small amount of unique objects) of data in a format like this: 1 text_string 1 text_string 1 text_string 2 text_string 2 text_string 3 text_string 3 text_string 3 text_string 3 text_string 3 text_string . . . n text_string I want to create an n x p matrix, n objects (=40) and p unique text strings. Nij is number of occurrences
2009 Mar 19
4
"The number you have called has been disconnected or is no longer in service"
This sort of message is usually preceded by some magic tones that allow direct marketing application to immediately drop a call to a dead phone number. What is the proper terminology for the tones? Where can I find information about how this is implemented? -- Drew Einhorn
2019 Aug 01
2
Dead store elimination in the backend for -ftrivial-auto-var-init
On Thu, Aug 1, 2019 at 6:09 PM JF Bastien <jfbastien at apple.com> wrote: > > Hi Alexander, > > The code doesn’t compile. Could you send a godbolt.org link that shows the issue? Sorry about that, here's the link: https://godbolt.org/z/-PinQP Lines 4 to 8 are initializing |acpar|. If I'm understanding correctly, the store to 8(%rsp) at line 7 can be removed because of the
2019 Aug 07
2
Dead store elimination in the backend for -ftrivial-auto-var-init
There are two problems: 1. padding after union and call to q(), without LTO we can't remove that store. 2. shortcut which I have which ignores all instructions q() . this assume that memset to acpar.match, acpar.matchinfo also useful which is not true. I should be able to improve this case. On Thu, Aug 1, 2019 at 11:29 PM Vitaly Buka <vitalybuka at google.com> wrote: > On a first
1999 Jun 18
1
using R
I installed R in my macintosh. Working fine. However it does not recognize the command for set c(1,2,5) and it does not recognize the function mean. How can I do set operations and the mean? Thanks! Celia Graterol San Francisco State University -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2018 Sep 19
2
Obtaining the origin function for a local var after inlining
On Tue, Sep 18, 2018 at 1:56 AM Adrian Prantl <aprantl at apple.com> wrote: > > > > > On Sep 17, 2018, at 6:59 AM, Alexander Potapenko via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > (I think I've asked a similar question off-list a couple of times, but > > never got an answer) > > > > Hi folks, > > > > For [K]MSAN
2007 Jul 28
1
Checking the trust account password returned NT_STATUS_INVALID_HANDLE
I'm trying to setup a FreeRADIUS (version 1.1.6 w/ LDAP support) server on our new server here at home, which in turn should authenticate against the Samba server (also on the same host - version 3.0.25) which in turn uses an OpenLDAP server (CVS version HEAD as of 20070719). Samba works perfectly against the OL server. Authentication etc is a-ok. But regarding winbind, the first problem is
2008 Nov 19
1
install SPIA package on Windows
Hello all, I would like to install a new R package named SPIA, but I have only the source version ( tar.gz version) and I work with windows. Can anyone support to me any information to perform the installation of this package? Any suggestion will be appreciated. Thank you Erika [[alternative HTML version deleted]]
2009 Jun 26
2
HW recommendations for small, cheap, reliable server
To support small biz, family. Have a bunch of old clunker boxes on the scrap heap that would probably do the job as a server. But I'm not confident they would be reliable enough. Capable of supporting maximum of a dozen 2-line ATAs. Don't want to spend more than a couple hundred dollars on a new server box. -- Drew Einhorn -------------- next part -------------- An HTML attachment
2008 Jun 13
1
dependency on /usr/lib/nx
I do a: sudo yum update and I get: yada, yada, yada,... ---> Package freenx-server.i386 0:0.7.2-8.el5 set to be updated --> Running transaction check --> Processing Dependency: /usr/lib/nx for package: freenx-server Importing additional filelist information --> Finished Dependency Resolution Error: Missing Dependency: /usr/lib/nx is needed by package freenx-server Not only