Displaying 15 results from an estimated 15 matches for "gr3".
Did you mean:
cr3
2004 Jun 22
3
[LLVMdev] Linearscan allocator bug?
...cation [SP-80]
<fi #-3> is 4 bytes fixed at location [SP-76]
<fi #-2> is 4 bytes fixed at location [SP-72]
<fi #-1> is 4 bytes fixed at location [SP-68]
entry (0x8065970, LLVM BB @0x805fde8):
%gr0 = load <fi#-1>
%gr1 = load <fi#-2>
%gr2 = load <fi#-3>
%gr3 = load <fi#-4>
%gr4 = move 1
setcc %gr0, %gr4
if v< goto %disp(label entry.selecttrue)
%gr0 = move 0
%gr0 = move %gr0
goto %disp(label entry.selectcont)
entry.selecttrue (0x80659d0, LLVM BB @0x80639b0):
%gr0 = move 1
%gr0 = move %gr0
entry.selectcont (0x8065a30, LLVM BB @0x80638b...
2003 Jan 22
3
Error when using polr() in MASS
Dear all,
I get an error message when I use polr() in MASS. These are my data:
skugg grupp frekv
4 1 gr3 0
5 2 gr3 3
6 3 gr3 6
10 1 gr5 1
11 2 gr5 12
12 3 gr5 1
>
> summary(polr(skugg ~ grupp, weights=frekv, data= skugg.cpy1.dat))
Error in optim(start, fmin, gmin, method = "BFGS", hessian = Hess, ...) :
non-finite value s...
2011 May 19
3
problem with optim()
...s2.b[i])
}
-(ncol(Y)*sum(res3)+sum(res3.b))
}
$B!!(B
##### Gradiants:
gr=function(x)
{
x1 = x[1:ncol(X)]
x2 = x[(ncol(X)+1)]
x3 = matrix(x[(ncol(X)+2):(ncol(X)+1+ncol(X)*ncol(Y))],nrow=ncol(X),ncol=ncol(Y))
x4 = x[(ncol(X)+1+ncol(X)*ncol(Y)+1):length(x)]
gr1 = rep(0,ncol(X))
gr4 = rep(0,ncol(Y))
gr3 = matrix(0,nrow=ncol(X),ncol=ncol(Y))
gr1.b = matrix(0,nrow=nrow(X),ncol=ncol(X))
gr2.b = rep(0,nrow(X))
eta = matrix(0,nrow=nrow(X),ncol=ncol(Y))
d.eta.3 = array(0,dim=c(nrow(X),ncol(X),ncol(Y)))
d.eta.4 = matrix(0,nrow=nrow(X),ncol=ncol(Y))
gr3.b1 = array(0,dim=c(nrow(X),ncol(X),ncol(Y)))
gr4.b1...
2007 Feb 06
1
Questions on counts by case
...gr". So, "mike" will have freq=2/3, as he has two "1" and one "0" in 3
groups.
Thanks a lot,
Serguei Kaniovski
The data looks like:
person;gr;x
mike;gr1;1
jane;gr1;0
bill;gr1;0
jack;gr2;1
mike;gr2;1
jane;gr2;0
bill;gr2;0
alex;gr2;1
james;gr2;1
mike;gr3;0
bill;gr3;1
jane;gr3;1
___________________________________________________________________
Austrian Institute of Economic Research (WIFO)
Name: Serguei Kaniovski P.O.Box 91
Tel.: +43-1-7982601-231 Arsenal Objekt 20
Fax: +43-1-7989386 1103 Vienna, Austria
Mail...
2004 Nov 16
2
[LLVMdev] Target.td:Register changes
...s to specify aliases directly in register
definitions.
and I could not find any discussions in the archives.
Why the change was necessary? Writing:
def gr0 : Register<"gr0">;
def gr1 : Register<"gr1">;
def gr2 : Register<"gr2">;
def gr3 : Register<"gr3">;
def gr4 : Register<"gr4">;
is a bit boring and it's very easy to make a mistake. How the names are used?
- Volodya
1999 Mar 05
0
configure and compile errors under HPUX9.04 with samba 2.03
...fig.h
When compiling I receive these errors:
Compiling lib/system.c
lib/system.c: In function `sys_select':
lib/system.c:134: warning: passing arg 2 of `select' from incompatible
pointer type C
Compiling rpcclient/cmd_srvsvc.c
as: /usr/tmp/cca10599.s @line#491 [err#13]
(warning) Use of GR3 when frame>=8192 may cause conflict
as: /usr/tmp/cca10599.s @line#726 [err#13]
(warning) Use of GR3 when frame>=8192 may cause conflict
as: /usr/tmp/cca10599.s @line#938 [err#13]
(warning) Use of GR3 when frame>=8192 may cause conflict
as: /usr/tmp/cca10599.s @line#1175 [err#13]
(war...
2004 Nov 16
0
[LLVMdev] Target.td:Register changes
...04, Vladimir Prus wrote:
> and I could not find any discussions in the archives.
>
> Why the change was necessary? Writing:
>
> def gr0 : Register<"gr0">;
> def gr1 : Register<"gr1">;
> def gr2 : Register<"gr2">;
> def gr3 : Register<"gr3">;
> def gr4 : Register<"gr4">;
>
> is a bit boring and it's very easy to make a mistake. How the names are used?
To be honest, I don't remember any more. :) I think it was a combination
of this:
1. We would prefer tblgen definit...
2012 Nov 01
1
GraphNEL object retrieve edgenumber from acc() or is it list of lists?
Hello everyone,
Im working with graphNEL object and want to extract all the nodes which
have adjacent nodes with at least 20 nodes in between them.
acc(graph, graphnodes) obviously provides a list for the accessable
nodes of every node from a node and a number of the edges between them.
Like this:
$`hsa:8379`
hsa:100131844 hsa:10393 hsa:246184 hsa:29882 hsa:29945
1
2024 May 24
1
dplyr, group_by and selective action according to each group
...y(gr) %>%
? group_modify(.f=function(.x,.y){
??? print(paste0("Nom du groupe : ",.y[["gr"]]))
??? switch(as.character(.y[["gr"]])
?????????? , gr1 = {.x[,"x1"] <- .x[,"x1"]+1}
?????????? , gr2 = {.x[,"x1"] <- 0}
?????????? , gr3 = {.x[,"x1"] <- .x[,"x1"]+2}
?????????? , {stop(paste0('The group ',.y[["gr"]]," is not taken into
account"))}
??? )
??? return(.x) }) %>% ungroup()
df_test
2024 May 24
1
dplyr, group_by and selective action according to each group
...ed your
anonymous functions in the list, but of course you could have used already
existing functions instead.
## your example
df_test <- data.frame( x1=1:9, x2=1:9, gr=rep(paste0("gr",1:3),each=3))
## function list with the relevant names
funcs <- list(gr1 = \(x)x+1, gr2 = \(x)0, gr3 = \(x)x+2)
## Alternatively you could do this if you had many different functions:
## funcs <- list(\(x)x+1, \(x)0, \(x)x+2)
## names(funcs) <- sort(unique(df_test$gr))
## note that sort() is unnecessary in your example, but I think that it
would
## be helpful if you had a lot of different g...
2008 Jun 11
1
Problem when combining dotplot() and textplot() using grid
...create a combined graphic which
contains the dotplot as well as a textplot() (using package gplots) of
the data.frame next to the dotplot.
Example code:
library(lattice)
library(grid)
library(gplots)
xx <- data.frame(f=factor(rep(1:5, each=5)), gr= rep(c("gr1", "gr2",
"gr3", "gr4", "gr5"), 5), val=rnorm(25))
grid.newpage()
pushViewport(viewport(layout = grid.layout(1, 2)))
pushViewport(viewport(layout.pos.col=1, layout.pos.row=1))
p <- dotplot(f ~ val, groups=gr, xx, cex=1.7, pch=20)
print(p, newpage=FALSE)
popViewport(1)
pushView...
2024 May 25
1
dplyr, group_by and selective action according to each group
...ed your
anonymous functions in the list, but of course you could have used already
existing functions instead.
## your example
df_test <- data.frame( x1=1:9, x2=1:9, gr=rep(paste0("gr",1:3),each=3))
## function list with the relevant names
funcs <- list(gr1 = \(x)x+1, gr2 = \(x)0, gr3 = \(x)x+2)
## Alternatively you could do this if you had many different functions:
## funcs <- list(\(x)x+1, \(x)0, \(x)x+2)
## names(funcs) <- sort(unique(df_test$gr))
## note that sort() is unnecessary in your example, but I think that it
would
## be helpful if you had a lot of different g...
2004 Oct 02
12
[Bug 938] "AllowGroups" option and secondary user's groups limit
...gs at mindrot.org
ReportedBy: coil93 at mail.ee
Linux Suse 9.1, nss_ldap version 215, pam_ldap version 169, openldap version 2.
2.17
OpenSSH can't handle more than 5 groups via pam_ldap authentication.
For example: user john has primary group gr1 and belongs to secondary groups
gr2,gr3,gr4,gr5 in LDAP database.
sshd_config:
AllowGroups 5
UsePAM yes
/etc/pam.d/sshd
auth required pam_unix2.so # set_secrpc
auth required pam_nologin.so
auth required pam_env.so
account required pam_unix2.so
account required pam_nologin.so
password requi...
2002 Jul 15
1
特价电脑配件、手提电脑、手机,货到付款
...K/100M/10.4"/1394¿Ú/1.3KG/¹âÈíÍâÖÃ/³¬Çᳬ±¡)
7800Ôª
VX7/BD(P3 850/256M/30G/DVD+RWÍâÖÃ/56K/100M/14.1"1394/1.7KG/³¬Çᳬ±¡)9500Ôª
505JS(P3 850/256M/30G/56K/100M/12.1"XGA/1394/8XDVD+RW/1.6KG/ËÍ;µ××ù) 6500Ôª
505DL (P3 1G/256M/30G/56K/100M/12.1"XGA/1394/8XDVD+RW/1.6KG/ËÍ;µ××ù) 7500Ôª
GR3/F (P3M1G/256M/40G/DVD+RW/14.1"TFT/56K/100M/2.5KG/NOFDD) 6100Ôª
GR5/F (P3M1.13G/40G/256M/DVD+RW/14.1"TFT/56K/100M/2.5KG/NOFDD) 7500Ôª
3.IBM
A31-H5A(PIV1.6G/256M/60G/15.1"TFT/56K/DVDRW,FDD/10-100MÎÞÏßÍø¿¨3KG)18800Ôª
T23-2TA/I73 (P3 1G/128M/20G/14.1"TFT/56K/DVD,FDD/10-1000M2.4KG)8...
2002 Sep 11
1
gcc and g77 combos
...Zj6UrYe4Of/iGjrmIvP3TvZjAKFsz8JjS9ZaR8xjdyO7LQ2VW+wghEooDTm/xWM3IqW6jbCg
2WXu1/bRj7l2eDFpoU2TKgmYvGAoypTTws2Nq1sx9Y1qFWyabfU3u7bqFtOyvBzf51m0Z2A+HHde
DD3Po1Q4J243MHon7OJhmY1OgxuzfrL7Yv9k535Zb2+lcZ6UZ1hO1+m+MufGMy2P8z/4HAjPXMy3
W+wLeiyt6do5EDX4Hy8HwjNdWXDrWertU3IAyR8jJceztBum5ADpd5eSA25a50KU43AA3avVIgR3
H4qv676Q8BxiLfA4ieOsc62hocaQ9bvW6OUskKGL3e+33a3zzXUMLECwiw9ZgTNN/rVzdARO8zv2
XBeaAZxM4OxlaC7L5nWt2L9QBu/SCoKuSxBbGGH4PAY3FZ11DJ3TCWl1McB5XG8eoNVl1Qsn7wV7
tSsmh9U4BtV6FQU0KagyeI5HuuhiYEyXz+tnu/xxWpXYtMD3woCavHi8DBnYFMDno0Ky+/bw3cGb
F4PmqSNWvUjT/cCCxOGEjcxuHVtsKPy4ybJbPLalzIbzWn5/8xIYTPIh/pa/9KC2YoDd...