search for: b33

Displaying 10 results from an estimated 10 matches for "b33".

Did you mean: b3
2012 Oct 23
3
frequency
Hello, I have a data as follow: ID    Visit xa1 xa2 yb1 yc23 yb33   I want to look at frequency of visit for ID and create a new column as response .  For example my response would be 2 for x and 3 for y. I think I need to write a loop, but I don't know how. I really appreciate your help. Thanks a lot. Best,Farnoosh Sheikhi [[alternative HTML version deleted...
2010 Feb 04
1
Bug in as.character? (PR#14206)
...#39; Shorter formula is ok though. Best, H??vard ************ Browse[2]> formula.str y ~ -1 + b1 + b2 + b3 + b4 + b5 + b6 + b7 + b8 + b9 + b10 + b11 + b12 + b13 + b14 + b15 + b16 + b17 + b18 + b19 + b20 + b21 + b22 + b23 + b24 + b25 + b26 + b27 + b28 + b29 + b30 + b31 + b32 + b33 + b34 + b35 + b36 + b37 + b38 + b39 + b40 + b41 + b42 + b43 + b44 + b45 + b46 + b47 + b48 + b49 + elevation + f(idx, model = "sphere", sphere.dir = "global_temperature_80s", T.order = 2, K.order = 2, T.model = "rotsym", K.model = "rotsym",...
2007 May 24
3
Problem with numerical integration and optimization with BFGS
...-y[i-1]+delta)^2)/((-2)*(1-rho2^2)*(sigeta^2)) return((exp(b11+b12+b13))/denom) } f3 <- function(z3) { # SECOND FUNCTION b31 <- ((y[i]-rho1*y[i-1]-muep)^2)/((-2)*(1-rho2^2)*(sigep^2)) b32 <- (rho2*(y[i]-rho1*y[i-1]-muep)*z3)/((1-rho2^2)*sigep*sigeta) b33 <- ((z3)^2)/((-2)*(1-rho2^2)*(sigeta^2)) return((exp(b31+b32+b33))/denom) } f5 <- function(z5) { # THIRD FUNCTION b51 <- ((-y[i]+rho1*y[i-1]-muep)^2)/((-2)*(1-rho2^2)*sigep^2) b52 <- (rho2*(-y[i]+rho1*y[i-1]-muep)*(z5))/((1-rho2^2)*sigep*sigeta) b...
2010 Nov 24
1
RJDBC doesn't load Oracle driver?
...ssVersionError: Bad version number in .class file One would think that this has to do with JRE older than the JDBC driver, but i use the same JRE for the application that connects successfully and for RJDBC, namely java version "1.6.0_10" Java(TM) SE Runtime Environment (build 1.6.0_10-b33) Java HotSpot(TM) 64-Bit Server VM (build 11.0-b15, mixed mode) What could this be a symptom of, could someone knowledgeable about RJDBC comment? -- View this message in context: http://r.789695.n4.nabble.com/RJDBC-doesn-t-load-Oracle-driver-tp3058107p3058107.html Sent from the R help mailing l...
2008 Sep 09
1
creating table of averages
...; "a13" "a21" [7] "a22" "a23" "a31" "a32" "b11" "b12" [13] "b13" "b21" "b31" "b32" "b33" "b41" [19] "b42" "c11" "c12" "c21" "c22" "c23" [25] "c31" "c32" "c33" "d11" "d12"...
2009 Sep 07
1
how to implement java in firefox ?
Hi, I have some pb for running java on my system with Firefox 3.0.12 System centos 5.3 - kernel 2.6.18-128 x86_64 When I tested my java config on http://www.java.com/en/download/installed.jsp?detect=jre&try=1 I have always the message that plugin missed : Java Runtime Environnemtn is not present. What I need to do for implemented full java in firefox ? Regards. Rachid Mokrani
2009 Feb 06
0
RExcel waiting for OLE action
...terface.GetArray("pred_output$quant_one", Range("ASYM_MAX_ANALYSIS!A33:A37")) Call Rinterface.GetArray("pred_output$quant_two", Range("ASYM_MAX_ANALYSIS!I33:I37")) Call Rinterface.GetArray("sd_output$sd_one", Range("ASYM_MAX_ANALYSIS!B33:B37")) Call Rinterface.GetArray("sd_output$sd_two", Range("ASYM_MAX_ANALYSIS!J33:J37")) Call Rinterface.GetArray("sd_output$iqr_one", Range("ASYM_MAX_ANALYSIS!D33:D37")) Call Rinterface.GetArray("sd_output$iqr_two", Range("A...
2006 Apr 06
15
A few Newbie questions about RAIDZ
1. I have a 4x18GB drive setup as RAIDZ. Now when thinking about it in terms of RAID5 I would expect to get (4-1)x18 worth of drive space, but DF -h shows 4x18. Is this a bug or do I not understand? 2. Once again thinking in RAID5 terms if I have 4X18GB and 12X9GB drives and I want to make a RAIDZ of all of them I would expect the 18GB to be treated at 9GB so the RAIDZ would be 16X9GB. Is
2005 Oct 31
1
[R] unvectorized option for outer()
...st(letters[1:2], 1:3, 2:4), paste, sep = "") , , 2 1 2 3 a "a12" "a22" "a32" b "b12" "b22" "b32" , , 3 1 2 3 a "a13" "a23" "a33" b "b13" "b23" "b33" , , 4 1 2 3 a "a14" "a24" "a34" b "b14" "b24" "b34" Andy > > > > Maybe it's not possible to hold this line, and > > maybe "outer" is not the right place to draw it, but I > thi...
2013 Apr 22
7
Multiple lon lat points in the map with ggplot2
Hello R users, For the last few days I am struggling with the following task: my data.frame: A1 A2 A3 B1 B2 B3 58.81 53.292 54.501 13.013 17.39 19.407 56.02 56.251 54.033 20.099 13.15 10.411 55.376 53.099 57.625 13.396 21.031 13.22 58.584 53.194 54.218 13.038 16.854 19.289 55.7 55.921 53.847 19.942 13.153 9.828 55.093 52.934