search for: bd1

Displaying 9 results from an estimated 9 matches for "bd1".

Did you mean: bd
2004 Mar 12
6
still spss
hi again, i still cannot open the file in spss :( i type: library(foreign) read.spss("H:\\Desktop\\bd1\\experiencia1") and the error comes: Error in read.spss("H:\\Desktop\\bd1\\experiencia1") : unable to open file can you help me? margarida,portugal
2004 Mar 12
6
spss
hi, i can?t download a file in access. when i type: > library(foreign) > read.spss("H:\Desktop\bd1\experiencia1") comes the error: Error in read.spss("H:Desktop\bd1experiencia1") : unable to open file do you know what is the problem? can you help me? margarida,porto,portugal
2008 Oct 09
1
YALAQ - Yet Another LApply Question
...le(row.names(ban.nat.1994), 20),]) bn94 <- structure(list(oplt = c(18L, 50L, 11L, 16L, 54L, 35L, 45L, 40L, 15L, 50L, 38L, 45L, 53L, 15L, 1L, 54L, 33L, 13L, 30L, 21L), tree = c(144L, 824L, 47L, 525L, 291L, 702L, 717L, 615L, 821L, 551L, 750L, 639L, 664L, 813L, 31L, 346L, 689L, 59L, 200L, 658L), bd1 = c(NA, NA, 3.6, 3.1, 4.72, 2.03, 2.88, 1.65, 5.39, 3.04, 2.75, 3.06, 2.81, 2.78, NA, 6.5, 4.62, 4.76, NA, 2.69), bd2 = c(NA, NA, 3.41, 3.06, 4.86, 2.09, 2.78, 1.8, 5.08, 3.26, 2.71, 3.1, 2.87, 2.73, NA, 6.6, 4.53, 4.97, NA, 2.81), bd = c(NA, 4.25, 3.51, 3.08, 4.79, 2.06, 2.83, 1.72, 5.23, 3.1...
2010 Apr 03
2
Using ifelse and grep
...quot; "down" "down" "down" "down" "down" "down" [11] "down" "down" Thanks in advance. Sam Sample Transmission section BU1 0.39353 up BU2 0.38778 up BU3 0.42645 up BM1 0.37510 mid BM2 0.5103 mid BM3 0.67224 mid BD1 0.37482 down BD2 0.54716 down BD3 0.50866 down BU1 0.34869 up BU2 0.32831 up BU3 0.59877 up BM1 0.52518 mid BM2 0.94387 mid BM3 0.94387 mid BD1 0.46872 down BD2 0.63115 down BD3 0.45239 down n" "down" "down" "down" "down" "down" &quo...
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...d->options); + refstr_put(bd->devicetree); + refstr_put(bd->architecture); + refstr_put(bd->other); + refstr_put(bd->sort_field); + + memset(bd, 0, sizeof *bd); +} + +/* + * inspired by syslinux/com32/modules/ls.c:compare_dirent + */ +int compare_bls_data(const void *p_bd1, const void *p_bd2) +{ + if (!p_bd1 || !p_bd2) + return 0; + + const struct blsdata *bd1 = *(const struct blsdata **)p_bd1; + const struct blsdata *bd2 = *(const struct blsdata **)p_bd2; + + const char *a = NULL, *b = NULL; + + if (bd1->sort_field && bd2->sort_field) {...
2008 Jan 29
2
error message + boot library
Dear all; What can be wrong with this simple example? library(boot) d1<-c(rnorm(10,mean=10)) fm<-function(d,i) mean(d[i]) bd1<-boot(d1,fm,10000) > Error: evaluation nested too deeply: infinite recursion / options(expressions=)? Thanks for any idea
2019 May 24
3
[PATCH] (vesa)menu.c32: Add support for BLS
...field, + strlen(bd->sort_field) + strlen(sf) + 1 + ); + strcat(bd->sort_field, sf); + } + p = get_word(skipspace(p), &sort_field); + } + + return (bd->linux_ || bd->efi) ? 0 : -1; +} + +static int compare_blsdata(const void *p_bd1, const void *p_bd2) +{ + const struct blsdata *bd1 = *(const struct blsdata **)p_bd1; + const struct blsdata *bd2 = *(const struct blsdata **)p_bd2; + + const char *a = NULL, *b = NULL; + + if (bd1->sort_field && bd2->sort_field) { + a = bd1->sort_field; +...
2004 Mar 08
3
dsn
Hi, I have a data base in oracle and need to link R using ODBC. When i use the command odbcConnect a dsn is needed. I would like to create a dsn.Do you know how can i do it? Thank you. Margarida,Portugal
2007 Aug 09
8
Dtrace - Segmentation Fault
...le () + 294 fffffd7fff2f83cf dtrace_program_fcompile () + 27 fffffd7fff2f7a9a dt_load_libs_dir () + 11a fffffd7fff2f7bde dt_load_libs () + 3e fffffd7fff2f7c83 dt_compile () + 73 fffffd7fff2f839e dtrace_program_strcompile () + 26 0000000000404a80 compile_str () + 40 0000000000406e31 main () + bd1 00000000004031bc ???????? () root at prae> mdb core Loading modules: [ libproc.so.1 libc.so.1 ld.so.1 ] > $? no process SIGSEGV: Segmentation Fault %rax = 0xffdfead000050606 %r8 = 0x00006a2de8000506 %rbx = 0x0000000000000000 %r9 = 0x00000000004c8fd0 %rcx = 0x0000000000000005...