Displaying 20 results from an estimated 380 matches for "glu".
Did you mean:
glue
2002 May 27
1
nlme cross-over and fixed nested
...o 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, two weeks with a drug ("verum"), and a washout phase in between.
For each phase, there is ONE number (let's call it "glucose level")
describing the treatment effect. Blind treatement sequence is Seq=1 for
placebo/verum, Seq=2 for verum/placebo.
In Pinheiro/Bates, cross-over trials are mentioned on page 107, but the
parameter "Side" in the example is not exactly what we have.
We used the scheme below t...
2007 May 04
1
rgl install on rhel4 x86_64
..., the compiler will take
precedence
configure: WARNING: ## ------------------------------------------ ##
configure: WARNING: ## Report this to the AC_PACKAGE_NAME lists. ##
configure: WARNING: ## ------------------------------------------ ##
checking for GL/gl.h... yes
checking GL/glu.h usability... no
checking GL/glu.h presence... yes
configure: WARNING: GL/glu.h: present but cannot be compiled
configure: WARNING: GL/glu.h: check for missing prerequisite
headers?
configure: WARNING: GL/glu.h: see the Autoconf documentation
configure: WARNING: GL/glu.h: section &quo...
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 77 82 41 35.8 0.156 35 No
4 0 165 76 43 47.9 0.259 26 No
5 0 107 60 25 26.4 0.133 23 No
>
> dimnames(Pima.tr)[[2]]
[1] "npreg" "glu"...
2006 Jul 20
2
failed installing rgl
...ic
-fasynchronous-unwind-tables -c api.cpp -o api.o
In file included from glgui.hpp:9,
from gui.hpp:11,
from rglview.h:10,
from Device.hpp:11,
from DeviceManager.hpp:9,
from api.cpp:14:
opengl.hpp:23:20: error: GL/glu.h: No such file or directory
Disposable.hpp:13: warning: ???struct IDisposeListener??? has virtual functions
but non-virtual destructor
types.h:77: warning: ???class DestroyHandler??? has virtual functions but
non-virtual destructor
gui.hpp:56: warning: ???class gui::WindowImpl??? has virtual fun...
2012 Mar 24
1
Installing "rgl" package
...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 GL/glu.h usability... no
checking GL/glu.h presence... no
checking for GL/glu.h... no
configure: error: missing required header GL/glu.h
ERROR: configuration failed for package ‘rgl’
* removing ‘/home/gulumbe/R/i686-pc-linux-gnu-library/2.14/rgl’
I am using Ubuntu Oneiric 11.10
I appreciate any help.
U...
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 optimizatio...
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>
0x10015678d80: i32,glue = ANDIo 0x100156746c0, 0x10015671b80 [ORD=49]
0x100156749c0...
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 that
it is hard to guarantee that other instructions won't come between the
two instructions that are glued together? And another problem is that
you actually want to allow some instructi...
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 *...
2017 Nov 23
5
installing "rgl" package
...option to accept ISO C89... (cached) none needed
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 GL/glu.h usability... yes
checking GL/glu.h presence... yes
checking for GL/glu.h... yes
checking for glEnd in -lGL... noconfigure: error: missing required
library GLERROR: configuration failed for package ?rgl?* removing
?/data/R/lib/rgl?Warning in install.packages :
installation of package ?rgl? had n...
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 expe...
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)
summary(pima.rpart)
In the result I found only 5 variables: npreg, glu, bmi, ped, and age
were showing in the plot.
Now, I have 50 variables in my dataset. The result my classification
tre...
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
...er
- 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 into a standard
ISD::LOAD with the save/restore/interrupt nodes glued to it.
Here’s what I have so far:
// Store `SREG`
auto Save = DAG.getCopyFromReg(DAG.getEntryNode(), DL, AVR::SREG, MVT::i8);
// Disable interrupts (`clr` is equivalent to `bclr 7`).
auto ClearInterrupts = DAG.getNode(AVRISD::BCLR, DL, MVT::Glue,
DAG.getConstant(7, DL, MVT::i8));
//...
2007 Apr 04
1
compile errors with rgl-0.70.570 on FreeBSD
...e 'rgl' ...
checking for libpng-config... yes
configure: using libpng-config
configure: using libpng dynamic linkage
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
checking GL/glu.h usability... no
checking GL/glu.h presence... no
checking for GL/glu.h... no
configure: error: missing required header GL/gl.h
ERROR: configuration failed for package 'rgl'
** Removing '/usr/local/lib/R/library/rgl'
** Restoring previous '/usr/local/lib/R/library/rgl'
----...
2017 Nov 23
0
installing "rgl" package
...ne needed
> 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 GL/glu.h usability... yes
> checking GL/glu.h presence... yes
> checking for GL/glu.h... yes
> checking for glEnd in -lGL... noconfigure: error: missing required
> library GLERROR: configuration failed for package ?rgl?* removing
> ?/data/R/lib/rgl?Warning in install.packages :
> inst...
2007 Jun 11
12
Mocking system/`
...ls: 0, actual calls: 1
And this really shouldn''t work (and doesn''t):
Object.expects(:system).with(''ls'')
# => #<Mock:0x12f287a>.system(''ls'') - expected calls: 1, actual calls: 0
Anyone have a trick they like?
--
Kevin Clark
http://glu.ttono.us
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:
***************************************************************************************************
[...
2019 Jul 11
6
Glue to connect two nodes in LLVM backend
Hello everyone,
I wanted to attach a node without affecting the present nodes in any way. I
tried to use MVT::Glue 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...
2009 Apr 29
0
trouble with rgl on opensuse 11.1
...option to accept ISO C89... (cached) none needed
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 GL/glu.h usability... no
checking GL/glu.h presence... no
checking for GL/glu.h... no
configure: error: missing required header GL/glu.h
ERROR: configuration failed for package ?rgl?
* Removing ?/home/erin/Desktop/R-2.9.0/library/rgl?
The downloaded packages are in
?/tmp/RtmpxqeD6b/downloaded_packages?...