similar to: Tiger problems

Displaying 20 results from an estimated 2000 matches similar to: "Tiger problems"

2005 Jun 25
1
group means: split and unsplit
Took me a while but I figured out how to put in common values of group means/counts, etc. to do the same thing as egen. lapply with split and then unsplit. Thomas Davidoff Assistant Professor Haas School of Business UC Berkeley Berkeley, CA 94720 phone: (510) 643-1425 fax: (510) 643-7357 davidoff@haas.berkeley.edu http://faculty.haas.berkeley.edu/davidoff [[alternative HTML
2005 Jul 21
1
Clustered standard errors in a panel
I want to do the following: glm(y ~ x1 + x2 +...) within a panel. Hence y, x1, and x2 all vary at the individual level. However, there is likely correlation of these variables within an individual, so standard errors need adjustment. I do not want to estimate fixed effects, but do want to cluster standard errors at the individual level. Is there an automated way to do this? Nothing in
2005 Jun 25
2
r equivalent of egen? Not tapply
I have a list that has about 50 elements, each repeated many times (a list of states by observation). I want to create a vector with the same length with the same value repeated over and over again within states. The value I want is the number of observations that are in the same state as each observation. In stata, this is simply egen statesum = count(state), by(state). What is the r
2006 May 03
2
Outreg-like command?
It would be nice to have something like stata's outreg that lets regression output go into a form like Specification (1) Specification (2) Var 1 coef(1,1) coef(1,2) se(1,1) se(1,2) Var 2 coef(2,1) coef(2,2) se(2,1) se(2,2) I don't think this can be done in xtable? Thomas Davidoff Assistant Professor Haas School of Business UC Berkeley Berkeley, CA 94618 Phone: (510)
2005 May 02
1
MacOS X 10.4 build problem
I have attempted to build the release R 2.1 on MacOS X 10.4 Tiger using gcc 4.0 The build is dying thus: building package 'graphics' mkdir ../../../library/graphics mkdir ../../../library/graphics/R mkdir ../../../library/graphics/demo mkdir ../../../library/graphics/po mkdir ../../../library/graphics/man Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load
2006 Aug 31
1
R crashes in Mac OS 10.4 when Find is used (PR#9192)
Full_Name: Matt Fantle Version: 1.16 OS: Mac OS 10.4.7 Submission from: (NULL) (128.118.174.213) Problem: R crashes when 'Command-f' is pressed to begin "Find" Frequency: This problem is intermittant. Once R crashes, the only solution is to restart R and try to Find again. There is no regularity to the problem. If R is opened by double-clicking on a ".R" file,
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
Hi Folks, Mac OS 10.4.4 R 2.2.1(2005-12-20 r36812) Hmisc 3.0-10 acepack 1.3-2.2 I had R crashes while running areg.boot in Hmisc (see old message below), but now I realize that the problem appears to be in the avas function in acepack. I tried running running the avas example (in acepack package), and got an immediate crash. Any thoughts? The Apple crash report (from R GUI crash) follows.
2007 Nov 23
1
MacOSX 10.4.11 update breaks tests/lapack.R (R 2.6.0)? (PR#10454)
Hello, It seems the recent Mac OS X 10.4.11 update installed a new libBLAS.dylib in the Accelerate framework which either contains a bug itself or exposes a bug somewhere in R's lapack code on the PowerPC G4 and G5. My build of R 2.6.0 executed the tests/lapack.R code succesfully when I upgraded when 2.6.0 was released. After the OS update, it now crashes. This happens both with the version I
2006 Apr 27
0
problem with get command [Broadcast]
Sorry, couldn't resist... From: Gabor Grothendieck > > ov$vn1 is not a variable. It is the result of applying the $ > function to the ov and vn1 arguments. ... which would suggest: get("$")(get("ov"), "vn1"). 8-) Andy > For example, using BOD which is a data frame that comes with > R, rather than get("BOD$Time") use
2005 Jul 25
2
R Cocoa GUI 1.12 (R 2.1.1 Framework) crashes on acf() (PR#8032)
After I upgraded my installation of R for OS X (Tiger) to 1.12, it consistently crashes when calling the function acf() [stats lib]. Roberto Osorio
2006 Jun 27
0
[OT] Textmate __cg_jpeg_resync_to_restart
Mac OSX Tiger. When I type ''mate'' in a Terminal (not iTerm) window, I get the following error: dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /opt/local/lib/libJPEG.dylib I know this is OT but I posted to the TM list and
2006 Jul 04
1
double-quote tab crashes R (PR#9058)
Hi, This seems to crash my version of R: "<TAB> where I type a double quote, and then hit the <TAB> key. I was playing with strsplit, and wanted to give it a vector of characters including newline, tab, space, and so on. I've included the trace info from my macBook Pro (intel macintosh). Date/Time: 2006-07-04 01:07:33.277 -0700 OS Version: 10.4.7 (Build 8J2135a)
2006 Jun 16
0
3 Bugs in R (with R.crash.log) under OSX 10.4.6
Hi, i'm a biologie-student and nedd R for Analyzing my datas. But i have 3 bis Problems with R. I run R 2.3.1 on a G4 PPC with OSX 10.4.6 and Quicktime 7.1.1. First Problem: Open Windows (R-Skript ausf?hren, Arbeitsverzeichnis wechseln...) doesn't close after opening. Second Problem: If i make a boxplot with my datas, than copy the boxplot and paste it into "Preview" as an new
2006 Feb 16
1
segmentation fault with Hmisc areg.boot()
Hi Folks, Mac OS 10.4.4 R 2.2.1(2005-12-20 r36812) Hmisc 3.0-10 acepack 1.3-2.2 I keep getting a "segmentation fault" when trying to run areg.boot in the Hmisc package. I include below output from two different attempts. Thank you in advance for any help. Hank Stevens The following is taken from the example in the areg.boot documentation, run inside Aquamacs Emacs: >
2019 Jan 04
2
virsh on mac os X
Mac OS X 10.14.2 VirtualBox 5.2.22 and 6.0.0 libvirt installed via homebrew virsh -V Virsh command line tool of libvirt 4.10.0 See web site at https://libvirt.org/ Compiled with support for: Hypervisors: QEMU/KVM VMware VirtualBox ESX Test Networking: Remote Bridging Storage: Dir Miscellaneous: Daemon Secrets Debug brew services start libvirt virsh -c vbox:///session list error:
2004 Jun 05
1
Crash in OSX (PR#6940)
Full_Name: Murray Pung Version: 1.9.0 OS: OSX Mac Submission from: (NULL) (134.148.20.33) Date/Time: 2004-06-05 12:32:30 +1000 OS Version: 10.3.4 (Build 7H63) Report Version: 2 Command: R.bin Path: /Library/Frameworks/R.framework/Resources/bin/R.bin Version: 1.9.0 (R 1.9.0) PID: 358 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at
2010 Sep 07
0
[Fwd: Re: Trouble with libgsm on Mac OS X 10.6.2]
James McKenzie wrote: > rwoodsmall wrote: >> James McKenzie wrote: >> >>> doh123 wrote: >>> >>> >>>> I'm not sure LD_LIBRARY_PATH actually does anything on OSX... >>>> >>>> there are a lot of related things you can do though... just look at >>>> 'man dyld' >>>> >>>>
2019 Jan 07
2
Re: virsh on mac os X
after a reboot into recovery mode, csrutil enable --without dtrace (ignoring warnings about how horribly unsupported this is). This eliminates the dtrace errors, but virsh remains ill. Clue bats appreciated! Last login: Mon Jan 7 12:31:39 on console /Users/AB84394>sudo dtruss -fn virsh PID/THRD SYSCALL(args) = return 918/0x3b12: thread_selfid(0x0, 0x0, 0x0) = 15122 0 918/0x3b12:
2019 Jan 07
0
Re: virsh on mac os X
On Fri, Jan 4, 2019 at 11:12 AM Keith Bierman <khbkhb@gmail.com> wrote: > Mac OS X 10.14.2 > VirtualBox 5.2.22 and 6.0.0 > libvirt installed via homebrew.... > > virsh -c vbox:///session list > > error: failed to connect to the hypervisor > > error: internal error: unable to initialize VirtualBox driver API > .... > In case it's helpful, here's
2012 Feb 07
4
Unable to run Pass 11
Hi All, I am new to both Linux and Wine. I am running Mint 12. For work I use Stata, R, and PASS 11. I am able to install Stata and R as Linux apps. But PASS 11 is Windows only. I installed it using Wine and it appears to be installed. When I got to .wine/drive_c/Program Files/NCSS/PASS 11...I can see that all the files are there and when I either double click on PASS11.exe or use the