similar to: * Stresstool Help required

Displaying 20 results from an estimated 900 matches similar to: "* Stresstool Help required"

2003 Feb 06
1
Call C routine problem
When I call C function from Splus, I often meet this problem: "Problem: Couldn't find a function definition for "Stest" " My c function is saved as 'test.c' (the function is also named as 'test' My splus function is saved as 'Stest', such as Stest <- function(d,f) { .C("test", as.integer(d), as.single(f)) } Assume my files (test.c
2019 Feb 08
0
lib-master test failure i686
Any Ideas? On 2/7/2019 12:13 PM, Eric Broch via dovecot wrote: > > Hello List, > > I've built and checked successfully dovecot and dovecot-pigeonhole on > CentOS 6 x86_64 > > Immediately below are the successful make check (ok) tests of dovecot > 'lib-master' (x86_64). > > Below that are the unsuccessful (fails) tests of dovecot 'lib-master'
2019 Feb 07
2
lib-master test failure i686
Hello List, I've built and checked successfully dovecot and dovecot-pigeonhole on CentOS 6 x86_64 Immediately below are the successful make check (ok) tests of dovecot 'lib-master' (x86_64). Below that are the unsuccessful (fails) tests of dovecot 'lib-master' on i686. Does anyone have a clue as to why these test would fail on i686? (x86_64): Making check in lib-master
2005 Feb 08
1
Asterisk causing server to hang ... any hints?
I am trying to set up a simple Asterisk server. All it's going to do for now is to act as my voicemail box. I've got a DID from Voicepulse, and am using IAX (I'll get to SIP someday when I want to circumvent the phone company for long-distance, but for now I'd be happy to get a trial version of Asterisk running). So far, I've managed to set up voicemail.conf, extensions.conf
2019 Feb 08
2
lib-master test failure i686
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Can you try if https://github.com/dovecot/core/commit/de42b54aaf165d4f62b45be864dde36bdbbc4276.patch helps? </div> <div> <br> </div> <div> Aki </div> <blockquote type="cite"> <div>
2011 Feb 10
2
Rioja package, creating transfer function, WA, "Error in FUN"
Hi, I am a new R user and am trying to construct a palaeoenvironmental transfer function (weighted averaging method) using the package rioja. I've managed to insert the two matrices (the species abundance and the environmental data) and have assigned them to the y and x values respectively. When I try and enter the 'WA' function though, I get an 'Error in FUN' message (see
2000 Sep 11
0
SAMPLS R implementation : pbm with algorithm application
Hello R people, i'm trying to implement the Partial Least Squares algorithm called SAMPLS from "J.Comp-Aided Molecular Design", 7 (1993), 587-619. It's faster than the classical PLS algorithm for fat matrix (m>>n). Here's the algorithm from the article of Bush B. L. and Nachbar R.B.: X is the matrix of explanatories proprieties (m*n) , y the matrix of responses, h
2009 Feb 25
1
S4 helper functions: regular or generic?
Hi there, I want to write helper functions for a base class, which will be used by its subclasses in the S4 world. This function ___will___ update certain slots of its argument object. Please help me decide which one of the following is a better approach with respect to coding style, memory usage and speed: o Write a regular function. o Declare a generic and implement it just for the base
2012 Jun 19
1
ANOVA help
Hi All, I have a microarray dataset as follows:                           expt1 expt2 expt3  expt4 expt 5  gene1                val      val     val      val     val gene2                val      val     val      val    val . . .. gene15000       val       val     val      val     val The result is from the same organism in four different experiments.  Also, there are 4 replicates of each
2008 Jul 10
2
[PATCH] tripplite driver updates
The tripplite driver was developed on a machine with a reliable serial connection, and inherited the assumption that the serial line connection would not drop, reorder, or fail character read and writes. This patch adds significantly improved failure mode handling and also does basic checks of data validity. There's also a few minor cleanups/beautification. I've tested this code on my
2015 Nov 14
1
After installation
Agree with you. Can you email me the link? On Saturday, November 14, 2015, Eero Volotinen <eero.volotinen at iki.fi> wrote: > How about reading the documentation and learning the basics. You are not > going to get step by step instructions. > > Eero > 14.11.2015 4.16 ap. "Siva Prasad Nath" <shivaprasadnath21 at gmail.com > <javascript:;>> >
2011 Mar 09
2
Anomaly with unique and match
I stumbled onto this working on an update to coxph. The last 6 lines below are the question, the rest create a test data set. tmt585% R R version 2.12.2 (2011-02-25) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Platform: x86_64-unknown-linux-gnu (64-bit) # Lines of code from survival/tests/singtest.R > library(survival) Loading required package: splines
2015 Mar 07
2
[LLVMdev] cannot understand global c++API code
Hi all, translating the following c code to llvm c++Api code, I can not understand the result. Perhaps someone could explain it to me. c code --------------------------------- struct stest { int age; float weight; } foo={44,67.2}; int main() { foo.weight=68.2; ... ---------------------------------------- API code // this is clear ConstantFP* const_float_102 =
2015 Nov 22
0
Urgent Help
I copy from other server. Grub is confusing. I need another help. I want to go for virtual concept. So that I can minimise down time. On Sunday, November 22, 2015, Mauricio Tavares <raubvogel at gmail.com> wrote: > On Sat, Nov 21, 2015 at 9:31 PM, Siva Prasad Nath > <shivaprasadnath21 at gmail.com <javascript:;>> wrote: > > I am from application back ground. I never
2008 Apr 14
3
Doing the right amount of copy for large data frames.
Hi there, Problem :: When one tries to change one or some of the columns of a data.frame, R makes a copy of the whole data.frame using the '*tmp*' mechanism (this does not happen for components of a list, tracemem( ) on R-2.6.2 says so). Suggested solution :: Store the columns of the data.frame as a list inside of an environment slot of an S4 class, and define the '[',
2015 Nov 22
2
Urgent Help
On Sat, Nov 21, 2015 at 9:31 PM, Siva Prasad Nath <shivaprasadnath21 at gmail.com> wrote: > I am from application back ground. I never worked on Linux. I follow some > steps which posted on internet. > I update Kernel from centos rescue cd option. But boot did not update.Is it > a bug in Centos? > How did you update the kernel exactly? > On Sunday, November 22, 2015,
2015 Nov 14
3
Fwd: After installation
---------- Forwarded message ---------- From: *Siva Prasad Nath* <shivaprasadnath21 at gmail.com> Date: Saturday, November 14, 2015 Subject: After installation To: centos-devel at centos.org Hi, I installed Centos. After login as root I can see the config file. Please advice me about the next step. With regards, Shiva -- Shiva Prasad Nath 92981134 -- Shiva Prasad Nath 92981134
2018 Feb 21
2
Fwd: Migrating server
Hi Andrew, I've setup a new Samba 4 box (sam4dc) on Ubuntu 14.04 with Samba 4.3.11. I have the following Just to clarify, sam3DC is the current DC with samba 3.6.3 smb.conf [global] workgroup = STEST netbios name = Sam4DC password server = Sam3DC (This is the current DC) security = user resolv.conf nameserver = 192.168.10.1 (IP of Sam3DC) I can ping the sam3dc from the
2015 Nov 25
1
IP table Restore
How much I have to pay? Shiva Prasad Nath 92981134 On Wed, Nov 25, 2015 at 4:01 PM, Eero Volotinen <eero.volotinen at iki.fi> wrote: > How about learning the basics? Commercial support is also available, if you > really need some one to fix your server. > > > > -- > Eero > > 2015-11-25 9:51 GMT+02:00 Siva Prasad Nath <shivaprasadnath21 at gmail.com>: >
2018 Feb 21
0
Fwd: Migrating server
On Wed, 2018-02-21 at 15:06 +1000, Rob Thoman wrote: > Hi Andrew, > > I've setup a new Samba 4 box (sam4dc) on Ubuntu 14.04 with Samba 4.3.11. I have the following > > Just to clarify, sam3DC is the current DC with samba 3.6.3 > > smb.conf > > [global] > workgroup = STEST > netbios name = Sam4DC > password server = Sam3DC (This is the current