Displaying 5 results from an estimated 5 matches for "ob3".
Did you mean:
o3
2009 Jul 07
1
ReShape to create Time from Observations?
Here is a couple of very simple data.frames:
X<-data.frame(A=1:10, B=0, C=1, Ob1=1:10, Ob2=2:11, Ob3=3:12,
Ob4=4:13, Ob5=3:12, Ob6=2:11)
Y<-data.frame(A=1:20, B=0, C=1, D=5, Ob1=1:10, Ob2=2:11, Ob3=3:12,
Ob4=4:13, Ob5=3:12, Ob6=2:11, Ob7=5:9)
Z<-data.frame(A=1:30, B=0, C=1, D=6, E=1:2, Ob1=1:10, Ob2=2:11,
Ob3=3:12, Ob4=4:13, Ob5=3:12, Ob6=2:11, Ob7=1:10, Ob8=3:12)
Each row in the data.frame...
2016 Apr 28
0
Snowfall - Error in checkForRemoteErrors(val) with sfClusterApplyLB()
...fClusterApplyLB(1:10, function(k) {
sfCat(paste("Iteration ", k), sep="\n")
if (......) {
} else {
if (class(ob1)=="SpatialCollections") {
ob2 <- ob1 at lineobj
} else if (class(ob1)=="SpatialLines") {
ob2 <- ob1
}
ob3 <- data.frame(length_m=sapply(1:length(ob2), function(l) gLength(ob2 [l, ])))
.....
}
.....
}
sfStop()
The problem is that the code returns the error message:
Error in checkForRemoteErrors(val) :
one node produced an error: object 'ob2' not found
>From the debugging fun...
2010 Sep 07
0
AHRQ - Creation of Comorbidity Variables
..., 17900:19579)
arth = c(7010, 7100:7109, 7140:7149, 7200:7209, 71000:71089,
71400:71489, 72000:72089, 725)
c1 = paste(c(2860:2869, 2871, 2873:2875), "", sep = "")
coag = c(2860:2869, 2871, 2873:2875, 28600:28689, 28730:28749,
64930:64934, 28984)
ob3 = paste("V", c(8530:8549, 8554), sep = "")
obese = c(2780, "V854", ob3, 27800:27801, 64910:64914, 79391)
wghtloss = c(260:263, 2600:2639, 26000:26389, 78321:78322)
lytes = c(2760:2769, 27600:27689)
bldloss = c(2800, 64820:64824)
anemdef = c(2801:281...
2001 Nov 14
0
OPEN ssh pkg
...A ) 2Y(!) ':4#
MFHVD1 8706<X!JA at I$ZJ6 TE\%4$F2",R)X+L )Y4EN9$NU 2B$PE<A:N at BO
M(P)JJ$]21\=!7>P3OV":) L9D"ORB!@IE at 4Q)W=#P P^)*/DH-+X94-?6F:@
M+*"%-I@*WP!P6$SF,0W*HD8T4Q 0,*4+G$H.0BIZOA;F^6:>!&= #(.&L732
M^\@0W^',#(1MD(R^T4?V+H>6C1P3JI%K5D>OB3'=:")<A/N3@;X:,&D<[-\/
M%:@ADJ Z0N2P!O-I5BNC)JV?$JQ_V at 8":MV\I_1PHEJ'@JI/#^HE3*ABE*%"
MK'\J]ZC /ARC).VC=8<6( 8B5>8S158PC(K!DEH)%V$+*"1X0T!2RCOE"W<H
MH4Q=58!I7)L7"BJ8J!.M+<>A!+4,9U5%+^$5A1=9U"ZT@"T:L88JN+!_/E1.
M -$2:@AYZA...
2009 Jul 09
2
How to Populate List
...dv75d6bac1055ed5be@mail.gmail..com>
Content-Type: text/plain; charset=UTF-8
On Tue, Jul 7, 2009 at 4:22 PM, jim holtman<jholtman@gmail.com> wrote:
> Does something like this work for you; ?it uses the reshape package:
>
>> X<-data.frame(A=1:10, B=0, C=1, Ob1=1:10, Ob2=2:11, Ob3=3:12,
> + Ob4=4:13, Ob5=3:12, Ob6=2:11)
>> Y<-data.frame(A=1:20, B=0, C=1, D=5, Ob1=1:10, Ob2=2:11, Ob3=3:12,
> + Ob4=4:13, Ob5=3:12, Ob6=2:11, Ob7=5:9)
>> Z<-data.frame(A=1:30, B=0, C=1, D=6, E=1:2, Ob1=1:10, Ob2=2:11,
> + Ob3=3:12, Ob4=4:13, Ob5=3:12, Ob6=2:11, Ob7=1:10...