search for: binn

Displaying 20 results from an estimated 20 matches for "binn".

Did you mean: bind
2009 Jul 30
0
package "reldist" version 1.5-5.1 : how to not just compare two years's wage distribution
...9.0 (Windows) I use the code provided in "Applying Relative Distribution Methods in R", to check the installation of the reldist package In figure 8, the first three lines of programs is : > par(mfrow=c(1,2)) > rdhsrscr <- rdeciles(y=pwhsr, yo=pwscr, + ywgt=wgthsr,yowgt=wgtscr,binn=binn) R gave me the error message: error in seq.default(0,1,length=binn+1): object 'binn' not found What is my example missing Please help me figure out what additional diagnostics I can run to achieve enlightenment ? Thanks for your consideration !! Best, Yichih -- Yichih Hsie...
2007 Dec 19
3
median of binned values
...e a vector (array, table row, whatever is best) of frequency values for categories (or bins), and I need to find the median category. Trivial to do by hand, but I was wondering if there is a means to do it in R in an elegant way. The obvious medioan(vector) returns the median frequency for the binns, and that is not what I want. i.e,: freq cat1 1 cat2 10 cat3 100 cat4 1000 cat5 10000 I want it to return cat5, instead of cat3. Thanks a lot Martin
2007 Jun 09
3
lazy_expunge and emails from Inbox, doesn't list INBOX in deleted
I'm using the dovecot available on Ubuntu Feisty (1.0rc17) and am trying to migrate from courier-imap. A really important feature for me from courier is that expunged messages end up in Trash where they are removed after 7 days. I can get an approximation of this feature as described in the documentation: namespace private { prefix = INBOX. seperator = . inbox = yes } namespace
2012 Apr 01
1
Selecting files with a particular string in filename
...ttern" in their file name. However, I cannot use list.files function because it looks for a specific path. Any help is appreciated. Thanks in advance. - Kumar for (i in 1:100) { name_rep = paste("rep_",i,"_",sep="") files <- list.files(path="C:\\Users\\Binn\\Desktop\\script_output", pattern= name_rep, full.names=TRUE ) natfiles <- list.files(path=files, pattern= "_natrain.csv", full.names=TRUE ) <OPERATIONS HERE> } -- Section of Integrative Biology University of Texas at Austin Austin, Texas 78712, USA [[alternative HTML...
2013 Jan 30
8
RAID 0 across SSD and HDD
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I''ve been unable to find anything definitive about what happens if I use RAID0 to join an SSD and HDD together with respect to performance (latency, throughput). The future is obvious (hot data tracking, using most appropriate device for the data, data migration). In my specific case I have a 250GB SSD and a 500GB HDD, and about 250GB of
2011 Jan 05
2
R not recognized in command line
Hello all, I recently installed rpy2 so that I could use R through Python. However, R was not recognized in the command line. So I decided to add it to the PATH variables. But it just doesnt work.... And what I mean by it doesnt work is : No matter what I type at the prompt in DOS- be it R, Rcmd, R CMD, Rscript- it is not recognized as a command. Path variables used : 1. %R_HOME% -->
2006 Jul 30
2
[LLVMdev] Building llvm under cygwin
...ive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem: /cygdrive/c/Program Files/Microsoft SDK/Bin/:/cygdrive/c/Program Files/Microsoft SDK/Bin/WinNT/:/cygdrive/c/Program Files/Common Files/Autodesk Shared/:/cygdriv e/c/Program Files/backburner 2/:/cygdrive/c/Program Files/Microsoft SQL Server/8 0/Tools/BINN:/cygdrive/c/Program Files/Microsoft SQL Server/90/Tools/binn/:/cygd rive/c/Program Files/Subversion/bin:/cygdrive/c/Program Files/doxygen/bin:/cygdr ive/c/Program Files/ionForge/ionForge Evolution:/cygdrive/c/Program Files/CVSNT/ :/cygdrive/c/jdk1.5.0/ant/bin" /bin/llvm-gcc.exe-I/llvmobj/runti...
2003 Apr 22
1
R 1.7.0: Startup error: Error in "class<-"(*tmp*, value = Class) : couldn't find function "objWithClass"
...to resolve these problems are warmly appreciated. Bernhard System information: OS "Windows_NT" Os2LibPath "C:\\WINNT\\system32\\os2\\dll;" Path "C:\\Perl\\bin\\;C:\\WINNT\\system32;C:\\WINNT;C:\\WINNT\\System32\\Wbem;C:\ \Program Files\\Microsoft SQL Server\\80\\Tools\\BINN;C:\\Progra~1\\R\\tools;C:\\Tcl\\bin;C:\\miktex\\mikt ex\\bin\\;C:\\MinGW\\bin;C:\\Perl\\bin;C:\\HTMLHelp;" PATHEXT ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.tcl" PROCESSOR_ARCHITECTURE "x86" PROCESSOR_IDENTIFIER "x86 Family 15 Model 1 Stepping 2, GenuineIntel&...
2013 Nov 04
1
Running SQL Server xp_logininfo with Samba PDC
...Security ID: NULL SID Account Name: Account Domain: Failure Information: Failure Reason: Unknown user name or bad password. Status: 0xc000006e Sub Status: 0xc000006e Process Information: Caller Process ID: 0x52c Caller Process Name: C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Binn\sqlservr.exe In the Samba Log on the PDC it gives the following messages: [2013/11/04 14:05:12.684946, 4] ../source4/dsdb/repl/drepl_notify.c:463(dreplsrv_notify_schedule) dreplsrv_notify_schedule(5) scheduled for: Mon Nov 4 14:05:18 2013 EST [2013/11/04 14:05:17.693823, 4] ../source4/dsdb/...
2008 Jun 14
1
Pre-PXE loader
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I am frequently in a situation where I have a machine sitting behind NAT which means it doesn't see the real network DHCP server and PXE parameters. Two examples: * Using VirtualBox with default NAT networking (bridging is tedious) * A machine that normally uses wireless but is being NAT'ed to real network for OS installation I have been
2006 Feb 17
0
SQL Server pains
...blems with: scptxfr.exe. Trying to run this program by itself produced the same error, so I knew I had found the culprit. What I found to be the solution is that, for some reason, the sqldmo.dll library was no longer registered. So, I went to: C:\Program Files\Microsoft SQL Server\80\Tools\Binn and ran the following: regsvr32 .\sqldmo.dll This seems to have fixed the issue. NOTE: I''m using ODBC to connect to SQL Server, and another issue I was running into was that the rake tasks always look for the ''database'' key in the database.yml file, so it''...
2015 Mar 19
0
[ANNOUNCE] libdrm 2.4.60
...libkms is not selected. configure: Stop using AM_MAINTAINER_MODE autogen.sh: handle out-of-tree invokation configure.ac: fix host_cpu/atomics detection configure.ac: fix help string copy/pasta configure.ac: error out if building freedreno_kgsl without freedreno Frank Binns (3): Rename DRM_NODE_RENDER to DRM_NODE_PRIMARY Add new drmOpenRender function Add new drmGetNodeTypeFromFd function Hyungwon Hwang (2): exynos: Don't use DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls exynos: remove DRM_EXYNOS_GEM_{MAP_OFFSET/MMAP} ioctls Jammy Zhou (...
2006 Jul 31
0
[LLVMdev] Building llvm under cygwin
...stem32/Wbem: > /cygdrive/c/Program Files/Microsoft SDK/Bin/:/cygdrive/c/Program > Files/Microsoft > SDK/Bin/WinNT/:/cygdrive/c/Program Files/Common Files/Autodesk > Shared/:/cygdriv > e/c/Program Files/backburner 2/:/cygdrive/c/Program Files/Microsoft > SQL Server/8 > 0/Tools/BINN:/cygdrive/c/Program Files/Microsoft SQL > Server/90/Tools/binn/:/cygd > rive/c/Program Files/Subversion/bin:/cygdrive/c/Program > Files/doxygen/bin:/cygdr > ive/c/Program Files/ionForge/ionForge Evolution:/cygdrive/c/Program > Files/CVSNT/ > :/cygdrive/c/jdk1.5.0/ant/bin" /b...
2013 Aug 22
11
Samba strict allocate = yes stops btrfs compression working
Hi, If i set strict allocate = yes in samba to speed up the transfer of a mssql database dump, then btrfs does not compress the file. I have tried it also by just copying a small file in Windows to the samba share and the same. I have tried btrfs mount options autodefrag and then btrfs fi defrag -c and the file still does not get compressed. I have tried kernels 3.6.11, 3.8 and 3.10.7 on FC16
2006 Nov 27
1
MinGW problem - unable to compile - config.log
...em32 PATH: /c/WINDOWS PATH: /c/WINDOWS/System32/Wbem PATH: /c/Programmi/Diskeeper Corporation/Diskeeper/ PATH: /c/Programmi/File comuni/Adobe/AGL PATH: /c/Programmi/MySQL/MySQL Server 4.1/bin PATH: C PATH: /PHP PATH: /c/Programmi/QuickTime/QTSystem/ PATH: /c/Programmi/Microsoft SQL Server/90/Tools/binn/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:1804: checking for a BSD-compatible install configure:1860: result: /bin/install -c configure:1871: checking whether build environment is sane configure:1914: result: yes configure:1979: checking for gawk configure:1995: found /bin...
2003 Jun 27
5
Cygwin Rsync 2.5.6 over SSH hangs on Win2k->Win2k
...------------- Cygwin Win95/NT Configuration Diagnostics Current System Time: Mon Jun 23 09:40:20 2003 Windows NT Ver 4.0 Build 1381 Service Pack 6 Path: C:\cygwin\usr\local\bin C:\cygwin\bin C:\cygwin\bin C:\cygwin\bin c:\Perl\bin c:\WINNT\system32 c:\WINNT c:\Program Files\Mts c:\MSSQL7\BINN C:\cygwin\bin\id.exe output (nontsec) UID: 1010(Webmaster) GID: 544(Administrators) 513(None) 544(Administrators) 545(Users) C:\cygwin\bin\id.exe output (ntsec) UID: 1010(Webmaster) GID: 544(Administrators) 513(None) 544(Administrators) 545(Users) SysDir: C:\WINNT\Syste...
2007 Apr 26
8
Win32 service - Errno::EINVAL (Invalid argument) when uploading image file
Hi guys, I''m facing an error trying to run my app as mongrel_service, hope those who have faced similar issue can help to shed some lights. The app was fine when running from console, but when running it as a service, it failed when I try to upload ''image file'', it has no issue uploading other types of files. Environment: ------------ mongrel (1.0.1, 0.3.13.3)
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...c: Convert from "CARD64" to int64_t. sync: Clean up a bit of header formatting. glamor: Use GL_MESA_tile_raster_order for overlapping blits. test: Add a test for the overflow bug in bigreqs. xkb: Print the xkbcomp path being executed when we fail to compile. Frank Binns (1): hw/xfree86: fix comment typo Giuseppe Bilotta (10): tests: Fix without-dtrace build dix/window: fix typos xkb: initialize tsyms Xephyr: free driverPrivates on Fini randr: ProcRRGetOutputInfo: initialize memory glx: free fbconfigs on destroy ran...
2009 Feb 23
1
[LLVMdev] 2.5 Pre-release2 available for testing
On Mon, Feb 23, 2009 at 12:12 AM, Aaron Gray < aaronngray.lists at googlemail.com> wrote: > On Sun, Feb 22, 2009 at 11:15 PM, Anton Korobeynikov < > anton at korobeynikov.info> wrote: > >> >> Actually its [configure-stage3-intl] where its hanging. >> >> This can easily be due to inline FP math in the stdlib headers. For >> example - I had to
2020 Jun 11
1
OPUS encoded data size and bandwidth of encoder
Hey, I am having trouble with the size of the encoded bytes by Opus. I am also having issue with the Bandwidth ctl. Here is the scenario. If I encode 16khz sampled audio: opus_encoder_ctl(enc,OPUS_SET_MAX_BANDWIDTH(OPUS_BANDWIDTH_WIDEBAND)) opus_encoder_ctl(enc, OPUS_GET_BANDWIDTH(&x)) = 1102 opus_encoder_ctl(enc, OPUS_GET_MAX_BANDWIDTH(&x)) = 1103 average encoded size = 120 bytes if I