Displaying 4 results from an estimated 4 matches for "indid".
Did you mean:
india
2010 Nov 10
1
Inserting Missing Data
...crickets in which we discern in four
instars or size classes. I need to insert data on size class one into a
data frame that already has data on size classes two through four. The
data can be merged by their cave name, year, month, region (near or far
from cave entrance), plot #, and Individual (IndID). For example:
(Embedded image moved to file: pic14606.jpg)
As one example, I have data for size class (SC) one I can insert after
IndID #4 in the data above. However, when I attempt to merge these two
data frames using the following commands:
"Hs.full.anal<-merge(Hs.short.missgval,SC1_0...
2004 May 10
3
sqlSave with underscores in table fieldname
...table %sseries_indices_test
My table definition is:
ind_id smallint(3)
ser_id smallint(4)
period_id tinyint(2)
year smallint(4)
calc mediumint(6)
mean mediumint(6)
This error is related to the underscores I use in the table. Because, when I change the table definition to (removing underscores):
indid smallint(3)
serid smallint(4)
periodid tinyint(2)
year smallint(4)
calc mediumint(6)
mean mediumint(6)
and execute
colnames(temp6) <- c("indid","serid","periodid","year","calc","mean")
sqlSave(channel, temp6, tablename = "serie...
2010 Apr 26
1
Error in pf(q, df1, df2, lower.tail, log.p) : Non-numeric argument to mathematical function
inputfille
snpid indid genotype gvariable probeid gene geneexpression
rs1040480 CHB_NA18524 C/T 2 GI_19743926-I PTPRT 5.850586
rs1040480 CHB_NA18526 C/C 1 GI_19743926-I PTPRT 6.028641
rs1040480 CHB_NA18529 C/C 3 GI_19743926-I PTPRT 5.944392
rs1040481 CHB_NA18532 C/C 1 GI_19743926-I PTPRT 5.938578
rs1040481 CHB_NA18537 C/...
2009 Sep 08
0
RODBC version 1.3-0 crashes with systemtables using SQL server 2000
...man_Germany.1252;LC_MONETARY=German_Germany.1252;LC_NUMERIC=C;LC_TIME=German_Germany.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] RODBC_1.2-5
Tue Sep 08 09:54:37 2009 Start query
id status first indid root minlen keycnt groupid dpages
1 1 18 080000000100 1 0B0000000100 42 1 1 3
2 1 2 3A0100000100 2 3A0100000100 7 3 1 1
... output shortened
This is the output for version 1.3-0, which crashes after the call to sqlQuery:
R v...