search for: bhid

Displaying 2 results from an estimated 2 matches for "bhid".

Did you mean: bhi
2013 Nov 24
1
create a new dataframe with intervals and computing a weighted average for each of its rows
I need you help with this problem, I have a data-frame like this: BHID=c(43,43,43,43,44,44,44,44,44) FROM=c(50.9,46.7,44.2,43.1,52.3,51.9,49.3,46.2,42.38) TO=c(46.7,44.2,43.1,40.9,51.9,49.3,46.2,42.38,36.3) AR=c(45,46,0.0,38.45,50.05,22.9,0,25,9) DF<-data.frame(BHID,FROM,TO,VALUE) #add the length DF$LENGTH=DF$FROM-DF$TO where: + BHID: is the...
2015 Mar 30
2
db2 is running out of shared memory
...lly upgraded to the current DB2 release where you issued the RESTORE DATABASE command. CONNECT to animals user db2inst9 using Database Connection Information Database server = DB2/LINUXX8664 10.5.5 SQL authorization ID = DB2INST9 Local database alias = ANIMALS SELECT count(bhid) from is3.dna 1 ----------- 220 1 record(s) selected. DETACH DB20000I The DETACH command completed successfully. DISCONNECT CURRENT DB20000I The SQL DISCONNECT command completed successfully. ACTIVATE DATABASE ANIMALS DB20000I The ACTIVATE DATABASE command completed successfull...