search for: smr

Displaying 20 results from an estimated 47 matches for "smr".

Did you mean: smp
2011 Jan 20
4
How to reshape wide format data.frame to long format?
...uot; "AMR.ta9.M" [21] "AMR.ta10.M" "AMR.ka1.M" "AMR.ka2.M" "AMR.ka3.M" "AMR.ka4.M" [26] "AMR.ka5.M" "AMR.ka6.M" "AMR.ka7.M" "AMR.ka8.M" "AMR.ka9.M" [31] "AMR.ka10.M" "SMR.pa1.M" "SMR.pa2.M" "SMR.pa3.M" "SMR.pa4.M" [36] "SMR.pa5.M" "SMR.pa6.M" "SMR.pa7.M" "SMR.pa8.M" "SMR.pa9.M" [41] "SMR.pa10.M" "SMR.ta1.M" "SMR.ta2.M" "SMR.ta3.M" &q...
2003 Jul 01
2
strange error message
...message: > bio<-matrix(NA, ncol=9, nrow=366) > W<-NULL > M<- length(Day) #number of days iterated > > for (i in 1:M) + { + + + if (Day[i]==1) W[i] <- Wo else W[i] <- (W[i-1]+(Gr[i]/Ef)) + + + C<- p*CA*(W^CB)*(((comp[,3])^Xc)*(exp(Xc*(1-(comp[,3])))))*Pc + + ASMR<- ACT*RA*(W^RB)*(((comp[,4])^Xa)*(exp(Xa*(1-(comp[,4]))))) + + SMR<- (ASMR/ACT) + + A<- (ASMR-SMR) + + F<- (FA*((comp[,2])^FB)*(exp(FG*p))*C) + + U<- (UA*((comp[,2])^UB)*(exp(UG*p))*(C-F)) + + SDA<- (S*(C-F)) + + Gr<- (C-(ASMR+F+U+SDA)) + + bio<- cbind(W, C, ASMR, SMR...
2008 Feb 19
2
Confidence Interval for SMR
Hello, I am looking for a function which allows to calculate the confidence interval for a standard mortality ratio. I do have vectors with the number of observed and expected death. Has anybody a hint where to look? Best, Stefan
2003 Jul 01
1
Creating a loop that works....
...s my rbind at the end of the file is incorrect? I think maybe I'm getting mixed up between calculating vectors and values-- should I be specifying [i] for everything below where I am now specifying vecotrs? + #W<-Wo + + C<- p*CA*(W^CB)*((comp[,3]^Xc)*(exp(Xc*(1-comp[,3]))))*Pc + + ASMR<- (ACT*RA*(W^(RB))*((comp[,4]^Xa)*(exp(Xa*(1-comp[,4]))))) + + SMR<- (ASMR/ACT) + + A<- (ASMR-SMR) + + F<- (FA*(comp[,2]^FB)*(exp(FG*p))*C) + + U<- (UA*(comp[,2]^UB)*(exp(UG*p))*(C-F)) + + SDA<- (S*(C-F)) + + Gr<- (C-(ASMR+F+U+SDA)) + #Day, Temp, Vc, Vr, W, C, ASMR, SMR,...
2003 Jul 14
2
problem with coding for 'optim' in R
..., Temp = daily avg. temp. > #temp [,2] > > Vc<-(CTM-(temp[,3]))/(CTM-CTO) > Vr<-(RTM-(temp[,3]))/(RTM-RTO) > > comp<- cbind (Day, jday, Temp, Vc, Vr) > > #comp > > bio<-matrix(NA, ncol=13, nrow=length(Day)) > W<-NULL > C<-NULL > ASMR<-NULL > SMR<-NULL > A<-NULL > F<-NULL > U<-NULL > SDA<-NULL > Gr<-NULL > Hg<-NULL > Ed<-NULL > GHg<-NULL > K<-NULL > Expegk<-NULL > EGK<-NULL > p<-NULL > ACT<-NULL > > > p <- 0.558626...
2003 Jun 30
0
Constructing loops in which i+1st element depends on ith
...p, Vc, Vr) bio<-NULL M<- length(Day) #number of days iterated for (i in 1:M) { weight<- function(Day) { W<-NULL if (Day[i]==1) W[i] <- Wo {W[i] <- ((bio[i-1,1]*bio[i-1,9])/Ef) } W } W<-weight(Day) #W<-Wo C<- p*CA*(W^CB)*((comp[,3]^Xc)*(exp(Xc*(1-comp[,3]))))*Pc ASMR<- (ACT*RA*(W^(RB))*((comp[,4]^Xa)*(exp(Xa*(1-comp[,4]))))) SMR<- (ASMR/ACT) A<- (ASMR-SMR) F<- (FA*(comp[,2]^FB)*(exp(FG*p))*C) U<- (UA*(comp[,2]^UB)*(exp(UG*p))*(C-F)) SDA<- (S*(C-F)) Gr<- (C-(ASMR+F+U+SDA)) bio<- rbind(c(W, C, ASMR, SMR, A, F, U, SDA, Gr)) dimnames...
2008 Oct 24
1
Repetitive correlation test
...out) nm = names(x) print(nm) nvr=3 # nvr=Total no. of variables in the input data file for (i in 1:(nvr-1)) { for(j in (i+1):nvr) { frm= as.formula(paste(nm[i+1],",",nm[j+1],sep="")) ($$) crl=cor.test(frm,alternative="two.sided",method="pearson") smr=summary(crl) print(smr) } } sink() Sample Data: S No V1 V2 V3 1 15 10 4 2 6 4 7 3 10 5 2 4 8 6 6 But the code does not work; there seems to be some problem in the statement marked ($$) above. The message I get is: Error in parse(text = x) : unexpected ',' in "V1," Kindly help...
2008 May 14
0
Samba Mashup Report (#2) for Wednesday, May 14, 2008
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ** [SMR] Samba Mashup Report (#2) for Wednesday, May 14, 2008 ** Table of Contents: 1. Samba 3.2.0 Moves closer to Release 2. Bug fix release for Samba 3.0 in the works 3. Developer Interests - Volker Lendecke 4. Samba at Connectathon 5. Samba4 - Fact or Fantasy? 6. Call for submissions and s...
2008 May 14
0
Samba Mashup Report (#2) for Wednesday, May 14, 2008
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ** [SMR] Samba Mashup Report (#2) for Wednesday, May 14, 2008 ** Table of Contents: 1. Samba 3.2.0 Moves closer to Release 2. Bug fix release for Samba 3.0 in the works 3. Developer Interests - Volker Lendecke 4. Samba at Connectathon 5. Samba4 - Fact or Fantasy? 6. Call for submissions and s...
2003 Jul 15
7
Excel can do what R can't?????
...;- cbind (Day, jday, Temp) #Day = number of days modelled, jday=julian day, Temp = daily avg. temp. #temp [,2] Vc<-(CTM-(temp[,3]))/(CTM-CTO) Vr<-(RTM-(temp[,3]))/(RTM-RTO) comp<- cbind (Day, jday, Temp, Vc, Vr) #comp bio<-matrix(NA, ncol=13, nrow=length(Day)) W<-NULL C<-NULL ASMR<-NULL SMR<-NULL A<-NULL F<-NULL U<-NULL SDA<-NULL Gr<-NULL Hg<-NULL Ed<-NULL GHg<-NULL K<-NULL Expegk<-NULL EGK<-NULL p<-NULL ACT<-NULL #starting values for p, ACT p <- 1 # 0.558626306252032 #solution set for p, ACT from excel 'solver' f'...
2000 Oct 03
1
Various platforms
...uilding my 'fixes' into the source tree, not least of all since I didn't worry about #ifdef's or the configure scripts. However hopefully this will be of use to you. This is all for openssh-2.2.0p1 compiled alongside openssl-0.9.5a and zlib-1.1.3. Under HP-UX =========== uname -smr HP-UX A.09.03 9000/735 There is no seteuid or setreuid, but there is a setresuid, so using your model in bsd-misc.c, I did: ----------- #if !defined(HAVE_SETEUID) && defined(HAVE_SETREUID) int seteuid(uid_t euid) { return(setreuid(-1,euid)); } #endif /* !defined(HAVE_SETEUID) &amp...
2008 Apr 28
1
Monday, April 28 - Samba Mashup Report
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ** Samba Mashup Report (SMR) for Monday April 28, 2008 ** Table of Contents: 0. Greetings to the Inaugural SMR (samba Mashup Report) 1. Plans in Motion for 6 Month Samba 3.x Release Cycles 2. Samba 3.2.0pre3 Released 3. Samba XP 2008 Concludes as YASC (yet another successful conference) 4. Samba Documentation...
2008 Oct 18
5
Getting names of variables without quotes
  Dear R-helpers, hello I am seeking your help in somehow getting names of variables without quotes (" "). Let us say, we have a table with 3 variables V1, V2 and V3. After the table is read, I get names of the variables (thro' the following code) as under quotes (like "V1" rather than the original representation V1)  
2008 Apr 28
0
Monday, April 28 - Samba Mashup Report
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ** Samba Mashup Report (SMR) for Monday April 28, 2008 ** Table of Contents: 0. Greetings to the Inaugural SMR (samba Mashup Report) 1. Plans in Motion for 6 Month Samba 3.x Release Cycles 2. Samba 3.2.0pre3 Released 3. Samba XP 2008 Concludes as YASC (yet another successful conference) 4. Samba Documentation...
2005 Sep 23
1
***SPAM*** help
...pychoacoustics model. I think the computation in the psy.c is to derive a curve which stands for the threshold for the mdct coefficient. Is it right ? If it is right , then what can we do with the curve ? I refered to several articles and find the aim of most pychoacoustics model was to derive the SMR coefficient which helped to allocate the bits available, but in ogg vorbis,i think it didn't allocate the bits directly to the MDCT coefficient but to the residue , did I make a mistake? Looking forward to your letter. ????????fangchao ????????fangchao_dlut@sina.com ??????????2005-09-23
2006 May 28
2
"if" clause in the view - - - (for two objects)
...mand, my idea doesn''t come through as i would have liked it to...(no error involved, just not doing the magic!) i know i must be missing something really simple, and so here i am asking for that simple answer, if anyone would be as kind enough to pass it along... thanks for your help! smr -- Posted via http://www.ruby-forum.com/.
2001 Aug 23
2
SAS Export datasets alfalfa.xpt and test.xpt
...* * The University Fax : +44 161 275 5819 * * MANCHESTER M13 9PL Email : s.m.rudolfer at man.ac.uk * * UK WWW : http://www.maths.man.ac.uk/DeptWeb/Homepages/smr/ * ****************************************************************************************** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or &...
2006 May 10
1
kernel smoothing of disease rates at locations
...negative results after smoothing and I do not understand why? Your contributions will be highly appreciated or if there is any package that can do this I will be happy to know about it. Thanks in advance for your comments. Oarabile Below is how my data in R looks like Xcoord Ycoord smr 1 383894.70 653202.8 1.5816327 2 339053.00 631770.9 1.0003473 3 369164.50 609973.2 1.2943872 4 313477.70 640382.8 0.9443508 5 290748.80 695088.8 1.1662125 6 287547.50 679829.6 0.9433962 7 259031.90 704478.3 1.0184905 8 329107.60 585753.3 1.0445860 9 292170.20 578978.2 1.1287758 10...
2008 Apr 23
2
[LLVMdev] how to dump DSA graph in gdb?
...ture analysis. I use the following command to print the graph: (gdb) p g.dump() digraph DataStructures { label="Function addG"; Node0xe1f3a0 [shape=record,shape=Mrecord,label="{ i32: MRE\n|{<g0>}}"]; Node0xe1f4d0 [shape=record,shape=Mrecord,label="{ i32*: SMR\n|{<g0>|<g1>}}"]; Node0xe1f4d0:g0 -> Node0xe1f3a0; Node0xe20900 [shape=record,shape=Mrecord,label="{ i32: GR\n @global\n|{<g0>}}"]; Node0xe16530[ label =" %x_addr"]; Node0xe16530 -> Node0xe1f4d0[arrowtail=tee,color=gray63]; Node0...
2006 Apr 19
2
adddriver: too many files - string overflow
...Canon PIXMA iP4000":CN] this is my attempt: rpcclient -U 'admin%passwd' -c 'adddriver "Windows NT x86" "Canon PIXMA iP4000":CNMDR64.DLL:CNMCP64.DLL:CNMUI64.DLL:CNMMH64.HLP:NULL:NULL:CNMD564.DLL,CNMUR64.DLL,CNMSR64.DLL,CNMIN64.INI,CNMPI64.DLL,CNMSM64.EXE,CNMSS64.SMR,CNMSD64.EXE,CNMSQ64.EXE,CNMSH64.HLP,CNMSH64.CNT,CNMUB64.DLL,CNMOP64.DLL,CNMSB64.DLL,CNMMH64.CNT,CNB_2200.TBL,CNMP064.DAT,CNMP164.DAT,CNMP264.DAT,CNMFU64.DLL,CNMPV64.EXE,CNMPH64.HLP,CNMPH64.CNT,CNMW364.DLL,CNMUR640.405,CNMSR640.405,CNMMH640.405,CNMMT640.405,CNMSH640.405,CNMST640.405,CNMPH640.405,CNM...