Displaying 14 results from an estimated 14 matches for "3dt".
Did you mean:
3d
2008 May 02
0
Using option na.rm=True in function SD does not work for matrix with complete columns of NAs (PR#11364)
Dear R-developers,
=20
according to the "what's new"-section in version R 2.7.0, there has been =
a change in the working of co[rv] and so also in sd and var.
=20
I am afraid, that the use of function sd with option "na.rm=3DT" has not =
been changed appropriately. So the following problem exists with missing =
data:
=20
> sessionInfo()
R version 2.7.0 (2008-04-22)=20
i386-pc-mingw32=20
=20
locale:
LC_COLLATE=3DGerman_Austria.1252;LC_CTYPE=3DGerman_Austria.1252;LC_MONETA=
RY=3DGerman_Austria.1252;LC_NUMERIC=3DC;L...
2007 Aug 28
1
subcripts on data frames (PR#9885)
...ook
<http://www.imperial.ac.uk/bio/research/mjcraw/therbook/index.htm>=20
=20
the idea is to extract a subset of the rows, sorted in declining order
of worm density, with only the maximum worm density from each vegetation
type:
=20
worms<-read.table("c:\\temp\\worms.txt",header=3DT)
attach(worms)
names(worms)
[1] "Field.Name" "Area" "Slope" "Vegetation"
"Soil.pH"=20=20=20=20=20
[6] "Damp" "Worm.density"
=20
Usinng "not duplicated" I get two rows for Meadow and none for S...
2009 Mar 17
4
Plastic Water Bottles
...;output=html&correlator=1237256368148&channel=1097421959&url=http%3A%2F%2Ftrusted.md%2Fblog%2Fvreni_gurd%2F2007%2F03%2F29%2Fplastic_water_bottles&ad_type=text_image&ea=0&ref=http%3A%2F%2Fwww.google.com%2Fsearch%3Fq%3Dpolycarbonate%2Bleach%2BBPA%26ie%3Dutf-8%26oe%3Dutf-8%26aq%3Dt%26rls%3Dcom.ubuntu%3Aen-US%3Aunofficial%26client%3Dfirefox-a&frm=0&ga_vid=1194625357321842000.1237255497&ga_sid=1237255497&ga_hid=600499628&ga_fc=true&flash=10.0.22&u_h=1200&u_w=1600&u_ah=1200&u_aw=1600&u_cd=24&u_tz=-360&u_his=13&u_java=true&a...
2006 Nov 06
5
memory issues with new release (PR#9344)
Full_Name: Derek Elmerick
Version: 2.4.0
OS: Windows XP
Submission from: (NULL) (38.117.162.243)
hello -
i have some code that i run regularly using R version 2.3.x . the final step of
the code is to build a multinomial logit model. the dataset is large; however, i
have not had issues in the past. i just installed the 2.4.0 version of R and now
have memory allocation issues. to verify, i ran
2008 May 01
2
zero variance in part of a glm (PR#11355)
...eriment with two
factors (antibio and toxin) each with three levels was replicated four
times. The response is "mi" and "n-mi"
=20
Note that lines 17 to 20 in the dataframe have no failures (24 dead out
of 24 individuals)
data<-read.table("c:\\temp\\ab1.txt",header=3DT)
attach(data)
names(data)
=20
[1] "antibio" "toxin" "rep" "alive" "af" "dead" "mi"
[8] "n"=20=20=20=20
=20
data
=20
=20
=20
antibio toxin rep alive af dead mi n
1 camp control 1 24 0...
2006 Jul 31
0
Choropleths maps of the USA states (PR#9111)
...MONT","VIRGINIA","WASHINGTON",
"WEST VIRGINIA","WISCONSIN","WYOMING")
W<-c(1,10,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1=
,1,1,1,1,1,1,1,1,1,1,1,1,1)
mapa.sat<-map('state', region =3D ordena.estados,fill=3DT,col=3DW)=20=20
#####################################################
That should paint all the states with the same colour except "ARIZONA" , =
I get the "UTAH" state also coloured as "ARIZONA".
The same thing happens with some other states, I get two states col...
2009 May 22
2
System crash when using surv=T in cph
...e parameter estimates (ie beta coefficients)
and HR when I type
anova(f.cox) as this only displays the Chi squared and p-values.
Any help or advise drawing a Nomogram will be appreciated.
Thanks in advance
Max
--
View this message in context: http://www.nabble.com/System-crash-when-using-surv%3DT-in-cph-tp23663949p23663949.html
Sent from the R help mailing list archive at Nabble.com.
2006 Apr 27
1
? bug in 'sample' (PR#8813)
...line altogether), I get reproducible results.=20=20
=20
I'm using R 2.2.0
=20
Thanks,
-Lori
=20
test.fun<-function(nsamp, mu,q, seed, nsim=3D2){
set.seed(seed)=20=20=20=20
mnsq<-rep(NA,nsim)
for (i in 1:nsim){
y<-rnorm(nsamp,mean=3Dmu)
yboot<-sample(y, size=3Dq, replace=3DT)
mnsq[i]<-(mean(y)^2)
}
return(mnsq)
}
=20
test.fun(50,0,30,12345)
test.fun(50,0,10,12345)
=20
Lori E. Dodd, Ph.D.
National Cancer Institute
Biometric Research Branch
6130 Executive Blvd, MSC 7434
Rockville, MD 20892=20
(For overnight deliveries use 20852)
=20
Phone: 301-402-0383...
2009 Aug 19
2
[Hmisc] latex() with ctable=T inserting unwanted empty line in .tex file when used on summary.formula(method="reverse") object
Dear useRs,
When I'm using Hmisc's latex() function with ctable=TRUE on a summary.formula with method="reverse" object and saving in a .tex file, the latter contains an unwanted empty line which makes compilation fail.
Here is a brief example :
library(Hmisc)
test <- data.frame(a=sample(1:30,10),b=sample(c("good","bad","ugly"),10,replace=T))
2009 Jul 12
2
box and whisker (PR#13821)
...h above and below, the lines=
are the same lengths.
When there are no outliers, then of course the maximum and minimum values r=
esult in whiskers of different lengths above and below.
Here is the code that creates the problem:
data<-read.table("c:\\temp\\SilwoodWeather.txt",header=3DT)
attach(data)
names(data)
[1] "upper" "lower" "rain" "month" "yr"
month<-factor(month)
plot(month,upper)
and exactly the same with
boxplot(upper~month)
Best wishes,
Mick
Prof M.J. Crawley FRS
Imperial College London
Silwood Park
Asco...
2006 Jan 28
1
PR#8528
...e some of the algorithms I use is discussed in=
=20
http://members.aol.com/iandjmsmith/Accuracy.htm In this case, the absolute =
error=20
in the log of the probability gives a good indication of the accuracy of yo=
ur=20
answer. In the least extreme example you consider=20
(pgamma(0.9*1e25,1e25,log=3DT)the absolute error would be about 5360515 and=
if you exponentiated the result=20
the relative error would be about 10 to the power 2328042. So the answer yo=
u=20
wish to calculate is K times 10 to the power -2.32804237034994E+22, where K=
is=20
somewhere between 10 to the power plus or minus 23...
2013 Oct 04
3
Survival
Hola Carlos.
Muchas gracias.
No es exactamente lo que estoy buscando (sería genial ver que alguien tiene un paquete con la prueba de Nam-D'Agostino) pero puedo aprovechar algo de código.
Encontré alguna referencia al test de Gronnesby&Borgan en el paquete stcoxgof de Stata, pero estoy torpe para encontrar algo hecho en R (y me extraña que no haya nada)
Un saludo,
Miguel.
De: Carlos
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...xQ^39%pU$6=s^&qL{Q3J|^^{FH~~@OLV5j;O9%N>-4?Ge3~U
z5ig4r3MR4;FaKT^Xf5&vM%3s9b+X-TD at 2yjAIS2smt_$X8RGGS*+tag1w9e{PWNBX
zrSP})O1M(ik=+hSw6pL!1gFdX>2ys>O)`2>?@^nK){)PM8l=c7iuTdlwoOIUk|IsC
z%6u8aIYcH;M4jOX7nKxeauteKXNOQq1m0rr&V-USy8|s`whxxWJkb5+k`x`S7s=Bv
z3mt>d8Toh6nrC__ at 3Dt+N@woMQ$Kg*$?Z6a3=3nGOcuJW at vjy=tUncau}lVK=J1ch
zUU^^7*f;7*L&|W5oKFkIP)F_YM9BE)pZPH$<HH+O_zcaE3u7~6m$|hW%&ig3(T?ib
za$vSt7hNlOEJ%-n%)+dr$-*c`WN)J({Wq(7wxjlrA at ucP`e~Y}*iPex;b}CHY at lgJ
zr4@$hq`PkPKBv*=ruviAW^a-zGwew!r&Vkvb=fTq=^r1{RiRolSN~WeS0!Vs<f>F`
zH6^K%70_;utk%fZYB}1+p...