Displaying 5 results from an estimated 5 matches for "gray1".
Did you mean:
gray
2012 Nov 06
3
Survplot, Y-axis in percent
...the
default 0-1 scale.
Further I have tried the function yaxt="n" without any results. Any help in
this matter will be appreciated.
The code is posted below:
par(mfrow=c(1,1))
fit <- survfit(Surv(revreg$Tcuprev , revreg$Rcup_n_j_n)~revreg$RAceGrp_1Maz)
fit
survplot (fit, col=c("gray1","gray40"), lty=1, lwd = 1,
col.fill=c("gray50","gray80"),
mark.time= T, conf="bands" , conf.int=.95, add=F ,
xlim=c(0, 20) , time.inc = 4,
ylim=c(0.5, 1),
xlab="Years Postoperative" , ylab="Cum...
2003 Feb 23
1
2.2.7a logon script will not run
...appear in the log files. My smb.conf file is included. Don't know quite
where to go with this one. Any suggestion would help. All client machines
are NT4 or W2K. Thanks in advance.
[global]
#Server Parameters
netbios name = SERVER
server string = Samba %v
#Domain Parameters
workgroup = GRAY1
encrypt passwords = yes
domain logons = yes
os level = 65
preferred master = true
domain master = true
guest ok = yes
domain admin group = @adm
# domain admin users = rich andy
add user script = /usr/sbin/adduser -n -g machines -c NTMachine -d
/dev/null -s /bin/false %m$
time server = yes
# Set to...
2003 Feb 24
0
RE: 2.2.7a logon script will not run (Rich Forman)
...appear in the log files. My smb.conf file is included. Don't know quite
where to go with this one. Any suggestion would help. All client machines
are NT4 or W2K. Thanks in advance.
[global]
#Server Parameters
netbios name = SERVER
server string = Samba %v
#Domain Parameters
workgroup = GRAY1
encrypt passwords = yes
domain logons = yes
os level = 65
preferred master = true
domain master = true
guest ok = yes
domain admin group = @adm
# domain admin users = rich andy
add user script = /usr/sbin/adduser -n -g machines -c NTMachine -d
/dev/null -s /bin/false %m$
time server = yes
# Set to...
2000 Feb 29
0
mapping of colornames into hsv: half way done
..."#C1FFC1",
"darkseagreen2", "#B4EEB4",
"darkseagreen3", "#9BCD9B",
"darkseagreen4", "#698B69",
"darkslateblue", "#483D8B",
"darkslategray", "#2F4F4F",
"darkslategray1", "#97FFFF",
"darkslategray2", "#8DEEEE",
"darkslategray3", "#79CDCD",
"darkslategray4", "#528B8B",
"darkslategrey", "#2F4F4F",
"darkturquoise", "#00CED1",
&quo...
2007 Jun 24
2
matlab/gauss code in R
...me, but there is one more
> > thing I am having trouble with. The ordering of the stacked bars seems to
> > be dictated by the name of the color, I guess because of the fill=color
> > argument in aes(). In other words, if I set up my colors like this:
> > y$color = c("gray1","gray35","gray45","gray65") the bars get stacked in the
> > opposite order than if I set up the colors like this: y$color =
> > c("gray65","gray45","gray35","gray1"). How can I control the order of the
> &...