Displaying 20 results from an estimated 900 matches similar to: "Two-way Anova"
2009 Mar 31
3
'for Loop'
Hello,
I'm trying to create a for loop for a data set, I have a list of results in this data set and I want to take the 1st two add them together and divide by the mean of the 1st to, then do the same for the 3rd and 4th values in the list and so on and each time return a value for the calculation on each pair.
Any help would be appreciated.
Thanks,
Al
[[alternative HTML version
2009 Feb 01
3
IMAP Authentication
Does anyone have any experience using an IMAP server to authenticate Samba
users? The idea is to control viability and read/write access to file/print
services using an Internal only email server.
Thanks, John
2007 Jan 03
4
over 200 queues, anyone?
Hello list,
one of our clients is going to be deploying a system with over 200
differently composed queues and 100 agents. We are going to do a full test
of the viability of this solution before deployment, but I was wondering
if anyone has experience of such a setup and if there are any obvious
problems or no-nos.
Any suggestion welcomed,
l.
--
Home of QueueMetrics -
2006 Nov 29
4
rm() deletes 'c' if c('a','b') is the argument (PR#9399)
Full_Name: Lixin Han
Version: 2.4.0
OS: Windows 2000
Submission from: (NULL) (155.94.110.222)
A character vector c('a','b') is supplied to rm(). As a result, 'c' is deleted
unintentionally.
> a <- 1:5
> b <- 'abc'
> c <- letters
> ls()
[1] "a" "b" "c"
> rm(c('a','b'))
> ls()
character(0)
2007 Mar 21
1
CN=Diarmaid O'Loughlin/O=QAD1 is out of the office.
I will be out of the office starting 22-03-2007 and will not return until
16-04-2007.
I will be on holidays until the 16th of April. I will have no access to
e-mail during this time. If this is a matter relating to IT support, please
contact the IT Helpdesk by either opening a ticket via
http://helpdesk.qad.com/request. Or calling the EMEA helpdesk on +31 20 654
7139.
If this is an urgent
2001 Mar 16
2
python bindings for R
Hello,
my group is investigating the development of a statistical program in
support of some other work we are doing. Stats is not really our area of
expertise and we would like to leverage existing code where possible. From
your site, I have gathered that R is pretty capable and well used. We are
currently developing in python and targetting a primarily windows
environment. We would like to
2007 Jul 20
1
[LLVMdev] LLVM-MIPS
Selon Bruno Cardoso Lopes <bruno.cardoso at gmail.com>:
> Hi Hidle,
>
> Yes, it's not complete yet but i'm working on it.
> I can compile simple sources. As it's on a experimental
> stage i did not added the patch to the llvm autoconf files.
>
Right now, I tried the last mingwin binaries of llvm-gcc (downloaded from your
official website) : I compared the
2008 Nov 12
0
[LLVMdev] new comer question
Bin Xin wrote:
> Hello LLVMers,
>
> I am considering LLVM for a project, but I am not sure the handling of
> (C/C++ or 3rd party) library code used by user program. My
> understanding is that if those library code comes in native format, then
> all the benefit of LLVM is lost on them.
More accurately, the LLVM analyzers and optimizers cannot
analyze/transform code that is not
2017 Dec 18
0
Gluster consulting
Thanks for the replies Joe.
Yes, it does seem that Gluster is a very in-demand expertise. And it's
hard to justify the cost of Red Hat's commercial offering without first
putting a POC in place to confirm viability.
Thanks again,
HB
On Mon, Dec 18, 2017 at 12:08 PM, Joe Julian <joe at julianfamily.org> wrote:
> Yeah, unfortunately that's all that have come forward as
2011 Aug 23
1
XCP: disk2vhd -> xenconvert (to ovf) -> xe vm-import
Hi all,
I`m evaluating methods for nightly "snapshot" a physical win2003 to
xcp vm.
I know it would be a lot easier and reliable just to to one convert
one time and start to generate real vm snapshots, but at this time I
cannot use this method.
I tested the sequence: disk2vdh -> xenconvert (to xcp), but a big
deal of using this method is that xenconvert does not send
2020 May 19
3
linker adaptability ...
hello folks,
I'm working to add runtime updating of code to the OCaml compiler
which in its bytecode
guise presents no barrier because there is only one linker and it is
written in that language and
full control is available.
With native code on the other hand, there is reliance on the system
linker and I got completely
lost examining the GNU ld/dl library source code.
The prospect of
2016 Apr 01
4
DAGIR
Hello all,
The rich history of binary distribution formats based on LLVM
[0][1][2][3][4] has proven LLVM's viability as a launchpad for stable
platforms. However, issues with compilation time and compiler size have
suggested that the translator must do too much, i.e. LLVM IR isn't a
low-level enough virtual machine. So we introduce DAGIR ("dagger"), a new
portable close to the
2011 Apr 01
1
[LLVMdev] Is LLVM our answer??
Hey everyone, I'm new to LLVM and am conducting LLVM R&D as CTO for some new technology in our company products. I've done a basic review of all the major components and have walked through the Kaleidoscope tutorial in order to get a feel for LLVM since it seems to address the needs we're looking to fill. Separately, congrats to all the LLVM developers for making LLVM grow to be
2012 Aug 27
0
PVAClone: new package for population viability analysis
Dear UseRs!
We are pleased to announce the release of our new package 'PVAClone'.
The 'PVAClone' package implements Population Viability Analysis (PVA)
methodology using data cloning. The data cloning algorithm by Lele et
al. (2007, 2010) is employed to compute maximum likelihood estimates
of the state-space model parameters and the corresponding standard
errors, heavily
2012 Aug 27
0
PVAClone: new package for population viability analysis
Dear UseRs!
We are pleased to announce the release of our new package 'PVAClone'.
The 'PVAClone' package implements Population Viability Analysis (PVA)
methodology using data cloning. The data cloning algorithm by Lele et
al. (2007, 2010) is employed to compute maximum likelihood estimates
of the state-space model parameters and the corresponding standard
errors, heavily
2006 Apr 17
0
difference of means as response?
Dear R users,
I am looking for some advice on the proper construction of a mixed model
in R, using the difference in means as the response and treating
within-means residuals as a random effect.
I have a dataframe (my own, a snippet of which is given below) that is
composed of observations of pollen viability in flowers along tree
branches. Flowers (1 to 3 per position) were collected from
2020 Jun 26
4
Introducing the binary-level coverage analysis tool bcov
## TL;DR
We introduce bcov, an open-source binary-level coverage analysis tool [1].
The details are discussed in our paper [2], which is accepted to
ESEC/FSE'20. bcov statically instruments x86-64 ELF binaries without
compiler support. It features several techniques that allow it to achieve
high performance, transparency, and flexibility.
For example, running "make
2004 Sep 10
2
Should FLAC join Xiph?
En r?ponse ? Matt Zimmerman <mdz@debian.org>:
> BSD licensing has been demonstrated to work in practice, for similar
> applications, by a number of high-profile projects, including those
> associated with Xiph.org. I believe that in these situations, the
In the case of hardware support, the benefits are still not there.
> freedom
> and continued viability of the software
2024 Nov 29
1
Linux desktop setup with authentication against Samba AD DC
On 11/29/24 20:07, Rowland Penny via samba wrote:
> On Fri, 29 Nov 2024 12:07:45 +0100
> Peter Milesson via samba <samba at lists.samba.org> wrote:
>
>>> Hi Peter, that was actually more than what I was expecting, a very
>>> detailed tutorial indeed.
>>>
>>> I wonder if the basic setup could be used with any Linux distro ?
>>> Only one
2015 Jul 30
1
Fedora change that will probably affect RHEL
On 07/29/2015 07:40 PM, Chris Murphy wrote:
> On Wed, Jul 29, 2015 at 4:37 PM, Warren Young <wyml at etr-usa.com> wrote:
>
>> Security is *always* opposed to convenience.
> False. OS X by default runs only signed binaries, and if they come
> from the App Store they run in a sandbox. User gains significant
> security with this, and are completely unaware of it. There is