Displaying 20 results from an estimated 700 matches similar to: "significance of glm complete model"
2003 Mar 06
1
Problems with variable types.
Hi all,
I have problems in a dataframe variables types.
Look:
from a loop function:
for(...){
...
dados.fin <- rbind(dados.fin, c(L=j, A=j^2,
Nsp=nsps,
N=length(amosfin$SP),
AmT="am",NAm=nam,
AMST=amst))
dados.fin <- rbind(dados.fin, c(L=j, A=j^2,
2003 Apr 09
1
[OFF] Nested or not nested, this is the question.
Hi,
sorry by this off.
I'm still try to understand nested design.
I have the follow example (fiction):
I have 12 plots in 4 sizes in 3 replicates (4*3 = 12)
In each plot I put 2 species (A and B) to reproduce.
After a period I make samples in each board and count the number of
individuals total (tot) and individuals A and B (nsp). Others individuals
excepts A and B are in total of
2006 Feb 13
2
Traffic prioritization and 'class of service' for SIP
We're got a T1 from Sprint that we use for internet. During VIOP calls,
if you download something, the VOIP calls break up.
I found some info at Sprint for adding 'class of service', and I also
have some information on configuring our Cisco routers.
I've read the relevent pages on the wiki, but it seems vauge what's
required and what's required by the NSP (Sprint).
2004 Aug 02
5
Samba vs NtBackup Round 3.0.5
Hi all,
I experienced the same problem with 3.0.4 that Jeremy and Bruno were discussing - NTBackup unable being to connect to shares and erroring out with 'Access Denied'. I have today upgraded to 3.0.5 (using the Debian Woody packages) and that didn't fix the problem. Was the fix in 3.0.5r1 only applicable to 2000/2003 server? I am stuck in the dark ages of NT 4 here, maybe that is a
2006 Feb 04
2
dev86/vmxloader for debian
Hi all
I have built a preliminary debian package for dev86, required to build
xen with vmx support. you can get my packages here:
http://debian.nsp.co.nz/dev86. I have also trivially patched the rules
for xen 3 to build the vmxloader and include it in the resulting
packages, my builds/sources for these packages are here:
http://debian.nsp.co.nz/xen3/. I''m working with debian-mentors
2004 Mar 16
0
(no subject)
Hi all,
I'm building a Linux application server to replace 98% of the windows workstations in an enterprise. I'm using
Winbind to auth users logging into the server (through kdm/xdmcp) against the existing win2k AD PDC.
There are more than 50 different login scripts for the different users and groups. Because this company has
no in house Linux support I want to keep it as simple and easy
2004 Sep 15
1
Samba and NtBackup 3.0.7: Revenge of NtBackup
Hi all
I noticed that 3.0.7 is out (another security release)... does this contain the fixes for NtBackup connecting to a share?
Currently I have to use ftp to copy the data to the server before backing up... not ideal.
Thanks in advance
?
Tom Hibbert
??? Technical Specialist
?
Phone: +64-9-306-0230
Technical Helpdesk: +64-9-306-0234
Mobile: +64-274-307-784
Email: tom@nsp.co.nz
Website:
2011 Mar 20
4
predicting values from multiple regression
Hey List,
I did a multiple regression and my final model looks as follows:
model9<-lm(calP ~ nsP + I(st^2) + distPr + I(distPr^2))
Now I tried to predict the values for calP from this model using the
following function:
xv<-seq(0,89,by=1)
yv<-predict(model9,list(distPr=xv,st=xv,nsP=xv))
The predicted values are however strange. Now I do not know weather
just the model does not fit
2011 Jul 08
2
[LLVMdev] Explicit register usage in LLVM assembly
On Sun, Apr 3, 2011 at 2:58 AM, David Terei <davidterei at gmail.com> wrote:
> Hi Yiannis,
>
> As has been said GHC had this problem (I'm the author of GHC's LLVM
> backend). GHC uses 4 pinned registers on x86-32 and 16 on x86-64. The
> solution is to use a custom calling convention. I would argue that
> this is a better solution then having the registers
2017 Sep 29
2
HiPE calling convention
Hi all
I saw presentation http://www.softlab.ntua.gr/~gtsiour/files/erllvm_pres-20111107.pdf
and I have couple question to the HiPE calling convention. I am trying to enable HiPE call for Rust compiler.
That presentation mentioned that:
Virtual registers with “special” use, pinned to hardware registers
(unallocatable).
VM Register AMD64 Register
Native stack pointer %nsp
Heap
2011 Jul 08
0
[LLVMdev] Explicit register usage in LLVM assembly
On 8 July 2011 21:10, Yiannis Tsiouris <yiannis.tsiouris at gmail.com> wrote:
> The problem with that is the case of an 'invoke' call. According to the
> semantics of the invoke instruction the return value is not available when
> a stack unwind happens. From the Language Reference Manual:
> "For the purposes of the SSA form, the definition of the value returned by
2007 Aug 24
3
Merging two files together in R
Hi,
Thanks in advance for reading this post.
I received some affymetrix genotyping data back recently (250K, Nsp
array)…However, in order for me to do any analysis on this data set, I need
to add append the annotation file to it. Basically I want to do something
that looks like this:
Snpfile(tab delimited):
SNPID Genotype X Y
123 AA 13.4 1.2
2011 Jul 09
1
[LLVMdev] Explicit register usage in LLVM assembly
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On 07/08/2011 10:30 PM, Frits van Bommel wrote:
> On 8 July 2011 21:10, Yiannis Tsiouris <yiannis.tsiouris at gmail.com> wrote:
>> The problem with that is the case of an 'invoke' call. According to the
>> semantics of the invoke instruction the return value is not available when
>> a stack unwind happens. From
2017 Sep 29
0
HiPE calling convention
> On Sep 29, 2017, at 4:12 AM, denisgolovan via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi all
>
> I saw presentation http://www.softlab.ntua.gr/~gtsiour/files/erllvm_pres-20111107.pdf
> and I have couple question to the HiPE calling convention. I am trying to enable HiPE call for Rust compiler.
>
> That presentation mentioned that:
> Virtual registers
2009 Apr 02
0
FLAC: joining source files
Hello,
Here's a script i use to join multiple PCM source files and feed them
to FLAC. In the future i plan to add tag support from static CDDB (files).
It would be nice if this feature could be incorporated to the native encoder.
Another idea is to have flac/metaflac support joining FLAC files
themselves (but this is much heavier to implement)
-- and may pose issues with meta info like
2011 Nov 22
1
glht for lme object with significant interaction term
Dear all,
I'm working on some data from an experiment on the breeding behavior of
birds. In short, I have been measuring how the time spent on performing a
certain task (variable 'mean_on_active') differs over time (variable 'day',
2 levels) across three experimental categories (variable 'treat'; levels
'C', 'R', 'E'). The model shows a
2020 Oct 12
1
Duplicate Sambawiki??
I hope you "pushed the info upstairs".
Can you say plagiarism?
On Mon, Oct 12, 2020 at 6:56 AM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 12/10/2020 12:41, Robert Wooden via samba wrote:
> > Maybe the Samba team is aware of this?
> >
> > I discovered this this morning.
> > https://www.linuxsecrets.com/samba-wiki/index.html
>
2009 Apr 30
1
Hoe to get RESIDUAL VARIANCE in logistic regression using lmer
Hello everybody,
using the lmer function, I have fitted the following logistic mixed
regression model on an experimental data set containing one fixed factor
(Cond) and three random variables (Sito, Area, Trans):
> model<-lmer(Caul~Cond+(1|Sito)+(1|Area)+(1|Trans), data=dataset,
> family=binomial)
this is the output:
> summary(model)
Generalized linear mixed model fit by the
2003 Jul 17
2
i need help in cluster analyse
Hello,
My name is Rodrigo, I am using R program and I have a trouble.
I am trying to do a dendrogram with genetics information.
Let me explain...
The Similarity Matrix was already did, and with this matrix I want to construct a dendrogram.
So, the distance is done. I need to transform this matrix (that I have) in a dendrogram,
I woud be very grateful if someone could help me.
PS: I am sending
2015 Oct 05
0
authorship and citation
Simply advice:
The former co-author contributed, so he is still author and probably
copyright holder and has to be listed among the authors, otherwise it
would be a CRAN policy violation since even if he does not develop
further on, he developed parts of the so far existing package (if you
talk about a CRAN package).
I am not a lawyer, hence I cannot speak for copyright/license stuff in