similar to: Problem Installing 2.6.0 on Mac

Displaying 20 results from an estimated 10000 matches similar to: "Problem Installing 2.6.0 on Mac"

2008 Jan 04
2
R2WinBUGS sending variables as factors
Hello R and BUGS users, I am writing a heirarchical model in R to send to BUGS via R2WinBUGS and I am finding it difficult to get the model to run. I seem to be having two problems. 1) I can't seem to send variables classed as factors (Month), is there a way do this? 2) Checking the Log in WinBUGS I can see that the model is Syntactically correct, but Bugs is not able to recognise the the
2007 Oct 30
1
Query installing R on Mac OS X Leopard (new release)...
Thanks to Mark, Moshe and David for helpful responses to my query on Regression. I am now trying to install <R-2.6.0.dmg> on my Macbook Pro running OS X 10.5 (ie Leopard) since last weeken, so far without issue. At the prompt ³Installation Type² (after destination drive is selected) the 4 parts to be checked are all grayed out and so also is the (Install) button. I can¹t seem to continue
2007 Aug 10
7
Help wit matrices
Hello all, I am working with a 1000x1000 matrix, and I would like to return a 1000x1000 matrix that tells me which value in the matrix is greater than a theshold value (1 or 0 indicator). i have tried mat2<-as.matrix(as.numeric(mat1>0.25)) but that returns a 1:100000 matrix. I have also tried for loops, but they are grossly inefficient. THanks for all your help in advance. Lanre
2006 Dec 09
1
WinBUGS14 and R
I'm trying to call BUGS from R. But it's not working. R freezes up and BUGS gives me a strange output in the log. Just to know, BUGS is registered. The modified date on the keys file is today (Dec. 9th). It should be fully registered so that I can use it fully. And, the BUGS model is syntactically correct. Any suggestions would be very helpful. Here is my BUGS model: model {
2006 Aug 01
4
Overlay Boxplot with scatter plot
I am trying to make a box plot and overlay it with a scatter plot from another data.frame. I was able to successfully create the boxplot, but when i tried using points(x~y...) the dots did not show up. example code aa<-(300,300,300,300,600,600,600,600,900,900,900,900) bb<-(13,12,14,11,56,44,34,75,22.,34,22,98,59,55,56) cc<-(13,12,14,11,56,44,34,75,22.,34,22,98,59,55,56)
2012 Dec 04
1
Winbugs from R
Hi, I am trying to covert a Winbugs code into R code. Here is the winbugs code model{# model’s likelihoodfor (i in 1:n){time[i] ~ dnorm( mu[i], tau ) # stochastic componenent# link and linear predictormu[i] <- beta0 + beta1 * cases[i] + beta2 * distance[i]}# prior distributionstau ~ dgamma( 0.01, 0.01 )beta0 ~ dnorm( 0.0, 1.0E-4)beta1 ~ dnorm( 0.0, 1.0E-4)beta2 ~ dnorm( 0.0, 1.0E-4)#
2006 Aug 09
3
Unique rows
hello all, I have a dataset where the subjects are duplicated. How do I subset such that I can get only I row/subject. aa<-c(1,1,2,2,3,3,4,4,5,5,6,6) bb<-c(56,56,33,33,53,53,20,20,63,63,9,9) cc<-data.frame(aa,bb) I would like to subset df(cc) such that I can get aa bb 1 56 2 33 3 53 4 20 5 63 6 9 I know this should be fairly easy but I can't figure how to do it in a dataframe and
2007 Nov 04
2
install problem 2.6 mac os x 10.5
Hi everyone, I am trying to install R-2.6 over my 2.5.1 installation on Mac OS X 10.5. R version 2.5.1 (2007-06-27) I double-click the installer package, 1) Click Continue 2) Click Continue 3) Click Continue + Click Agree On the "Installation Type" dialog screen, all four options are grayed out, with skip beside them. The Install button is also grayed out. If I click the
2010 Sep 09
1
R2WinBugs problem
I'm having difficulty running R2WinBugs on a setup that previously worked for me (Dell Laptop, Windows XP service pack 3, R 2.11.1, WinBugs 1.43) . When I issue the following command smds.sim <- bugs (data, inits, parameters, "SMDSbrandLoc2.bug", debug = T, n.thin = n.thin, n.chains = n.chains, n.burnin = n.burnin, n.iter = n.iter) I get the following error in R
2023 May 09
2
MacOS clients - best options
Hi list, we have migrated a single node Samba server from Ubuntu Trusty to a 3-node CTDB Cluster on Debian Bullseye with Sernet packages. Storage is CephFS. We are running Samba in Standalone Mode with LDAP Backend. Samba Version: sernet-samba 99:4.18.2-2debian11 I don't know if it is relevant here's how we have mounted CephFS on the samba nodes: (fstab):/samba /srv/samba ceph
2008 Sep 12
2
Greyed text in the background of a plot
Hi! Is there any way of having a greyed ("ghosted") text (i.e, 2006) in the background of a plot? I'm making a dynamic plot and would like to show the year of each time step as a big greyed text in the background. (the idea comes from Hans Rosling video: http://video.google.com/videoplay?docid=4237353244338529080&sourceid=searchfeed ) Thanks Agus -- Dr. Agustin Lobo Institut
2005 Feb 20
3
help with @home
just reinstalled @home and i have a one of those 100 cards, anyways when i call from the pstn the box picks up but i hear nothing, then it clicks a couple times, then nothing again, i am trying to get the digital receptionist to work but it won't save my wav file to the @home box and all the radio buttons under incoming calls are greyed out. the greyed out thing seems to be my biggest problem
2006 May 17
1
Example Syntax for if - then- and - else Statements
Hello R users, I am a fairly new R user, however, one of the problems I am having is the use of applying if-, and-, then-, else- statements in R against datasets & dataframe. Rtips mentions it, but without simple examples I am not quite sure what my syntax should look like. I am particularly interested in syntax that can be used with the transform function. for example if foo[,1] ==
2011 Jun 29
2
mounting a CentOS 5.5-based NFS partitions from a Mac OS X machine
Hello listmates, Yes, I know - Macs and NFS do not co-exist easily. Still I've got to make this happen somehow. In short - we have two CentOS-based NFS servers. They work fine with a variety of Linux machines but when I try to mount them from a Mac OS X 10.5 or 10.6 machine I get nowhere. I.e., the Mac does not complain yet reads nothing over the NFS. Has anybody seen this? Does anybody
2008 Sep 11
2
odd mac situation
Morning, This is somewhat off topic. I've not thought of a better place to ask than here. I have a user on a Macbook (Mac OS X 10.5, Leopard) with Microsoft Office 2008 for the mac and Parallels running an image of Microsoft Windows XP Pro with Microsoft Office 2007. Inside Parallels and XP Pro the user can open a spreadsheet shared from a Windows Server 2003 box, and yet the user gets an
2005 Aug 25
4
covariance matrix under null
Hello I am fitting a Cox PH model using the function coxph(). Does anyone know how to obtain the estimate of the covariance matrix under the null hypothesis. The function coxph.detail() does not seem to be useful for this purpose. Thanks, KD. [[alternative HTML version deleted]]
2010 Aug 14
3
For Mac OS X users... Xquartz and RandR.
Just as a note.. Xquartz is going to have RANDR capabilities in Xquartz 2.6.0, thanks to the work of Jeremy Huddleston and Jan Hauffa. Right now on Macports if you install xorg-server-devel it will be a build with what is currently in of RandR... its still not totally finished, but it would be nice if some Mac Users could test how it works so far with Wine... if we find bugs now, it could help
2007 Mar 19
2
Pegasus - No Internet Options
I've just updated my Ubuntu system with the latest Wine from wine.org hoping it would resolve an ongoing problem with the Windows Pegasus email program. Pegasus loads fine, address books and identities all there but the Internet Options is greyed out. I've tried enabling and disabling the winsock32.dll option, I've tried suggestions of deleting pmail.cfg and winpm-32.manifest.
2004 Aug 05
1
"New Driver" button greyed out on Windows Client Despite having sufficient rights
I'm trying to add/connect to printers through samba, and tried to go through the "Add Printer Wizard" by clicking "No" for the "Do you want to install the driver now?" Prompt, but now the "New Driver" button under "Advanced" tab is greyed out, and there's nothing to choose from the printer driver list. I googled and the only response
2002 Sep 02
3
windows xp connect to share - cannot change user name from guest
Hi We've been using samba at my work for ages. Now we have a couple of WInXP machines. We do not have a domain or anything, the samba server is just set to user level access control. We log in to windows using the same username as our account on the samba server. Samba and the windows clients are set to use unencrypted (plain text) passwords. The problem is that when we connect to the samba