search for: dnm

Displaying 6 results from an estimated 6 matches for "dnm".

Did you mean: dm
2009 Oct 13
1
vis.gam() contour plots
Greetings, I have what I hope is a simple question. I would like to change my contour interval on the vis.gam( plot.type="contour") in the mgcv package. Is this a situation where I need to modify the function or is there a default value I can change? Thanks
2011 Oct 27
2
vis.gam zlab problem
I am using the mgcv package to develop vis.gam plots and having trouble figuring out how to relabel the z-axis (image attached). It is currently labeled as "linear predictor," but I would like to change it to a different name. Currently I am using this code: vis.gam(model1,theta=320,ticktype="detailed",color="gray",nCol=12, zlab="BCS") However, when run
2014 May 28
2
/etc/bash_completion.d/git generates permissions errors
...ed root/jcameron-key.asc: Permission denied root/locale_en_CA at yyyy-mmm-dd.tar.gz: Permission denied root/more_or_less_commands.txt: Permission denied root/named.conf.bind-9.8.2-default-2013-07-04: Permission denied root/named.conf.inet01-dns01-2013-07-04: Permission denied root/named.conf.inet03-dnm-2013-07-04: Permission denied root/pg_hba.conf: Permission denied root/pg_ident.conf: Permission denied root/pgadmin.log: Permission denied root/pgdg-91-centos.repo: Permission denied root/ping_host.sh: Permission denied root/ping_http.sh: Permission denied root/postgresql.conf: Permission denied r...
2010 Feb 04
0
GLMM and false convergence (8) warnings
Hi, I am doing a binomial GLMM with a random intercept using the formula below, but I always get the same warning message. > m01 <- lmer(pres~ HT + DN + dtree + DNm + cmnhi + cmxes + cplan + craan + lfphal0100 + lfov0100 + lfop0100 + (1|plot), family=binomial, data=vphal, verbose=TRUE) 0: 6309.9448: 0.459924 -5.20747 -0.378722 0.558779 -0.200922 -0.0488451 -0.397844 0.367916 -2.09820 0.233011 0.489537 0.156096 0.233738 1: 5328.6489: 1.44553 -5.304...
2008 Feb 12
1
[LLVMdev] LLVM DevMeet 2008
[CCing the list] On Feb 12, 2008 1:51 AM, Dan Moniz <dnm at pobox.com> wrote: > Hi there, > > Kenneth Hoste suggested I get in touch with you as lead wrangler on > scheduling the 2008 LLVM DevMeet. I can't speak for others, but I know > I'm pretty packed with travel in August already, only some of which is > going to be direc...
1999 Nov 03
1
Dimnamenames (PR#257)
I've just started digging into Andreas's old report: > a <- array(0,c(2,2,2)); > dimnames(a)<-list(hansi=1:2, pepi=c("a","b"), karli=3:4) > dimnames(a[,,1]) # losing component names [[1]] [1] "1" "2" [[2]] [1] "a" "b" Now, this would be fairly easily fixed (I think) which would also make it compatible with S3.