Displaying 20 results from an estimated 380 matches for "gluing".
2002 May 27
1
nlme cross-over and fixed nested
I have problem getting the concept of a nested fixed variable into the nlme
scheme. I fear the question is very stupid. In the past I had asked this
before, and never got a reply (in other cases, the response was within
hours). I also checked the S-list, where several similar enquiries of other
people are orphaned.
We have a cross-over design, where patient are treated two weeks with
placebo,
2007 May 04
1
rgl install on rhel4 x86_64
I'm trying to install rgl 0.71 on a redhat enterprise 4, x86_64. I have
tried using R 2.2.1, 2.3.1, and 2.5.0. I have successfully installed
this version of rgl, using R 2.2.1 on an rhel4 i386 host. On the x86_64
host, I receive the following configuration error:
checking GL/gl.h usability... no
checking GL/gl.h presence... yes
configure: WARNING: GL/gl.h: present but cannot be
2005 Jun 02
3
How to change all name of variables
Dear R-helpers,
First I apologize if my question is quite simple
I have a large datasets which more 100 variables.
For a research I need to change all name of variables with add one or
more letters on each variables.
For example,
> data(Pima.tr)
> Pima.tr[1:5,]
npreg glu bp skin bmi ped age type
1 5 86 68 28 30.2 0.364 24 No
2 7 195 70 33 25.1 0.163 55 Yes
3 5
2006 Jul 20
2
failed installing rgl
Dear all,
I have tried installing "rgl" with the usual command:
R CMD INSTALL rgl_0.67-2.tar.gz
Differently from what happened last time I have succesfully installed this
package, this time there was a failure:
...
...g++ -I/usr/lib/R/include -I/usr/lib/R/include -I -DHAVE_PNG_H
-I/usr/include/libpng12 -I/usr/local/include -fpic -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2
2012 Mar 24
1
Installing "rgl" package
I tried installing "rgl" package which is needed for Rcmdr to work properly but I always some problem. This is the error I get
.........
checking for libpng-config... yes
configure: using libpng-config
configure: using libpng dynamic linkage
checking for X... libraries , headers
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking
2007 Apr 25
1
glu dependency
The following commit seems to have added a dependency on glu but does
no checks to see if it is actually available:
commit fa5bf5754d8a2e47d659a3abe5cb59a7b0e304d7
Author: David Reveman <davidr@novell.com>
Date: Tue Jan 16 06:07:39 2007 +0100
Project vertices and only update minimum required destination texture
region. Some more optimizations should be done here but the current
2013 Dec 21
0
[LLVMdev] Order of glued nodes during scheduling
Andy, et al.,
I'm experimenting with better condition-register-bit tracking in the PowerPC backend, and I've run across a problem: the scheduling seems to be scheduling glued nodes out of order:
Starting with this:
0x10015677970: i32 = Register %CR0
0x10015679080: i32 = TargetConstant<3>
...
0x10015671b80: i32 = TargetConstant<1>
2011 Feb 18
2
[LLVMdev] EFLAGS and MVT::Glue
The log message for revision 122213 says:
> Change the X86 backend to stop using the evil ADDC/ADDE/SUBC/SUBE nodes (which
> their carry depenedencies with MVT::Flag operands) and use clean and beautiful
> EFLAGS dependences instead.
(MVT::Flag has since been renamed to MVT::Glue.)
That revision made bug 8404 go away.
Am I right in thinking that one of the problems with MVT::Glue is
2011 Feb 08
3
intervals {nlme} lower CI greater than upper CI !!!????
Hi folks...
check this out..
> GLU<-lme(gluc~rt*cd4+sex+age+rf+nadir+pharmac+factor(hcv)+factor(hbs)+
+ haartd+hivdur+factor(arv),
+ random= ~rt|id, na.action=na.omit)
> intervals(GLU)$fixed
lower est. upper
(Intercept) 67.3467070345 7.362307e+01 7.989944e+01
rt *0.0148050160* 6.249304e-02 1.101811e-01
cd4
2017 Nov 23
5
installing "rgl" package
Hi Rxperts,
I am trying to install 'rgl' package in Ubuntu.. Would highly appreciate
your assistance .. I tried several leads available on various discussion
fora and nothing helped so far.
* installing *source* package ?rgl? ...checking for gcc... gcc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of
2013 Oct 21
0
[LLVMdev] Instruction Emitter crash when emitting glued InlineAsm SDNode
Hi,
I'm getting an Instruction emitter crash when emitting an INLINEASM
SDNode that is Glued to other nodes.
The crash happens at line 808 of file
llvm/lib/CodeGen/SelectionDAG/InstrEmitter.cpp:
const MCInstrDesc &MCID = TII->get(F->getMachineOpcode());
with the assertion:
assert(isMachineOpcode() && "Not a MachineInstr opcode!");
I'm not a great expert
2005 Mar 18
1
How to show which variables include in plot of classification tree
Dear all
For my research, I am learning classification now.
I was trying some example about classification tree pakages, such as
tree and rpart, for instance,
in Pima.te dataset have 8 variables (include class=type):
library(rpart)
library(datasets)
pima.rpart <- rpart(type ~ npreg+glu+bp+skin+bmi+ped+age,data=Pima.te,
method='class')
plot(pima.rpart, uniform=TRUE)
text(pima.rpart)
2009 Sep 05
1
the opengl and glu fiasco with wine 1.1.29 and nvidia binary
i have been compiling wine from git regularly with no problems whatsoever until now. ./configure now always spits out not found messages for -lGL and -lGLU. opengl and direct3d support cannot be enabled. how do i fix that. i'm on fedora 11 with nvidia 190.32 drivers. thanks for any help i can get.
2016 Jun 04
4
Gluing arbitrary nodes together
Hello all,
I am working on adding atomics support to the AVR backend.
Because the target can only have one core, it is sufficient to:
- Save the status register
- Disable interrupts
- Do the nonatomic LOAD/STORE/SWAP/ADD
- Restore the status register
I’d really like to be able to do this at the IR level. What I want to do is
write a custom lowering hook to convert ISD::ATOMIC_LOAD
2007 Apr 04
1
compile errors with rgl-0.70.570 on FreeBSD
Thank you for your work on rgl.
Reading in another thread about your new (inofficial) version of rgl
(see below) I tried it with R version 2.5.0 alpha (2007-03-31 r40986)
under FreeBSD 7.0-CURRENT. Unfortunately I got the following error:
-------
#R CMD INSTALL rgl_0.70.570.tar.gz
* Installing to library '/usr/local/lib/R/library'
* Installing *source* package 'rgl' ...
2017 Nov 23
0
installing "rgl" package
On 23/11/2017 6:05 PM, Santosh wrote:
> Hi Rxperts,
> I am trying to install 'rgl' package in Ubuntu.. Would highly appreciate
> your assistance .. I tried several leads available on various discussion
> fora and nothing helped so far.
Your message is really hard to follow, since you posted in HTML. You
need the OpenGL development packages. On Ubuntu, that probably means
2007 Jun 11
12
Mocking system/`
This drives me insane on a regular basis. How does one mock
system(''blah'') or `blah` ?
Adding expectations on Kernel doesn''t do it. Adding expectations on
Object just makes me sad:
Object.any_instance.expects(:system).with(''ls'')
# => #<Mock:0x12b584e>.system(''ls'') - expected calls: 0, actual calls: 1
And this really
2017 Oct 17
2
Gluster processes remaining after stopping glusterd
Hi,
I noticed that when i stop my gluster server via systemctl stop glusterd command , one glusterfs process is still up.
Which is the correct way to stop all gluster processes in my host?
That's we see after run the command:
***************************************************************************************************
[root at xxxxxx ~]# ps -ef | grep -i glu
root 1825 1
2019 Jul 11
6
Glue to connect two nodes in LLVM backend
...for that but I think I'm missing something as I
could not achieve the below state.
LUI LUI
| |
ADDI ----GLUE---- ADDI
|
store
I've few question about this and Glue node in general, I'll be happy to get
some help on this :)
1. Is Gluing the right approach or there is something better for such use
case?
2. If I do something like DAG.getNode(ISD::ADDI, DL, MVT::Glue, LUINode,
OtherADDINode). How will it know that the other ADDI node should be glued
and not LUI. I seriously feel I'm missing something.
Many thanks,
Reshabh
------...
2009 Apr 29
0
trouble with rgl on opensuse 11.1
Dear R People:
I upgraded to Open Suse 11.1 and am having trouble with the rgl
package, which I need for other applications.
Here is the install output:
> install.packages("rgl",depen=TRUE)
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
trying URL 'http://cran.cnr.Berkeley.edu/src/contrib/rgl_0.84.tar.gz'
Content type