Displaying 20 results from an estimated 139 matches for "v14".
Did you mean:
14
2011 Dec 30
2
Applyiing mode() or class() to each column of a data.frame XXXX
Hi everyone,
I am attempting to use the apply() function to obtain the mode and class of
each column in a data frame, however, I am encountering unexpected results.
I have the following example data:
v13<-1:6
v14<-c(1,2,3,3,NA,1)
v15<-c("Good","Bad",NA,"Good","Bad","Bad")
f4<-factor(rep(c("Blue","Red","Green"),2))
v16<-c(F,T,F,F,T,F)
data6<-data.frame(v13,v14,v15,f4,v16)
data6
Here is my function definition:
c...
2013 Jul 16
1
dovecot-metadata-plugin v14 patches
Please apply patches for dovecot-metadata-plugin v14.
1. dovecot-metadata-plugin-value_nil - fix plugin crach if entry->value
== NULL (strlen(NULL) - segfault).
2. dovecot-metadata-plugin-utf7_support - add support metadata for UTF8
mailfolder.
--
Sidlyarenko Sergey
https://github.com/lefoyer
-------------- next part --------------
A non-text...
2012 Oct 19
0
impute multilevel data in MICE
...ave a question about the 2lonly.pmm() and 2lonly.norm(), I get the following error quite often. Here is the code the error, could you give me some advice please? Am I using it in the right way?
> ini=mice(bhrm,maxit=0)
> pred=ini$pred
> pred
V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13 V14 V15 V16 V17 V18
V1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0
V2 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0
V3 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0
V4 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0
V5 1 1 1 1...
1997 Oct 10
0
Autocad v14 and Samba file locking problems
Has anyone had any problems when using Samba 16p9 (SunOS 4.1.3) and
Autocad version 14 (NT 4) together ?
We've recently upgraded to version 14 from 12 for NT 4 (SP3) and we're
told by our suppliers that the file locking mechanisms are now handled
through the OS instead of Autocad creating locks files which it did in
version 12. We have problems accessing files on a shared drive. When one
2015 Jan 20
0
[PATCH v14 08/11] qspinlock, x86: Rename paravirt_ticketlocks_enabled
This patch renames the paravirt_ticketlocks_enabled static key to a
more generic paravirt_spinlocks_enabled name.
Signed-off-by: Waiman Long <Waiman.Long at hp.com>
Signed-off-by: Peter Zijlstra <peterz at infradead.org>
---
arch/x86/include/asm/spinlock.h | 4 ++--
arch/x86/kernel/kvm.c | 2 +-
arch/x86/kernel/paravirt-spinlocks.c | 4 ++--
2015 Jan 20
0
[PATCH v14 08/11] qspinlock, x86: Rename paravirt_ticketlocks_enabled
This patch renames the paravirt_ticketlocks_enabled static key to a
more generic paravirt_spinlocks_enabled name.
Signed-off-by: Waiman Long <Waiman.Long at hp.com>
Signed-off-by: Peter Zijlstra <peterz at infradead.org>
---
arch/x86/include/asm/spinlock.h | 4 ++--
arch/x86/kernel/kvm.c | 2 +-
arch/x86/kernel/paravirt-spinlocks.c | 4 ++--
2013 Aug 05
0
[Metadata Plugin] Q: Source Repository
Hi I'm currently trying to package V14 of Metadata plugin for Ubuntu
Quantal (https://launchpad.net/~privatedata/+archive/dovecot-2.2.2/) to
be installed along with dovecot 2.2.4. According to my efforts packaging
the plugin i do have some questions
For future releases, is it possible to add a link to the current release
on the meta...
2015 Jan 20
0
[PATCH v14 11/11] pvqspinlock, x86: Enable PV qspinlock for XEN
This patch adds the necessary XEN specific code to allow XEN to
support the CPU halting and kicking operations needed by the queue
spinlock PV code.
Signed-off-by: Waiman Long <Waiman.Long at hp.com>
---
arch/x86/xen/spinlock.c | 149 +++++++++++++++++++++++++++++++++++++++++++++--
kernel/Kconfig.locks | 2 +-
2 files changed, 145 insertions(+), 6 deletions(-)
diff --git
2015 Jan 20
0
[PATCH v14 11/11] pvqspinlock, x86: Enable PV qspinlock for XEN
This patch adds the necessary XEN specific code to allow XEN to
support the CPU halting and kicking operations needed by the queue
spinlock PV code.
Signed-off-by: Waiman Long <Waiman.Long at hp.com>
---
arch/x86/xen/spinlock.c | 149 +++++++++++++++++++++++++++++++++++++++++++++--
kernel/Kconfig.locks | 2 +-
2 files changed, 145 insertions(+), 6 deletions(-)
diff --git
2005 Oct 13
1
expand.grid problem
...V2 <- c(0,1)
V3 <- c(0,1)
V4 <- c(0,1)
V5 <- c(0,1)
V6 <- c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20)
V7 <- c(0,1,2,3,4,5,6)
V8 <- c(0,1)
V9 <- c(0,1)
V10 <- c(0,1)
V11 <- c(0,1)
V12 <- c(0,1)
V13 <- c(0,1)
V14 <- c(0,1)
V15 <- c(0,1,2,3,4,5,6,7,8,9)
V16 <- c(0,1,2,3,4,5,6)
V17 <- c(0,1,2,3,4,5,6,7,8)
V18 <- c(0,1,2,3,4,5)
V19 <- c(0,1)
V20 <- c(0,1,2,3,4,5,6,7)
When run expand.grid I found a problem:
> all.V <-
expand.grid(V1,V2,V3,V4,V5,V6,V7,V8,V9,V10...
2018 Jun 29
2
VMWare Workstation 14 on CentOS7
Hello there,
I'm encountering blocking issues with VMWare Workstation v14/v12 on
CentOS 7.
The issue is that any Linux guestsystem will get network-disconnected
after a short while. I tried w/ brand new guest installs, guests coming
from a v12 WS. Tried different guest network settings, I always get
disconnected. I found several cases like this on the Web, but couldn...
2008 Sep 05
1
binary order combinations
...of 1 name
[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13] [,14]
[1,] "V1" "V2" "V3" "V4" "V5" "V6" "V7" "V8" "V9" "V10" "V11" "V12" "V13" "V14"
[,15]
[1,] "V15"
[[2]] - the second element contains all possible combinations of 2 names
[,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8] [,9] [,10] [,11] [,12] [,13]
[1,] "V1" "V1" "V1" "V1" "V1" "V1" "V1" &q...
2009 Apr 04
1
Problem with sample()
...p27 = B * 0.0011544646324891600000
p28 = B * 0.0010534576028534100000
p29 = B * 0.0009623383079593670000
p30 = B * 0.0008799959715670280000
################Individual infection number################
v0 =0
v1 =1
v2 =2
v3 =3
v4 =4
v5 =5
v6 =6
v7 =7
v8 =8
v9 =9
v10 =10
v11 =11
v12 =12
v13 =13
v14 =14
v15 =15
v16 =16
v17 =17
v18 =18
v19 =19
v20 =20
v21 =21
v22 =22
v23 =23
v24 =24
v25 =25
v26 =26
v27 =27
v28 =28
v29 =29
v30 =30
#Set conditions of Petri Net
N=list()
N$M=c(susceptible, infectious, recovered)
################Pre-matrix################
N$Pre=matrix(c(0, 1, 0, v0, 1 , 0 ,...
2012 Jul 05
1
Different level set when predicting with e1071's Naive Bayes classifier
...using the data.matrix
function. For example, consider the following piece of R code:
> library(mlbench)
> library(e1071)
> data(HouseVotes84)
> model <- naiveBayes(Class ~ ., data = HouseVotes84)
> head(HouseVotes84)
Class V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13 V14 V15 V16
1 republican n y n y y y n n n y <NA> y y y n y
2 republican n y n y y y n n n n n y y y n <NA>
3 democrat <NA> y y <NA> y y n n n n y n y y n n
4 democrat n y y n <NA...
2015 Aug 22
3
sprintf error: "only 100 arguments allowed"
...101), keepSpace=F))
dt2vw(data=X, fileName='../out.vw', namespaces = NULL,
target='V102', weight = 'weight',
tag = NULL, hard_parse = F)
### error
# [1] "sprintf('%f %f |A V1:%f V2:%f V3:%f V4:%f V5:%f V6:%f V7:%f
V8:%f V9:%f V10:%f V11:%f V12:%f V13:%f V14:%f V15:%f V16:%f V17:%f
V18:%f V19:%f V20:%f V21:%f V22:%f V23:%f V24:%f V25:%f V26:%f V27:%f
V28:%f V29:%f V30:%f V31:%f V32:%f V33:%f V34:%f V35:%f V36:%f V37:%f
V38:%f V39:%f V40:%f V41:%f V42:%f V43:%f V44:%f V45:%f V46:%f V47:%f
V48:%f V49:%f V50:%f V51:%f V52:%f V53:%f V54:%f V55:%f V56:%f V5...
2010 May 24
2
import data from a csv file
...> dim(aalpha.data)
[1] 8 25
> colnames(aalpha.data)
[1] "X" "V1" "V2" "V3" "V4" "V5" "V6" "V7" "V8" "V9" "V10" "V11"
[13] "V12" "V13" "V14" "V15" "V16" "V17" "V18" "V19" "V20" "V21" "V22" "V23"
[25] "V24"
> plot(aalpha.data[2:14])
Somehow the plot is wrong. Can anyone give me some help? Thanks a lot!!!
Hann...
2015 Aug 26
1
sprintf error: "only 100 arguments allowed"
...9;../out.vw', namespaces = NULL,
>> target='V102', weight = 'weight',
>> tag = NULL, hard_parse = F)
>> ### error
>> # [1] "sprintf('%f %f |A V1:%f V2:%f V3:%f V4:%f V5:%f V6:%f V7:%f
>> V8:%f V9:%f V10:%f V11:%f V12:%f V13:%f V14:%f V15:%f V16:%f V17:%f
>> V18:%f V19:%f V20:%f V21:%f V22:%f V23:%f V24:%f V25:%f V26:%f V27:%f
>> V28:%f V29:%f V30:%f V31:%f V32:%f V33:%f V34:%f V35:%f V36:%f V37:%f
>> V38:%f V39:%f V40:%f V41:%f V42:%f V43:%f V44:%f V45:%f V46:%f V47:%f
>> V48:%f V49:%f V50:%f V51:%f V...
2013 Mar 18
2
Confirmatory factor analysis using the sem package. TLI CFI and RMSEA absent from model summary.
...L,
5L, 4L, 5L, 6L, 5L, 4L, 4L, 4L, 4L, 5L, 3L, 4L, 4L, 5L, 4L,
2L, 4L, 3L, 3L, 6L, 5L, 4L, 5L, 5L, 6L, 4L, 4L, 4L, 5L, 5L,
5L, 5L, 5L, 3L, 4L, 5L, 5L, 4L, 5L, 5L, 4L, 5L, 5L, 6L, 3L,
3L, 4L, 5L, 5L, 5L, 1L, 5L, 3L, 4L, 4L, 1L, 6L, 4L, 5L, 5L,
5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L), V14 = c(4L, 5L, 4L,
6L, 5L, 5L, 6L, 5L, 4L, 4L, 6L, 4L, 4L, 5L, 5L, 5L, 5L, 5L,
5L, 4L, 6L, 4L, 4L, 5L, 5L, 5L, 4L, 5L, 5L, 6L, 5L, 5L, 5L,
5L, 5L, 5L, 5L, 4L, 5L, 6L, 4L, 4L, 6L, 5L, 5L, 4L, 4L, 5L,
5L, 4L, 5L, 4L, 4L, 4L, 5L, 5L, 5L, 6L, 6L, 5L, 5L, 6L, 5L,
4L, 5L, 4L, 4L, 5L, 4L,...
2004 Sep 10
1
altivec lpc_restore_signal
...L1104:
addi r5,r5,16
lvx v5,0,r5
vperm v4,v4,v5,v17
addi r11,r11,-16
lvx v13,0,r11
vperm v12,v13,v12,v16
cmplw cr0,r5,r10
bc 12,0,L1105
vand v4,v4,v18
addis r31,0,hi16(L1303)
ori r31,r31,lo16(L1303)
b L1199
L1105:
addi r5,r5,16
lvx v6,0,r5
vperm v5,v5,v6,v17
addi r11,r11,-16
lvx v14,0,r11
vperm v13,v14,v13,v16
cmplw cr0,r5,r10
bc 12,0,L1106
vand v5,v5,v18
addis r31,0,hi16(L1302)
ori r31,r31,lo16(L1302)
b L1199
L1106:
addi r5,r5,16
lvx v7,0,r5
vperm v6,v6,v7,v17
addi r11,r11,-16
lvx v15,0,r11
vperm v14,v15,v14,v16
cmplw cr0,r5,r10
bc 12,0,L1107
vand v6,v6,v18...
2012 Jun 25
2
setdiff datframes
...tached)
V1 contain data which could be in duplicated which I am using as identifiers
I used setdiff(example2$V1,example1$V1) to find the identifiers which
are specific to example2:
[1] "rs2276598" "rs17253672"
I am looking for a way to get an output with all columns (V1 to V14)
for these 2 identifiers....
thanks for any suggestions
format example1
V1 V2 V3 V4 V5 V6
1 rs4685 2:198257795 C ENSG00000115524 ENST00000424674 Transcript
2 rs4685 2:198257795 C ENSG00000115524 ENST00000335508 Transcript
3 rs788018...