similar to: Automation of scripts ... reading a file.

Displaying 20 results from an estimated 900 matches similar to: "Automation of scripts ... reading a file."

2008 Jul 14
2
modeling binary response variables
R-devotees, I have a question about modeling in the case where the response variable is binary. I have a case where I have a response variable that is the probability of success, and four descriptor variables, The response has a sigmoid response with one of the variables. I would like to test for the effect of the various descriptor variables on the percentage success of the binary trait. I have
2004 Nov 18
0
Strange Errors appearing in my log
Dear all, I have a SuSE9.1 box running as a file server with mp3's on it. The /var/log/messages log file is recording the following errors which I don't understand and perhaps you could assist me: Nov 17 11:25:05 mp3-nrg smbd[7903]: [2004/11/17 11:25:05, 0] lib/util_sock.c:get_peer_addr(975) Nov 17 11:25:05 mp3-nrg smbd[7903]: getpeername failed. Error was Transport endpoint is not
2005 Oct 04
3
Problem reading in external data and assigning data.frames within R
Hey there, I apologize if this is an irritatingly simple question ... I'm a new user. I can't understand why R flips the sign of all data values when reading in external text files (tab delimited or csv) with the read.delim or read.csv functions. The signs of data values also seem to be flipped after assigning a new data.frame from within R (xnew <-- edit(data.frame()). What am
2006 Jul 24
5
grouping by consecutive integers
Hello R-helpers! I have a question concerning extracting sequence information from a vector. I have a vector (representing the bins of a time series where the frequency of occurrences is greater than some threshold) where I would like to extract the min, median and max of each group of consecutive numbers. For Example: tmp <- c(24,25,29,35,36,37,38,39,40,41,42,43,44,45,46,47,68,69,70,71) I
2006 Jul 17
1
Getting rid of for loops
Hello R-users! I have a style question. I know that for loops are somewhat frowned upon in R, and I was trying to figure out a nice way to do something without using loops, but figured that i could get it done quickly using them. I am now looking to see what kind of tricks I can use to make this code a bit more aesthetically appealing to other R users (and learn something about R along the
2005 May 17
1
smbldap-tools broken pipe
Hi, I am working on establishing a Samba+LDAP server with management by the smbldap tools from idealx. Versions are Samba 3.0.14a, OpenLDAP 2.2.24, smbldap tools 0.8.8 all on Solaris 8. I'm thinking I have a problem with my perl (perhaps), version 5.8.5, as I keep getting "Broken pipe" messages when using smbldap-populate, smbldap-groupadd, etc. Google produced no useful
2005 Jun 20
2
frequency tables
R-masters, I have a problem that I have been working on for a while and it seems that there may be a simple solution that I have yet to figure out, so I thought that I would venture to post to the help list. Let's say there was a data.frame with three vectors, two that are factors identifying the data, and one that holds the frequency of occurrence (the events are binary, yes or no). I
2011 May 30
0
2D random walk with traps convert C++ code to R code
Hello, I have a C++ code for 2D random walks with traps and I want to convert it in a R code with its syntaxs, can anyone help??????? It's easy for me to adapt the body but I want help with the beginig (variable declaration) and th end exporting the output to a file ( like write.table() or sink() ) Thank you... #include <iostream> #include <math.h>#include
2005 Aug 01
1
Slow browsing from Win2k and WinXP
Hi, I have Samba 3.0.14a + OpenLDAP 2.2.24 installed on Solaris 8 as a PDC for serving files only (no profiles, no printing). Performance of network browsing is slow in Windows 2000 and XP, taking 10-15 seconds to open and display the contents of a folder. The same browsing activity from a Mac works fine with no unacceptable delays. I'm trying to sell Samba here, but these delays are
2014 Jun 20
0
Alleged bug in Silk codec
Hi Marcello, Actually, we were careful to avoid the undefined behaviour here. In fact, we are specifically running a clang test detecting undefined behaviour. If you look at the silk_SMLABB_ovflw() macro, you will see it is based on silk_ADD32_ovflw(), which is defined as: #define silk_ADD32_ovflw(a, b) ((opus_int32)((opus_uint32)(a) + (opus_uint32)(b))) By casting to unsigned, all the cases
2004 Nov 02
2
Color schemes that work for people with color-deficient vision
A recent article in the earth science literature cited below and available at http://geography.uoregon.edu/datagraphics/EOS/ points out that rainbow color schemes and mixtures of green and yellow can be troublesome for people with color-deficient vision. The authors propose alternative schemes that can be viewed and downloaded in RGB, HSV, CMYK, and RGB256 formats from
2006 Mar 23
1
TrippLite SmartPro UPS and nut-2.0.2
I have a TrippLite SmartPro UP (SMART3000RM2U) that shipped with the DB9 cable# 73-0866. nut doesn't recognize the UPS using the tripplite driver. I found this page: http://www.tripplite.com/support/download/PA12/help/device.htm The link lists the SmartPro series as using the cables 73-0724 or 73-0844 and the Internet 350/525 is listed as using a cable 73-0866. I have a few 73-0844s
2015 Feb 23
1
[PATCH] opus_demo: remove unused but set values
--- src/opus_demo.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/opus_demo.c b/src/opus_demo.c index 72506b5..5a75679 100644 --- a/src/opus_demo.c +++ b/src/opus_demo.c @@ -245,14 +245,14 @@ int main(int argc, char *argv[]) double bits=0.0, bits_max=0.0, bits_act=0.0, bits2=0.0, nrg; double tot_samples=0; opus_uint64 tot_in, tot_out; - int
2014 Jun 20
2
Alleged bug in Silk codec
Hi Jean-Marc, well spotted! The patch provided fixes the issue for me. Nevertheless, in my code (and I would suggest doing the same in libopus) I am going to replace the function with one that accumulates on 64 bits and then calculates the shift, for at least 4 reasons: - It is less and simpler code - The result is likely to be slightly more accurate in case big numbers come early in the
2015 Jul 06
1
Windows 8.1 Join Domain
El 6/7/2015 7:22 p. m., "Chuck Theobald" <chuckt at uoregon.edu> escribi?: > > On 6/26/2015 3:32 AM, Daniel M?ller wrote: >> >> You have a dotted domain like my.dom? >> >> The windows 8.1 will refuse to join. >> Just look at: >> http://tam.belchenstuermer.de/join-a-samba-domain-with-dot-in-its-name-using >> -windows-8-1/ >>
2002 Oct 29
0
smb over ssh still valid?
is smb over ssh still valid? i eagerly tried it as specified in the unofficial samba howto <http://hr.uoregon.edu/davidrl/samba.html>, but no go. net view responds "System error 53 has occurred. The network path was not found." ssh (putty, with port 139 forwarded to localhost:139) did successfully connect from a win2k machine accross the internet to my redhat 7.2
2014 Jun 20
2
Alleged bug in Silk codec
Right, there shouldn't be a problem with undefined behavior. That said, a 64 bit implementation will work very well - in fact that's how it was done originally. The reason for the current implementation is to minimize 64-bit operations in order to improve performance on limited-width architectures. This functions gets used extensively, and I think the current implementation is faster on
2010 Feb 05
1
using RPCS printer driver for a P&P printer
Hi, I'm wondering if anyone has had experience with using RPCS printer drivers in a P&P printer share. Installing the driver onto samba went without a problem (followed the Samba howto "chapter 21: Add Printer Wizard Driver Installation") but after that, every time i try to access the printer properties it takes sometimes minutes to open or just doesn't come up at all (same
2006 Jun 13
1
LEGO LOCO: startup error
I've installed successfully LEGO LOGO, a game made by LEGO Media. But, when I run it, I get a messagebox with the following error: ?LEGO LOCO only runs in High Colour (16-bit) 800x600, 1024x768 and 1280x1024. Please change to one of these settings.? Is there any workaround for this? Or must I change xorg.conf? (I'm using 1024x768. I suppose the problem is depth - mine is perhaps 24.)
2008 Jun 24
1
Kernel panic since CentOS 5.2 upgrade
Hello, since upgrading to CentOS 5.2 my notebook hangs while booting with a "Kernel panic - not syncing: Fatal exception" error. Here is a screenshot: http://www.istari.de/olaf/centos/r0013878.jpg # uname -a Linux beutelsend.istari.de 2.6.18-53.1.21.el5 #1 SMP Tue May 20 09:34:18 EDT 2008 i686 i686 i386 GNU/Linux # grep kernel /etc/grub.conf kernel /vmlinuz-2.6.18-92.1.1.el5