Displaying 20 results from an estimated 108372 matches for "non".
Did you mean:
none
2011 Jun 29
0
Error in testInstalledBasic
...testing S3 generic 'tanh'
testing S3 generic 'trigamma'
testing S3 generic 'trunc'
testing S3 generic 'xtfrm'
>
> ## and that no others are generic
> for(f in ls(.ArgsEnv, all.names=TRUE))
+ {
+ if(f == "browser") next
+ cat("testing non-generic '", f, "'\n", sep="")
+ method <- paste(f, "testit", sep=".")
+ fx <- get(f, envir=.ArgsEnv)
+ body(fx) <- quote(return(42))
+ assign(method, fx, .GlobalEnv)
+ na <- length(formals(fx))
+ res <- NULL...
2011 Apr 29
1
Use nparcomp function from nparcomp library to run post hoc
Dear list,
I tried to use the nparcomp to run some post hoc non-parametric comparison
and got and error.
Error in uniroot(pfct, interval = interval) :
f() values at end points not of opposite sign
Appreciate any comments.
the command line:
>nparcomp(Ulceration~Group,data=test,type='Dunnett',control='Non-treated')
Jun
================...
2016 Jan 13
4
RFC: non-temporal fencing in LLVM IR
Hello, fencing enthusiasts!
*TL;DR:* We'd like to propose an addition to the LLVM memory model
requiring non-temporal accesses be surrounded by non-temporal load barriers
and non-temporal store barriers, and we'd like to add such orderings to the
fence IR opcode.
We are open to different approaches, hence this email instead of a patch.
*Who's "we"?*
Philip Reames brought this to my a...
2013 May 31
2
3.0.1 update and compiler package
...me that it will not update several
packages. When it was finished I used the warnings function to have a
look at what did not work. See the list below.
> warnings()
Warning messages:
1: In install.packages(update[instlib == l, "Package"], l, ... :
installation of package ?boot? had non-zero exit status
2: In install.packages(update[instlib == l, "Package"], l, ... :
installation of package ?cluster? had non-zero exit status
3: In install.packages(update[instlib == l, "Package"], l, ... :
installation of package ?foreign? had non-zero exit status
4: In install....
2017 May 05
2
problem with non-allocatable register classes
I am using some non-allocatable RegisterClasses to define lists of registers that are used for various non-allocation-related processing in the back end. For example, we have a post-allocation functional unit selection pass that is guided by the register assignment, which does things like 'myRegClass.contains(Reg)...
2005 Aug 16
20
domU can''t start, Non-priv warnings
Can''t seem to fully boot a domU on either EM64T or Opteron with x86_64
xen-unstable. Both systems'' report this from xen:
(XEN) (file=traps.c, line=872) Non-priv domain attempted
WRMSR(00000000c0000100.
(XEN) (file=traps.c, line=872) Non-priv domain attempted
WRMSR(00000000c0000102.
(XEN) (file=traps.c, line=880) Non-priv domain attempted
RDMSR(00000000c0000080.
They boot partially, ending with:
xen_mem: Initialising balloon driver.
Grant table in...
2016 Jan 14
2
RFC: non-temporal fencing in LLVM IR
Hi JF, Philip,
Clang currently has __builtin_nontemporal_store and __builtin_nontemporal_load. How will the usage model for those change?
Thanks again,
Hal
----- Original Message -----
> From: "Philip Reames via llvm-dev" <llvm-dev at lists.llvm.org>
> To: "JF Bastien" <jfb at google.com>, "llvm-dev&...
2005 May 16
1
graphic
Hi,
poids taille fumeur sexe sport etat
85 184 oui homme 1 malade
65 175 oui homme 1 malade
74 180 oui homme 2 gueri
79 175 oui homme 2 malade
71 165 non homme 3 gueri
80 185 non homme 3 gueri
75 180 non homme 4 malade
69 155 non homme 4 malade
74 168 oui femme 1 malade
64 171 oui femme 1 gueri
63 169 oui femme 2 gueri
70 165 oui femme 2...
2009 May 31
1
warning message when running quantile regression
...ariable at a time reaching a maximum of 20
variables.
I get the following warning messages after my "for" loop runs. Should I
be concerned about these messages? I am building predictive models and
am not interested in inference.
Warning messages:
1: In summary.rq(quantreg.emaff) : 3 non-positive fis <- I don't
understand this message - is this a cause for concern?
2: In summary.rq(quantreg.emaff) : 3 non-positive fis
3: In summary.rq(quantreg.emaff) : 5 non-positive fis
4: In rq.fit.br(x, y, tau = tau, ...) : Solution may be nonunique
5: In summary.rq(quantreg.emaff)...
2010 Dec 12
2
[LLVMdev] Optimized "opt" on Darwin fails to load dynamic libraries with passes
...S_7PMStackENS_15PassManagerTypeE
00000001004223d0 (__TEXT,__text) weak external
__ZN4llvm4Pass17assignPassManagerERNS_7PMStackENS_15PassManagerTypeE
0000000100262120 (__TEXT,__text) external
__ZN4llvm8LoopPass17assignPassManagerERNS_7PMStackENS_15PassManagerTypeE
00000001004d7936 (__TEXT,__cstring) non-external
__ZZN4llvm10ModulePass17assignPassManagerERNS_7PMStackENS_15PassManagerTypeEE8__func__
00000001004bcf42 (__TEXT,__cstring) non-external
__ZZN4llvm10RegionPass17assignPassManagerERNS_7PMStackENS_15PassManagerTypeEE8__func__
00000001004d7924 (__TEXT,__cstring) non-external
__ZZN4llvm12Functi...
2007 May 25
1
Problem with rpart
...when I write the regression equation
>dispvol.ctree <- rpart (disperser~ P3.70 +P4.29 +P5.05 +... +P30.99 +P32.25
+TotArea, >data= dispvol.df, method='class')
and I get the following output:
n= 28
node), split, n, loss, yval, (yprob)
* denotes terminal node
1) root 28 15 non (0.036 0.32 0.071 0.11 0.46)
2) P10.01>=1.185 10 4 bat (0.1 0.6 0.2 0 0.1) *
3) P10.01< 1.185 18 6 non (0 0.17 0 0.17 0.67) *
There is nothing special about P10.01 that I can see in my data and I don't
know why it chooses that variables and stops there!
My matrix looks something...
2011 Aug 17
2
no dentry for non-root inode
...uster version is 3.2.2-1ubuntu~ppa1~lucid1 on client (samba server)
and the same but Natty on the nodes. It was upgraded from 3.2.1.
What is this? If a client try to access it, it freezes up.
This is in log:
[2011-08-17 12:29:43.108100] W [inode.c:1035:inode_path] 0-w-vol/inode:
no dentry for non-root inode 1996985: b45eeb9d-5481-41f8-828a-2850c51e754c
[2011-08-17 12:29:43.108135] W [fuse-bridge.c:508:fuse_getattr]
0-glusterfs-fuse: 35186424: GETATTR 139724065350900 (fuse_loc_fill() failed)
[2011-08-17 12:29:45.149772] W [inode.c:1035:inode_path] 0-w-vol/inode:
no dentry for non-root inod...
2008 Oct 14
1
library MICE warning message
...orMatrix[j, ]) ... : coercing argument of type 'double' to logical
11: In any(predictorMatrix[, j]) ... : coercing argument of type 'double' to logical
12: In any(predictorMatrix[j, ]) ... : coercing argument of type 'double' to logical
13: In eval(expr, envir, enclos) ... : non-integer #successes in a binomial glm!
14: In eval(expr, envir, enclos) ... : non-integer #successes in a binomial glm!
15: In eval(expr, envir, enclos) ... : non-integer #successes in a binomial glm!
16: In eval(expr, envir, enclos) ... : non-integer #successes in a binomial glm!
17: In eval(expr,...
2012 Nov 07
3
c weirdness
is there a way to avoid c() appending ".0" and ".1" to seed?
--8<---------------cut here---------------start------------->8---
> c("nons"=1, "seed"=3)
nons seed ## good!
1 3
> c("nons"=1, "seed"=tab[1])
nons seed.0 ## don't want ".0"!
1 2344600
> c("nons"=1, "seed"=tab[2])
nons seed.1...
2009 Aug 16
5
Plot(x,y)
Hi ,
I am using the plot function for some data , and the plot is coming back
pure black , with scales on the side .
Regards
Malcolm
[[alternative HTML version deleted]]
2002 May 13
1
GLM questions
...have two doubts (at least :)
1) When I run the function it gives a lot of warnings (see below) what
they mean ? (may be I'm ignorant about this analysis ...)
glm.poisson<-glm(log(Jkij+1)~fac.ano+fac.tri+fac.icesr+fac.mat+fac.ano:fac.icesr+fac.ano:fac.tri,family=poisson())
warnings()
40: non-integer x = 1.252763
41: non-integer x = 1.864785
42: non-integer x = 2.140066
43: non-integer x = 2.944439
44: non-integer x = 1.252763
45: non-integer x = 3.139439
46: non-integer x = 2.772589
47: non-integer x = 1.945910
48: non-integer x = 2.505526
49: non-integer x = 3.157000
50: non-integer x...
2008 Jan 07
1
recode() function results in logical output, not factor output
Dear R Users:
I have race-ethnicity groups identified in the factor variable Ethnic_G.
I need to collapse Ethnic_G into a new variable with only two factors, 1 (White, non-Hispanic) and 2 (Minority).
As seen in the code and output below, the recoded race-ethnicity variable is put into logical format, not factor format.
I've used library(car) and the package was updated.
Any ideas on how to fix this problem would be apprecidated.
Thanks in advance!
Best...
2020 Apr 20
0
What are "non critical" invites?
Hi All
I'm getting tens of thousands of these messages ever hour in the Asterisk
CLI for Asterisk 13.22.0:
[Apr 20 15:59:46] WARNING[45462]: chan_sip.c:4127 retrans_pkt: Timeout on
1924200000-502043860-301870737 on non-critical invite transaction.
[Apr 20 15:59:46] WARNING[45462]: chan_sip.c:4127 retrans_pkt: Timeout on
301794058-652332923-1834701069 on non-critical invite transaction.
[Apr 20 15:59:47] WARNING[45462]: chan_sip.c:4127 retrans_pkt: Timeout on
393288224-685421081-2030967079 on non-critical invite t...
2011 Mar 15
1
Using stride on non-RAID
Hello,
I understand the need for a proper stride setting when formatting a filesystem on a RAID device. However, is there any problem in using a stride setting when formatting a filesystem on a regular non-RAID, non-SSD, just plain-vanilla-single-disk block device? I'm sure there isn't any benefit to it, but I'm curious if there is any harm.
The reason I ask is I'm looking at some code here that can be used on either RAID or non-RAID devices. The stride setting it has is correct fo...
2018 Jun 02
2
encoding argument of source() in 3.5.0
In R 3.5.0 using the `encoding' argument of source() prevents loading
files from the internet; without the `encoding' argument files can be
loaded from the internet, but if they contain non-ascii characters,
these are not correctly displayed under MS-Windows (but they are
correctly displayed under GNU/Linux). With R 3.4.{2,3,4} there is no
such problem: using `encoding' the files are loaded and non-ascii
characters are correctly displayed under MS-Windows (but not without
`encodi...