search for: wrs

Displaying 18 results from an estimated 18 matches for "wrs".

Did you mean: was
2005 Sep 12
3
Covert list of list to dataframe for export or outputting by(test) output
...reetings, I am running a buch of wilcox tests and need to be able to rapidly export the results into a csv file. I have attached example code as well as my attempts to get what I need. I have tried unlist,cbind,rbind etc but I am obvously missing something simple. FYI I am actually running about 50 WRS tests per dataset, this is just an example. Thanks 10^6 Mike AKCCR <- structure(list(ExposureUnit = structure(as.integer(c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1,...
2013 Aug 29
4
[PATCH] Notify caching_thread()s to give up on extent_commit_sem when needed.
caching_thread()s do all their work under read access to extent_commit_sem. They give up on this read access only when need_resched() tells them, or when they exit. As a result, somebody that wants a WRITE access to this sem, might wait for a long time. Especially this is problematic in cache_block_group(), which can be called on critical paths like find_free_extent() and in commit path via
2010 Feb 04
5
export test results to csv
...but get an error. The code is below. The data are attached as .txt with tab as separator. I tried to get a sample dataset, but for some reason it didn't work, so please excuse the length of the file. I also attached a txt with the output (copy/paste) in case that helps. ---- > library(WRS) > ssfamed <- read.table(file=file.choose(), header=T, sep="\t") > ssfa_Asfc <- fac2list(ssfa[,7], ssfa[3]) #store into list mode > test <- pbmcp(ssfa_Asfc, alpha=0.05, nboot=2000, bhop=F) #it takes about 5 seconds to run > write.csv(test, file="pbmcp.csv&...
2006 Mar 15
0
WHAM as dtrace
...re some existing dtrace script that will give me all of these plus even more? Also, WHAM was distributed, that is it could collect these counters from multiple machines onto a centralized machine. Is there such a capability with dtrace? thanks phil PROCESS RELATED DATA: Char IO kBytes Rds & Wrs Client Request Send Time Client Response Read Time Client Response Time Close System Calls Hard Faults IO Read Latency IO Read Latency per Rd IO Write Latency IO Write Latency per Wr Messages Received by Process Messages Sent by Process Number CPU Threads Number IO Reads To Disk Number IO Writes To...
2016 Mar 15
0
Building smbclient 4.3.3 issues with lttng-ust
...iling test.c ../test.c:15:26: fatal error: lttng/tracef.h: No such file or directory #include <lttng/tracef.h> ^ compilation terminated. ['/opt/windriver/6.0/2016.048/i686/compiler/bin/gcc', '-MD', '-I/opt/windriver/6.0/2016.048/i686/sysroots/i686-wrs-linux/usr/lib/../include', '-D_SAMBA_BUILD_=4', '-DHAVE_CONFIG_H=1', '-D_GNU_SOURCE=1', '-D_XOPEN_SOURCE_EXTENDED=1', '../test.c', '-c', '-o', 'default/test_1.o'] command returned 'Build failed: -> task failed (err #1): \n\...
2012 Nov 20
0
[LLVMdev] Does LLVM sign ARM ELFs?
...nd LLVM could easily do that. >From the ABI: We expect a dot-ARM-dot-attributes section in a relocatable file will most typically contain one vendor subsection from the "aeabi" pseudo-vendor and possibly one from the generating tool chain (e.g. "ARM", "gnu", "WRS", etc). Amara, Maybe another thing to add to your attributes patch, adding some vendor specific info to it (like clang/version, llvm/version, integrated-as, etc)? > I've found several ways to distinguish the two (such as a magic number > where GCC uses ELFOSABI_SYSV and LLVM uses...
2012 Nov 20
3
[LLVMdev] Does LLVM sign ARM ELFs?
Is there a reliable way to unit-test that LLVM's integrated assembler was used? I read through "ELF for the ARM Architecture" and my best guess has been to inspect .ARM.attributes in the elf-dump's section data, but both LLVM and GCC use "aeabi" for the vendor name. I've found several ways to distinguish the two (such as a magic number where GCC uses ELFOSABI_SYSV
2010 Jan 29
1
create an R object in a loop
Hi everybody, To run some statistical tests from the package WRS (from Rand R Wilcox), I need to store my data in a list, which fac2list() from this package does very well. But I would like to do it in a loop for each numerical variable. It would be easier! For now, I have the loop with the extraction and storage into a list. The code is below. ----- # Defi...
2011 Feb 25
1
speed up process
...mydata2 <- mydata1[!(mydata1$species %in% c("thgel","alsen")),] mydata3 <- mydata1[!(mydata1$species %in% c("thgel","alsen","poabe")),] mydata_list <- list(mydata1=mydata1, mydata2=mydata2, mydata3=mydata3) #function for regression library(WRS) foo_reg <- function(dat, xvar, yvar, mycol, pos, name.dat){ tsts <- tstsreg(dat[[xvar]], dat[[yvar]]) tsts_inter <- signif(tsts$coef[1], digits=3) tsts_slope <- signif(tsts$coef[2], digits=3) abline(tsts$coef, lty=1, col=mycol) legend(x=pos, legend=c(paste("TSTS ",n...
2010 Nov 24
3
Límites de confianza de la mediana en distribuciones simétricas
Por si alguno pudiera ayudarme. Al realizar el t.test para una muestra, junto con el valor de t y el p-valor, la función proporciona la estimación de la media y su INTERVALO DE CONFIANZA. Desde el punto de vista de la estadística de rangos esto se puede hacer mediante: > iris$MEDIANA <- with(iris, 2.95) > median(iris$Sepal.Width - iris$MEDIANA, na.rm=TRUE) # median difference [1]
2007 Sep 26
1
Theora decoding problem on PowerPC
...U General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "powerpc-wrs-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) source directories.gdb (gdb) run examples/video.ogg > out Starting program: /var/jlm/theora/libtheora-1.0beta1/examples/.libs/dump_video examples/video.ogg > out Encoded by Xiph.Org libTheora I...
2011 Feb 28
0
Fwd: Re: speed up process
...= "data.frame") mydata2<- mydata1[!(mydata1$species %in% c("thgel","alsen")),] mydata3<- mydata1[!(mydata1$species %in% c("thgel","alsen","poabe")),] mydata_list<- list(mydata1=mydata1, mydata2=mydata2, mydata3=mydata3) library(WRS) foo_reg<- function(dat, xvar, yvar, mycol, pos, name.dat){ tsts<- tstsreg(dat[[xvar]], dat[[yvar]]) tsts_inter<- signif(tsts$coef[1], digits=3) tsts_slope<- signif(tsts$coef[2], digits=3) abline(tsts$coef, lty=1, col=mycol) legend(x=pos, legend=c(paste("TSTS ",name....
2012 Mar 08
17
kernel BUG at fs/btrfs/delayed-inode.c:1466!
..._transport_iscsi dm_mirror dm_region_hash dm_log dm_multipath video battery acpi_pad acpi_ipmi ac parport usbhid evdev acpi_power_meter radeon ttm drm_kms_helper drm hwmon backlight i2c_algo_bit ipmi_si bnx2x ipmi_msghandler i2c_core hpwdt hpilo psmouse mdio uhci_hcd ehci_hcd Pid: 1488, comm: mips-wrs-linux- Tainted: G W 3.2.7 #2 HP ProLiant BL460c G6 RIP: 0010:[<ffffffffa03559f9>] [<ffffffffa03559f9>] btrfs_delete_delayed_dir_index+0xe9/0x157 [btrfs] RSP: 0018:ffff8805d5b43ba8 EFLAGS: 00010286 RAX: 00000000ffffffe4 RBX: ffff8805f0a57c00 RCX: 0000000002b06e0a RDX: 0000000...
2014 Apr 22
1
Can't find sieve files
...errors like this: --------------------- script /var/vmail//ckottari/sieve/Active.sieve;name=main script (view user logfile /var/vmail//ckottari/sieve/Active.sieve.log for more information) Apr 22 17:05:46 ckottari-dhcp1 dovecot: lda(ckottari): msgid=<201404222205.s3MM5jJs003128 at ckottari-dhcp1.wrs.com>: saved mail to INBOX --------------------- When I look at Active.sieve.log: --------------------------------------------------- sieve: info: started log at Apr 22 17:05:46. main script: line 8: error: included personal script 'My RRs.sieve' does not exist. main script: line 9: erro...
2015 Dec 04
3
Running sshd with Privilege Seperation drops connection on password change
...client has to reconnect. ANALYSIS: Looking at sshd debug logs, it would appear that the child process that runs passwd SIGCHLD's to the parent which appears to be treating that signal as a SIGTERM: Dec 3 18:36:17 knasim-ubuntu1 passwd[3152]: pam_unix(passwd:chauthtok): password changed for wrs <<<<<<< Dec 3 18:36:17 knasim-ubuntu1 sshd[3151]: debug1: Received SIGCHLD. <<<<<<<<<<<<<<<<<< Dec 3 18:36:17 knasim-ubuntu1 sshd[3151]: debug1: session_by_pid: pid 3152 Dec 3 18:36:17 knasim-ubuntu1 sshd[3151]: debug1: sess...
2012 Nov 20
3
[LLVMdev] Does LLVM sign ARM ELFs?
...> > From the ABI: > > We expect a dot-ARM-dot-attributes section in a relocatable file will > most typically contain one vendor subsection > from the "aeabi" pseudo-vendor and possibly one from the generating > tool chain (e.g. "ARM", "gnu", "WRS", etc). > > Amara, > > Maybe another thing to add to your attributes patch, adding some > vendor specific info to it (like clang/version, llvm/version, > integrated-as, etc)? > > >> I've found several ways to distinguish the two (such as a magic number >&gt...
2015 Dec 16
2
Running sshd with Privilege Seperation drops connection on password change
...; ANALYSIS: > > Looking at sshd debug logs, it would appear that the child process that runs passwd SIGCHLD's to the parent which appears to be treating that signal as a SIGTERM: > > Dec 3 18:36:17 knasim-ubuntu1 passwd[3152]: > pam_unix(passwd:chauthtok): password changed for wrs <<<<<<< Dec 3 > 18:36:17 knasim-ubuntu1 sshd[3151]: debug1: Received SIGCHLD. > <<<<<<<<<<<<<<<<<< Dec 3 18:36:17 knasim-ubuntu1 sshd[3151]: debug1: > session_by_pid: pid 3152 Dec 3 18:36:17 knasim-ubuntu1 sshd[3...
2012 Jun 24
0
nouveau _BIOS method
...@;GNVS.OSYS.SMI 02f0: 46 08 50 52 4d 30 08 50 52 4d 31 08 53 43 49 46 F.PRM0.PRM1.SCIF 0300: 08 50 52 4d 32 08 50 52 4d 33 08 4c 43 4b 46 08 .PRM2.PRM3.LCKF. 0310: 50 52 4d 34 08 50 52 4d 35 08 50 38 30 44 20 4c PRM4.PRM5.P80D L 0320: 49 44 53 08 50 57 52 53 08 44 42 47 53 08 54 48 IDS.PWRS.DBGS.TH 0330: 4f 46 08 41 43 54 31 08 41 43 54 54 08 50 53 56 OF.ACT1.ACTT.PSV 0340: 54 08 54 43 31 56 08 54 43 32 56 08 54 53 50 56 T.TC1V.TC2V.TSPV 0350: 08 43 52 54 54 08 44 54 53 45 08 44 54 53 31 08 .CRTT.DTSE.DTS1. 0360: 44 54 53 32 08 44 54 53 46 08 00 38 52 45 56 4e DTS2.DTSF..8...