search for: artsci

Displaying 20 results from an estimated 21 matches for "artsci".

Did you mean: artsc
2010 Feb 16
2
error message when downloading packages using the OS X shell
...oblem given in the R manual doesn't work. Has anyone had a similar problem or have any ideas as to how to solve this? Greatest appreciation, Jessica -- Jessica L Joganic Graduate Student Department of Anthropology Campus Box 1114 Washington University St. Louis, MO 63130-4899 email: jljogani@artsci.wustl.edu [[alternative HTML version deleted]]
2003 Apr 30
1
pnorm conditional (PR#2883)
...n pnorm_both (in R 1.7.0). The else-if on line 205 covers the entire real line. Seems you want an &&, not an ||. Doesn't make a big difference (you still get a 0 or 1 from extreme starting values) but your log refinements will always be skipped. --=20 Daniel Pemstein Email: dbpemste@artsci.wustl.edu, dan@lcws.org Web: http://www.danpemstein.com PGP: http://www.danpemstein.com/files/pgp.txt --=-YFjXKq8/D/t1qWmIzQ9D Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0...
2011 Mar 28
1
maximum likelihood accuracy - comparison with Stata
...tween lm() and my own maximum likelihood estimation. Secondly, the estimates for sigma2 are very different between R and Stata. 3.14 in R compared to 1.78 in Stata. I have copied my maximum likelihood program below. It is copied from a great intro to MLE in R by Macro Steenbergen http://artsci.wustl.edu/~jmonogan/computing/r/MLE_in_R.pdf Any comments are welcome. In particular I would like to know why the estimate of sigma2 is so different. I would also like to know about the accuracy of the coefficient estimates. ## ols ols <- lm(Kmenta$consump ~ Kmenta$price + Kmenta$income)...
2008 Oct 06
0
New verision 0.95 of package 'memisc' released to CRAN
...************************************* Political Methodology E-Mail List Editors: Melanie Goodrich, <melaniegoodrich at nyu.edu> Delia Bailey, <dbailey at wustl.edu> ********************************************************** Send messages to polmeth at artsci.wustl.edu To join the list, cancel your subscription, or modify your subscription settings visit: http://polmeth.wustl.edu/polmeth.php _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r...
2008 Oct 06
0
New verision 0.95 of package 'memisc' released to CRAN
...************************************* Political Methodology E-Mail List Editors: Melanie Goodrich, <melaniegoodrich at nyu.edu> Delia Bailey, <dbailey at wustl.edu> ********************************************************** Send messages to polmeth at artsci.wustl.edu To join the list, cancel your subscription, or modify your subscription settings visit: http://polmeth.wustl.edu/polmeth.php _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r...
2007 Apr 17
3
yum and wildcard problems
I am having trouble using wildcards ("*") with yum in Centos 5. Listing or installing packages using them just immeidately fails with a "No match" error, and I'm not sure why. Here is an example. Any comments? I'd love to fix this. [root at granta ~]# ps -e | grep yum 2706 ? 00:00:22 yum-updatesd [root at granta ~]# yum list | grep kern kernel.x86_64
2007 Apr 13
1
CentOS 5 dual boot with XP success
Hello. A happy, error-free report about my experiences last night. Only one small inconvenience in the install. I have an AMD Athlon64 3700+ in a MSI Neo2-F motherboard (Via K8T800 Pro chipset), with a WD Raptor SATA drive and an older WD 80gig IDE drive. The system has 1 gig of RAM and a CDROM (not DVD). The on-board network is a Realtek 8169/8110 chip. My video is a 6800GT (AGP). The BIOS
2003 Jul 16
2
Fatal error in SJava.
Dear r-helpers, I have been trying to invoke R from Java in a Windows 2000 computer (unfortunately). All my environment variables seem to be properly set, everything seems to be in order, but I obtaining a Fatal error: unable to open the base package error window. Also, the output of the invoker is Loading RInterpreter library R_HOME: R_HOME=C:/Programas/R RVersion: R_VERSION=1.6.1 whereas
2016 Jan 09
3
LGPL relicense port of rsync
...there are more than that. And searching for attributed authors gives: $ git log -p | awk '$1 == "Author:"'| sort | uniq -c | sort -nk1 1 Author: restrict <restrict> 1 Author: Stefan Behrens <sbehrens at giantdisaster.de> 2 Author: Ben Walton <bwalton at artsci.utoronto.ca> 3 Author: John H Terpstra <jht at samba.org> 4 Author: Jos Backus <jos at samba.org> 10 Author: Tiziano Müller <tiziano.mueller at stepping-stone.ch> 11 Author: Paul Mackerras <paulus at samba.org> 14 Author: Paul Green <paulg at samba.org&g...
2016 Jan 23
0
LGPL relicense port of rsync
...searching for attributed > authors gives: > > $ git log -p | awk '$1 == "Author:"'| sort | uniq -c | sort -nk1 > 1 Author: restrict <restrict> > 1 Author: Stefan Behrens <sbehrens at giantdisaster.de> > 2 Author: Ben Walton <bwalton at artsci.utoronto.ca> > 3 Author: John H Terpstra <jht at samba.org> > 4 Author: Jos Backus <jos at samba.org> > 10 Author: Tiziano Müller <tiziano.mueller at stepping-stone.ch> > 11 Author: Paul Mackerras <paulus at samba.org> > 14 Author: Paul Green...
2016 Jan 07
2
LGPL relicense port of rsync
Hi, I am maintaining a port of rsync (https://github.com/perlundq/yajsync) which is GPL:ed of course. The main purpose of the project is to provide a Java API library for the rsync protocol. It would therefore be really nice to be able to use LGPL as the license. But in order to do so I would first have to get a list of all the individual contributors to rsync and then be able to contact them
2003 Oct 15
0
nlme and multinomial choice
I am trying to estimate a multinomial choice model with three levels of data. I am wondering if I can do this in R, as the nlme command does not seem to be able to do this? Thank you, Martin Battle -------------------------------------- Martin Battle Ph.D. Student in Political Science Washington University in St. Louis Department of Political Science Box 1063 St. Louis MO 63130
2006 Feb 24
1
read table problem
Hi I have a file saved in R, named agrexp.Rdata, shown below > agrdata fert yield 1 25 84 2 50 80 3 75 90 4 100 154 5 125 148 If I double clicked on this file, the data is displayed without problem. However if I tried to import using: > agrdata<-read.table("agrexp.Rdata") or >
2009 Sep 10
1
[PATCH] support ruby in the xapian-bindings rpm spec
Hi All, I've needed to build ruby bindings for xapian recently and discovered that the default .spec file doesn't support ruby by default. The attached patch adds this support to the spec file in a manner consistent (I think) with the other bindings. I hope you find this useful. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302
2009 Sep 11
0
rhel5 rpms
Hi All, If there is interest, I'd be happy to make my rhel5 rpms available for others. I currently have x86, but I could whip up x86_64 too if it would help. Thanks -Ben -- Ben Walton Systems Programmer - CHASS University of Toronto C:416.407.5610 | W:416.978.4302 GPG Key Id: 8E89F6D2; Key Server: pgp.mit.edu Contact me to arrange for a CAcert assurance meeting. -------------- next part
2007 Apr 27
1
unexpected mass closing of terminal windows
Hello, I apologize if this isn't quite the right spot to ask, but I did some googling on fc6, rhel5, centos5, terminal closings, etc and came up blank. Three times since I installed CentOS5 on this machine (11 days ago), I have had ***all my my terminal windows spontaneously exit***. For example: just now, I have a CD playing, firefox open with a few tabs, and emacs open. I also had ~5
2007 Apr 17
3
rhel5 rpm spec mods
Hi All, I'm in the process of building an rpm for rhel5 (client currently). This has required modification of the spec file. When I've completed the process, I'd like to submit the changes to save others doing the same work. Is this the appropriate place to submit a patch with those changes? Thanks -Ben -- Ben Walton Systems Programmer Office of Planning & IT Faculty of Arts
2006 Mar 27
0
sudden intermittent (but predictable) logon & connection failures
Hi List, This one has me completely stumped. I hope that someone out there can help. Setup: 1 PDC (Samba 3.0.10-1.4E.2 from redhat as 4) also doing WINS. [I know there's an update, but it doesn't help. I'm trying to keep as many variables static for troubleshooting as possible.] On March 8, my server rebooted mysteriously overnight (the only info I have is from the BMC, which
2007 Jan 30
0
R Compiling issue
I am trying to compile R-2.4.1 in 64-bit on Solaris 10 running on AMD hardware. I am trying to do this with Sun Studio 11. My config.site looks like this: #! /bin/sh AR="/usr/ccs/bin/ar" TEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/tex" LATEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/latex" PDFTEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/pdftex"
2007 Jan 30
0
Issue with compiling R on solaris 10
I am trying to compile R-2.4.1 in 64-bit on Solaris 10 running on AMD hardware. I am trying to do this with Sun Studio 11. My config.site looks like this: #! /bin/sh AR="/usr/ccs/bin/ar" TEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/tex" LATEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/latex" PDFTEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/pdftex"