Displaying 12 results from an estimated 12 matches for "ne2".
Did you mean:
ne
2005 Jan 28
4
extracting from a data.frame
...ot;CD1" "CD2" "CE" "CE1" "CE2" "CE3" "CG"
[12] "CG1" "CG2" "CH2" "CZ" "CZ2" "CZ3" "N" "ND1" "ND2" "NE" "NE1"
[23] "NE2" "NH1" "NH2" "NZ" "O" "OD1" "OD2" "OE1" "OE2" "OG" "OG1"
[34] "OH" "OXT" "SD" "SG"
Now I would like to get all rows of a, that have the value "...
2010 Nov 15
1
Version 2.12.0 exe file
...in install isn't
there - What might we be doing wrong? We have downloaded as tar.gz,
uncompress then look for .exe file but not present.
Many thanks,
Morris
Morris A. Anglin
Doctoral candidate
Institute of Health and Society
Newcastle University
Baddiley-Clark Building
Richardson Road
NE2 4AX
UK
Direct line at Newcastle University:
+44 (0)191 222 8899
Direct line at Freeman Hospital:
Tel: +44 (0) 191 233 6161 ext 26727
Mobile: +44 (0)07976206103
Email:morris.anglin at ncl.ac.uk
Email:morris.anglin at nuth.nhs.uk
http://www.ncl.ac.uk/ihs/postgrad/research/studentprofile.htm...
2011 Oct 05
4
SPlus to R
...ld2[ncl:i]
+ Ep0 <-Epower(nc, d, cci*ne, pc, alpha)
+ while(abs(Ep0[i]-power)>tol1){
+ if(Ep0[i]<power) cmin<-cci
+ else cmax<-cci
+ cci<-(cmax+cmin)/2
+ ne[ncl:i]<-(1+(cci-1)*(lhood/lhood[lenl]))*ne.old2[ncl:i]
+ Ep0<-Epower(nc, d, ne, pc, alpha)
+ }
+ ne.old2<-ne
+ }
+ ne2<-ne
+ ne<-(ne1+ne2)/2
+ #cat(ccc*ne)
+ Ep1<-Epower(nc, d, ne, pc, alpha)
+ return(ne=ne, Ep=Ep1)
+ }
> ###
> vertex<-function(x,y)
+ { n<-length(x)
+ vx<-x[1]
+ vy<-y[1]
+ vp<-1
+ up<-T
+ for (i in (2:n))
+ { if (up)
+ { if (y[i-1] > y[i])
+ {vx<-c(vx,x[i-1])...
2018 Jan 29
0
Stale locks on shards
...>>>> of those
>>>>> are blocked. Ie. Here again it says that ovirt8z2 is
>>>>> having active
>>>>> lock even ovirt8z2 crashed after the lock was
>>>>> granted.:
>>>>>
>>>>> [xlator.features.locks.zone2-ssd1-vmstor1-locks.inode]
>>>>> path=/.shard/3d55f8cc-cda9-489a-b0a3-fd0f43d67876.27
>>>>> mandatory=0
>>>>> inodelk-count=3
>>>>>
>>>>> lock-dump.domain.domain=zone2-ssd1-vmstor1-replicate-0:self-heal
>>>>> i...
2005 Dec 15
2
Hmisc latex cell background color
Dear latex/R-Sweavers,
Using the codel below, I can color text in individual cells for latex
output.
Is there a similar way to get a background shading? My attempts failed
because I did not get the closing brace at the right place with Hmisc/latex.
library(Hmisc)
x <- as.data.frame(diag(rnorm(3),nrow=3))
cellTex <- matrix(rep("", NROW(x) * NCOL(x)), nrow=NROW(x))
cellTex[2,2]
2005 Aug 18
1
How do I make a Sweave + latex table out of this ?
Dear list,
I have a table that I would like to convert to latex for inclusion
into a Sweave file.
> round(ftable(prop.table(xtabs(~agemF + votcat + Type , data=work),margin=2))*100,1)
Type Voiced Voiceless unaspirated Voiceless aspirated
agemF votcat
18 - 24 Prevoiced 2.6 8.7
2005 Aug 25
1
'splice' two data frames
...These "did not work" (i.e. they worked as they were designed to and did
not give me the results I am after).
I think I need a nudge or two in the right direction.
Thanks.
Dave
--
David Whiting
School of Clinical Medical Sciences, The Medical School
University of Newcastle upon Tyne, NE2 4HH, UK.
2008 Feb 14
5
Levene's test for homogeneity of variances (befor using ANOVA)
En innebygd og tegnsett-uspesifisert tekst ble skilt ut...
Navn: ikke tilgjengelig
Nettadresse: https://stat.ethz.ch/pipermail/r-help/attachments/20080214/5a98c799/attachment.pl
2018 Jan 25
2
Stale locks on shards
...d
>>>> some
>>>> of those
>>>> are blocked. Ie. Here again it says that ovirt8z2 is
>>>> having active
>>>> lock even ovirt8z2 crashed after the lock was
>>>> granted.:
>>>>
>>>> [xlator.features.locks.zone2-ssd1-vmstor1-locks.inode]
>>>> path=/.shard/3d55f8cc-cda9-489a-b0a3-fd0f43d67876.27
>>>> mandatory=0
>>>> inodelk-count=3
>>>>
>>>> lock-dump.domain.domain=zone2-ssd1-vmstor1-replicate-0:self-heal
>>>> inodelk.inodelk[0](ACTIVE...
2005 Aug 12
3
Dating Objects
Hi
I know this subject has been mentioned before but from the mail archives
I'm under the impression that this is not possible ?
I'm trying to carryout the equivalent of ls -l in R to give some
date/time label to each of my objects
If the case is that there is no equivalent, is it possible to list all
objects in an environment that share a common component ?
So that the common
2005 Aug 30
1
Convert ftable to latex?
Dear list,
I cannot make the latex command to output a ftable objet the way I
want it. Is it posible?
I found a post in the archives saying that one should use the rgroup
and n.rgroup arguments to supply the row names, but so far I have been
unsuccessful.
This is what I have:
>
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