Displaying 20 results from an estimated 500 matches similar to: "prep for 2.8: scopes and variables: nodes are not classes"
2009 Dec 22
2
use of lm() and poly()
Hi all,
I want to fit data called "metal" with a polynominal function as dP ~ a.0 +
a.1 * U0 + a.2 * U0^2 + a.3 * U0^3 + a.4 * U0^4
The data set includes, the independant variable U0 and the dependant
variable dP.
I've seen that the combination of lm() and poly() can do that instead of
using the nls() function.
But I don't get how to interpret the results from the linear
2010 Jun 15
1
help biglm.big.matrix; problem with weights
Hello colleagues,
I have tried to use the package biglm. I want to specify a
multivariate regression with a weight.
I have imported a large dataset with the library(bigmemory). I load
the library (biglm) and specified a regression with a weight. But I
get everytime a error message like ?object not found? or ?`weights'
must be a formula? or "error in eval(expr, envir, enclos)". I
2002 Mar 22
0
sequential t-test - replies
[my original message to s-news & r-help is attached ]
No one possessed or knew of any S/R code for the sequential t-test. Also
it doesn't appear in the SAS index.
One or two suggested obtaining the S+ seqtrial software which may (or may
not) cover this, but this seemed to be a bit of a "hammer to crack a nut".
I have written a function based on the treatment in Wetheril
2011 Sep 01
2
CentOS 6.0 and 3ware 9650SE series RAID Performance
Hello,
Does anyone have experience using a 3ware 9650SE series raid controller on
CentOS 6.0?
I am getting very sporadic throughput with moderately sized files (0.5-2GB)
on ext3. I have tried most of the mount time tuning options:
* noatime
* trying different journal types
* setting commit=120 - helped a little
Even after these optimizations it doesn't seem like the raid array is
working
2006 Feb 20
1
need help on nlme()
Hello there,
I am using nlme() to fit a logistic mixed effect model on our data.
The outcome variable is binary.
I got the error when I wanted to add a group factor to my model.
My initial model is as below:
model.a <- nlme(response~ 1/(1 + exp( -intercept- u0 - slope*TIME -
u1*TIME)),
+ fixed=intercept+slope~1, random= u0+u1~1
|studentID,
2020 Apr 22
0
slow performance on company production server I need help
Correct, 3ware 9670SE SATA-II Raid PCIe
[root at daisy dev]# lspci
00:00.0 Memory controller: NVIDIA Corporation CK804 Memory Controller
(rev a3)
00:01.0 ISA bridge: NVIDIA Corporation CK804 ISA Bridge (rev a3)
00:01.1 SMBus: NVIDIA Corporation CK804 SMBus (rev a2)
00:02.0 USB controller: NVIDIA Corporation CK804 USB Controller (rev a2)
00:02.1 USB controller: NVIDIA Corporation CK804 USB
2008 Jan 12
1
Duplicate filename with Samba 3.0.28
Hello,
I'm having an odd problem that I can't find a resolution to.
I have a Freebsd 6.2 server with recently upgrade samba software (from
3.0.26a) and an WinXP client. There's a single file:
1015280 -rw-r--r-- 1 userid staff 991M Jan 7 09:13 fbsdusb.img
shared from \\server\tmp, that appears twice when browsed from WinXP.
If I rename it (i.e. fbsdUSB.img or fbsdusb.iso) or
2010 Jun 16
0
biglm.big.matrix: Problem with weighting
Hello colleagues,
I have tried to use the package bigmemory, biganalytics and biglm. I
want to specify a multivariate regression with a weight.
I have imported a large dataset with the library(bigmemory). I load the
library (biglm) and specified a regression with a weight. But I get
everytime an error message like "object not found" or "`weights' must be
a
2015 Aug 13
2
sieve-filter failure problems
I use sieve-filter for postprocessing misclassified mail.
For false positives I use the following script:
require [ "variables", "include", "fileinto" ];
global [ "FORCENOSPAM", "ext", "ext1" ];
set "FORCENOSPAM" "YES";
fileinto "JUNK-PRENOUCE";
if header :matches "Delivered-To"
2003 Jan 31
0
find max of implicit function OR inversion of 2D mappings.
Dear R-Users,
I am looking for a help to deal with the following computational problem:
I have a mapping f(x, y) -> (u, v) of [0,1]*[0,1] -> R^2. The mapping is
given by tabulating f(x,y) on a uniform 2D grid and is assumed to be
"interpolatable" in between the grid points (the number of points on each
dimension is rather small, say 5). My ultimate goal is to numerically
maximize
2005 Dec 07
1
Ext3 journal abort FC4+Updates
Dear All
Problem with ext3 fs on 3ware 9500S controller:
Dec 7 05:59:50 stams kernel: EXT3-fs error (device sda1):
ext3_add_entry: bad entry in directory #145998372: rec_len is smaller
than minim
al - offset=0, inode=0, rec_len=0, name_len=0
Dec 7 05:59:50 stams kernel: Aborting journal on device sda1.
Dec 7 05:59:50 stams kernel: ext3_abort called.
Dec 7 05:59:50 stams kernel: EXT3-fs
2015 Aug 16
0
sieve-filter failure problems
Op 8/13/2015 om 4:33 PM schreef Jost Krieger:
> I use sieve-filter for postprocessing misclassified mail.
> For false positives I use the following script:
>
> require [ "variables", "include", "fileinto" ];
>
> global [ "FORCENOSPAM", "ext", "ext1" ];
>
> set "FORCENOSPAM" "YES";
>
>
2005 Nov 08
0
Re: OggYUV
> But chroma subsampling? no. And this is where much of the complexity
> comes.
>
> If we were to combine them, we would be, essentially, doing it something
> like
> this:
> Value Meaning
> 0 RGB
> 1 YUV444
> 2 YUV422
> 3 YUV420
> 4 YUV411
> .....
Yes.
> And then spend an additional field on bits/channel, whereas both chroma
2005 Nov 08
0
Re: [ogg-dev] OggYUV
> But chroma subsampling? no. And this is where much of the complexity
> comes.
>
> If we were to combine them, we would be, essentially, doing it something
> like
> this:
> Value Meaning
> 0 RGB
> 1 YUV444
> 2 YUV422
> 3 YUV420
> 4 YUV411
> .....
Yes.
> And then spend an additional field on bits/channel, whereas both chroma
2011 Jun 27
12
Ruby script to download files without 'puppet agent'
We have often the Problem that some files need to be checked for updates
faster than the cycle of the puppet agent. I try to solve this with a
script which tries to download the files directly from the fileserver of
the puppetmaster. So far i couldn''t get it to work.
I don''t know if i got the URL right, i did not find any examples on the
REST API documentation for the
2007 May 14
1
queue_exec: Unable to join queue
I have a queue defined which I use like this:
exten = _X.(reception),n,Ringing
exten = _X.,n,Queue(enidan,t,,,20)
exten = _X.,n,Voicemail(443,u)
exten = _X.,n,Hangup()
When I start asterisk, this queue doesn't work -
-- Executing [4439000@Business:3] Queue("mISDN/3-u0", "enidan|t|||20")
in new stack
[May 14 13:53:59] WARNING[17860]: app_queue.c:3541 queue_exec: Unable
2012 Aug 04
1
lme4 / HLM question
I'm hoping that this is a relatively easy question for someone familiar with
the lme4 package.
I'm accustomed to using HLM software and writing a simple 2 level [null]
equation like this:
L1 - Yij = b0 + e
L2 - b0 = B00 + u0
The following command in R provides results that are identical to the HLM
program.
results <- lmer( Y ~ 1 |id , PanelData4)
I can't
2007 Nov 20
2
Rsync and snapshot backups
I'm currently using rsync to backup home directories using this:
rsync -avx --delete --backup --backup-dir=/u1/home.bak /u0/home/
/u1/home >> ${log}
I'm trying to move to snapshot backups using this:
rsync -avx --delete --backup --backup-dir=/u1/home.bak
--link-dest=../home.current /u0/home/ /u1/home_${datetime} >> ${log}
This works except I no longer get deleted source
2014 Mar 03
1
reference classes, LAZY_DUPLICATE_OK, and external pointers
We (the lme4 authors) are having a problem with doing a proper deep
copy of a reference class object in recent versions of R-devel with
the LAZY_DUPLICATE_OK flag in src/main/bind.c enabled.
Apologies in advance for any improper terminology.
TL;DR Is there an elegant way to force non-lazy/deep copying in our
case? Is anyone else using reference classes with a field that is an
external pointer?
2016 Nov 02
0
v2.2.26.0 released
On 2016-11-02, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> If the standard way works, I am happy to include the original patch I
> sent, amended so that it checks for presence of LIBRESSL_VERSION_NUMBER.
> If they keep this promise, then we should have no worries about things
> breaking up.
Diff below is what I've added to OpenBSD ports.
The libressl API is not cast in