Re: [R] Bootstrap (bootSem) causes R to crash

2013-10-11 Thread Eric Green
my mac: > https://gist.github.com/ericpgreen/6926595 On Thursday, October 10, 2013 at 6:38 PM, Eric Green wrote: > Hi, > > I solved the crashing issue by removing references to tclck. Here is a gist > that shows the edits: https://gist.github.com/ericpgreen/6926595 >

Re: [R] Bootstrap (bootSem) causes R to crash

2013-10-10 Thread Eric Green
seem to help. I'm not sure what is going on, but I think this example should work fine. Eric On Thursday, October 10, 2013 at 3:01 PM, Eric Green wrote: > Hi everyone, > > I'd like to report a similar experience. When I attempt to run the first > CFA example in bootS

Re: [R] Bootstrap (bootSem) causes R to crash

2013-10-10 Thread Eric Green
Hi everyone, I'd like to report a similar experience. When I attempt to run the first CFA example in bootSem(), specifically the line: system.time(boot.cnes <- bootSem(sem.cnes, R=100, Cov=hcor, data=CNES)) R crashes and I get a notice about X11. I copied my sessionInfo() below. Any ideas f