search for: ftr

Displaying 20 results from an estimated 197 matches for "ftr".

Did you mean: for
2003 Aug 23
1
explanation of lm's coefficients
I don't understand the coefficients returned from the lm function. I expected these to be the mean values for each factor in the model. Given this data and model: data<-c(rnorm(10,mean=0,sd=1),rnorm(10,mean=1,sd=1),rnorm(10,mean=-.5,sd=1)) ftr<-as.factor(rep(1:3,each=10)) fit<-lm(data ~ ftr) the mean values of the three facotrs from the data: c(mean(data[1:10]), mean(data[11:20]), mean(data[21:30])) [1] -0.3589049 0.6034931 -0.7256897 are not the same as the coefficients return from fit: fit$coef (Intercept) ftr2...
2007 Apr 29
2
impossible to open SPSS file
...d.spss("C:\Rdata\ESS1_ICT.SAV") Erreur dans read.spss("C:RdataESS1_ICT.SAV") : impossible d'ouvrir le fichier I guess the error is evident for everyone else, but I don't see it. Thanks Frank Thomas -- .......................................... Dr. Frank Thomas FTR Internet Research 93110 Rosny-sous-Bois France
2023 Jul 12
3
[PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev
...ot;small count of reverted commits", you're right. If however your metric is: Better get 95% of this series' change in than maybe 0%, the split series is the way to do it. With me having spend ~3h on this series' changes, it's maybe understandable that I did it the way I did. FTR: This series was created on top of v6.5-rc1. If you apply it to drm-misc-next you get a (trivial) conflict in patch #2. If I consider to be the responsible maintainer who applies this series, I like being able to just do git am --skip then. FTR#2: In drm-misc-next is a new driver (drivers/gpu/drm...
2023 Jul 12
3
[PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev
...ot;small count of reverted commits", you're right. If however your metric is: Better get 95% of this series' change in than maybe 0%, the split series is the way to do it. With me having spend ~3h on this series' changes, it's maybe understandable that I did it the way I did. FTR: This series was created on top of v6.5-rc1. If you apply it to drm-misc-next you get a (trivial) conflict in patch #2. If I consider to be the responsible maintainer who applies this series, I like being able to just do git am --skip then. FTR#2: In drm-misc-next is a new driver (drivers/gpu/drm...
1999 Jul 15
1
Strange behavior using .Fortran
...INTEGER M, N, TOTAL, POSSIB, IFAULT DOUBLE PRECISION X(*), Y(*), P C ... etc., lots of code ... Here is the prototype of R-code that I used ... > dyn.load("/path-to-lib/rtest.o") > fisher.ts.test<-function(x,y){ nx<-length(x) ny<-length(y) ftr.out<-..Fortran("fisher", as.real(x), as.integer(nx), as.real(y), as.integer(ny), as.integer(0), as.integer(0), as.real(0.0),...
2013 Mar 21
2
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...e similar more similar to Itanium ABI > > than to MSVC ABI) that should be exceptions from the general Win32 > > handling code. > > > > That is, > > b) We should add a IsTargetWin32 which is true if the MSVC 32-bit ABI > > is used and false for Cygwin+MinGW. > FTR, there's already such a method but it is (mis?)used only in > lib/Target/X86/X86FrameLowering.cpp for segmented stacks. > Are segmented stacks actually used with MSVC or is it just the > conditions there should use isTargetMingw() && !is64Bit() instead? > > cc'ing gra...
2023 Jul 27
2
[PATCH net-next V4 2/3] virtio_net: support per queue interrupt coalesce command
...ration can diverge from the global > configuration. > > Signed-off-by: Gavin Li <gavinl at nvidia.com> > Reviewed-by: Dragos Tatulea <dtatulea at nvidia.com> > Reviewed-by: Jiri Pirko <jiri at nvidia.com> > Acked-by: Michael S. Tsirkin <mst at redhat.com> FTR, this patch is significantly different from the version previously acked/reviewed, I'm unsure if all the reviewers are ok with the new one. [...] > static int virtnet_set_coalesce(struct net_device *dev, > struct ethtool_coalesce *ec, > struct kernel_ethtool_coalesce *kern...
2013 Feb 09
1
Forum
...;EvilOverlord". > I'm sorry, but I can't offer more insight than that. > #icecast on freenode IRC and the two mailing lists are the primary > support options for Icecast. > The forum is more of a self-help corner it seems and hosting donated by > above mentioned person. FTR: I just registered out of curiosity. The email indicates that this is manual activation. So in Dennis case the question is "how long is 'never'?", because it might simply be that the admin didn't get around to it for some reason (e.g. vacation or such). Hope that helps. C...
2009 Feb 10
1
mailing lists and Dovecot deliver (lda)
...boxes system. And where I should be looking. The examples on the Postfix site don't seem to address a purely virtual mailboxes system and I haven't found anything about doing it with deliver. I think I'm at the wrong tree (Dovecot deliver) and should be pestering the Postfix list. FTR, I host some sites for not-for-profits and they have asked about setting up lists. So far I've dodged the question but would like to attempt it now. Thanks, Rod --
1999 Jul 15
0
Strange behaviour using .Fortran
...INTEGER M, N, TOTAL, POSSIB, IFAULT DOUBLE PRECISION X(*), Y(*), P C ... etc., lots of code ... Here is the prototype of R-code that I used ... > dyn.load("/path-to-lib/rtest.o") > fisher.ts.test<-function(x,y){ nx<-length(x) ny<-length(y) ftr..out<-.Fortran("fisher", as.real(x), as.integer(nx), as.real(y), as.integer(ny), as.integer(0), as.integer(0), as.real(0.0),...
2006 Nov 22
1
sshd startup error on SCO SR6
...s unreachable. debug1: Bind to port 22 on 0.0.0.0. Server listening on 0.0.0.0 port 22. This comes from server_listen() in sshd.c (introduced in v4.4p1) and is apparently due to getnameinfo() not returning a valid numeric host address. Should I be concerned? sshd seems to be functioning OK. FTR, this problem does not occur on SCO Openserver 5.0.7. Feature request: Could the sshd version number be added to its startup syslog message? -- Roger Cornelius rac at tenzing.org
2013 Nov 09
1
What's a sensible log level?
..."workgroup" and back again, as Administrator. > > Three of them aren't, the client side says > > The following error occurred attempting to join the domain > "pi.planetinnovation.com.au": > > Logon failure: unknown user name of bad password. FTR, this was fixed by joining as "Administrator@<REALM>" instead of "Administrator" or "<REALM>\Administrator". I don't understand why. (I especially don't understand why only *some* hosts needed that.) > What are sensible "log level" va...
2019 Nov 14
2
Workflow to commit changes using git alone (?)
...obinson at sony.com remote.origin.url=https://github.com/llvm/llvm-project.git I haven't put my github account name in anywhere, am I supposed to? I do have a key set on the account, but I might have messed up when trying to put it in a right place on my Windows system. FTR the website instructions still talk about using "git llvm push" which IIUC is Not A Thing anymore. Thanks, --paulr _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm.org https://urldefense.proofpoint.co...
2020 Sep 14
2
Mem2reg: load before single store
...nt a; // or, equally, int a=0; >> >> int main(){ >> int b; >> if (b) // (*) >> > At this line, you invoke undefined behavior by reading the value of "b", > before it's been initialized. At this point, the compiler may do whatever > it likes. FTR, it is *not* UB to read the value of b, you will read undef which is totally fine. It is however UB to branch on undef. At that point we can stop discussing what "happens next". ~ Johannes > > _______________________________________________ > LLVM Developers mailing list &gt...
2009 May 02
2
Darkice / Icecast2 - please assist
I am using Darkice 0.17.1 and Icecast2 2.3.1 Darkice cannot talk to icecast, and I have no idee about there reason: Logentry on icecast server side: [2009-04-29 16:48:49] EROR connection/_handle_connection HTTP request parsing failed config for Icecast is a standard mount which works with ices. config for darkice is: [icecast-0] bitrateMode = vbr # constant bit rate bitrate
2019 Dec 15
1
Solr commit and optimize: which user?
Hi, I have Solr FTR working with dovecot, and need to do the commit and optimize recommended here: https://wiki.dovecot.org/Plugins/FTS/Solr Should this run as root, or as each mail user. The documentation above implies, but doesn't state, that it is root. The docs here are similar: http://grimore.org/networkin...
2013 Mar 21
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...it's Cygwin and MinGW (that are similar more similar to Itanium ABI > than to MSVC ABI) that should be exceptions from the general Win32 > handling code. > > That is, > b) We should add a IsTargetWin32 which is true if the MSVC 32-bit ABI > is used and false for Cygwin+MinGW. FTR, there's already such a method but it is (mis?)used only in lib/Target/X86/X86FrameLowering.cpp for segmented stacks. Are segmented stacks actually used with MSVC or is it just the conditions there should use isTargetMingw() && !is64Bit() instead? > c) We should add CC_X86_Win32_C a...
2015 Apr 16
2
[LLVMdev] RFC: Metadata attachments to function definitions
On 04/15/15 12:55, Duncan P. N. Exon Smith wrote: >> On 2015-Apr-15, at 08:11, Ivan Baev <ibaev at codeaurora.org> wrote: >> >>> Date: Tue, 14 Apr 2015 21:33:03 -0700 >>> From: "Duncan P. N. Exon Smith" <dexonsmith at apple.com> >>> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> >>> Subject: [LLVMdev] RFC:
2020 Jul 15
2
[RFC] Introducing classes for the codegen driven by new pass manager
...that only run in the codegen pipeline, but are still nameable with opt to run individually for testing purposes. Switching over doesn't need to block on these passes being migrated. So I'm not sure this method of determining progress towards switching to NPM actually makes sense. > > FTR, there are IR-level passes that only run in the codegen pipeline, > and are *not* available in opt, but are available in llc; for example > the stack protector pass. Just throwing that out there. > --paulr I would consider these to be bugs. These passes tend to be poorly tested and don’...
2016 Apr 15
1
Heteroscedasticity in a percent-cover dataset
Hi, I am currently trying to do a GLMM on a dataset with percent cover of seagrass (dep. var) and a suite of explanatory variables including algal (AC) and epiphyte cover (EC), rainfall, temperature and sunshine hours. M2=glmer(SG~AC+EC+TP+SS+RF+(1|Location/fSi/fTr), family=binomial,data=data,nAGQ=1) As the dependent variable is percent cover, I used a binomial error structure. I also have a random effect due to nested of the data collection strategy. However, I keep getting heteroscedasticity issues as shown in the image below. I have tried using an arcsine...