Displaying 20 results from an estimated 99 matches for "p13".
Did you mean:
13
2014 Jul 22
2
Ayuda Error in `colnames<-`(`*tmp*`, value = c(
...t", encoding="UTF-8")
> sw<-iconv(enc2utf8(sw), sub="byte")
> d<-tm_map(d, removeWords, sw)
> d<-tm_map(d, removeWords, stopwords("spanish"))
> tdm<-TermDocumentMatrix(d)
> m<-as.matrix(tdm)
> colnames(m) = c("P05", "P13")
Error in `colnames<-`(`*tmp*`, value = c("P05", "P13")) :
length of 'dimnames' [2] not equal to array extent
Mi pregunta es acerca de ese error. Por lo que entiendo, R no puede
correr exitosamente el comando que se le indica porque la longitud de
los valore...
2001 Sep 26
1
Seeking optimal mixture
This is maybe not directly an R problem but I have used R to try to solve
it so I think somebody may be able to help.
I have a mixture model with three components and a quadratic Scheffe
polynomial p1x1+p2x2+p3x3+p12x1x2+p13x1x3+p23x2x3 fitted to the response.
Now I'd like to compute the mixture corresponding the maximum response.
Model for Y1 has the parameters
p1=124.02
p2=60.973
p3=41.479
p12=106.824
p13=140.422
p23=81.012
Solving a system of linear equations (solve(A,b)) of the partial derivates
and putting a...
2008 Dec 29
4
DNS resolver over IPv6
...7.0.0.1' and
'nslookup - 192.168.128.55'). I get the AAAA records back.
But if I try to use the IPv6 address of the system I get a time out.
Both from nslookup and from ping6.
I setup /etc/resolv.conf as shown at:
http://docsun.cites.uiuc.edu/sun_docs/C/solaris_9/SUNWaadm/SYSADV5/p13.html
(the only hit I got on configuring resolv.conf for an IPv6 DNS server).
I have turned off both ip6tables and iptables so it is not a firewall issue.
Even 'nslookup - <ipv6 addr>' does not work. I seem to recall a problem
with nslookup supporting udp over IPv6, but ping6 shou...
2005 Jul 13
2
Proportion test in three-chices experiment
...analyze with R the results of a perception experiment in which
subjects had to recognize each stimulus among three choices (this was a
forced-choice design). The experiment runs under two different
conditions and the data is like the following:
N1 : count of trials in condition 1
p11, p12, p13: proportions of choices 1, 2, and 3 in condition 1
N2 : count of trials in condition 2
p21, p22, p23: proportions of choices 1, 2, and 3 in condition 2
How can I test whether the triple (p11,p12,p13) is different from the
triple (p21,p22,p23)? Clearly, prop.test does not help me here...
2005 Nov 03
2
simple menu limitations
...keeppxe initrd=fimages/powermax409.ima
LABEL undokentmba
MENU LABEL Undo 3Com lab MBA Flash
KERNEL memdisk
APPEND keeppxe initrd=fimages/undokentmba.ima
LABEL wddiag
MENU LABEL Western Digital Diag
KERNEL memdisk
APPEND keeppxe initrd=fimages/wdsatadiag.ima
LABEL gb850
MENU LABEL GB85010A.P13
KERNEL memdisk
APPEND keeppxe initrd=fimages/gb85010a.p13
LABEL winsetxs
MENU LABEL Winsetxs 2.2.0
KERNEL memdisk
APPEND keeppxe initrd=fimages/winsetxs.2.2.0.ima
Brian
2009 Apr 04
1
Problem with sample()
...0.0235931405138259000000
p5 = B * 0.0183908036724927000000
p6 = B * 0.0148319138404727000000
p7 = B * 0.0122476323793264000000
p8 = B * 0.0102907015781317000000
p9 = B * 0.0087621664064845000000
p10 = B * 0.0075394959058307200000
p11 = B * 0.0065429288357371100000
p12 = B * 0.0057182186634501300000
p13 = B * 0.0050271368777644200000
p14 = B * 0.0044419396829380100000
p15 = B * 0.0039419891495863900000
p16 = B * 0.0035116072275277300000
p17 = B * 0.0031386664156453200000
p18 = B * 0.0028136371529372800000
p19 = B * 0.0025289275577435600000
p20 = B * 0.0022784155915110200000
p21 = B * 0.00205711102...
2003 Dec 04
2
Problems on startup
Hi.
When I'm trying to start dovecot, I get following error:
Fatal: net_set_nonblock() failed: Operation not supported by device
What's that error about? System is FreeBSD 5.1. I think this problem
is related to FreeBSD. Dovecot works fine on my Linux-servers.
Thanks in advance, Joona
--
Joona Kulmala <joona at fiveam.org>
2012 Aug 30
1
path analysis help
...code:
huang.cor <- readMoments(diag=FALSE, names=c('x1', 'x2', 'x3', 'y'))
0.76
0.91 0.72
0.94 0.77 0.83
huang.mod <- specifyModel()
x1 -> y, p1
x2 -> y, p2
x3 -> y, p3
x1 -> x2, p12
x2 -> x1, p21
x2 -> x3, p23
x3 -> x2, p32
x1 -> x3, p13
x3 -> x1, p31
huang.sem <- sem(huang.mod, huang.cor, 100)# 100 is arbitarious.
It give the error message:
Error in sem.default(ram, S = S, N = N, raw = raw, data = data,
param.names = pars, :
The model has negative degrees of freedom = -3
I don't know why.
I hope to get direct e...
2002 Oct 22
1
constraints again
I would like to fit the following function on my data.
out.nls<-nls(z ~ p1+
(p2*dat)+(p3*dat^2)+(p4*dat^3)+(p5*AgeS)+(p6*AgeS^2)+(p7*AgeS^3)+
(p8*(dat*AgeS))+(p9*(dat^2*AgeS))+(p10*(dat^3*AgeS))+
(p11*(dat*AgeS^2))+(p12*(dat*AgeS^3))+(p13*(dat^2*AgeS^2))+
(p14*(dat^2*AgeS^3))+(p15*(dat^3*AgeS^3)),
start=list(p1=0,p2=0,p3=0,p4=0,p5=0,p6=0,p7=0,p8=0,p9=0,p10=0,p11=0,p12=0,p1
3=0,p14=0,p15=0),trace=trace,
control=control)
which relates the z-score on a IQ subtest to Age (AgeS) and Raw Score (dat).
Allthou...
2009 Sep 09
2
Odd/Incorrect Quota Reporting on Dovecot 1.2.4 & FreeBSD4
...e going wrong on this FreeBSD
box? Is it worth me giving the dovecot -n output at this stage?
It happens on different mailboxes too, this is just a sample.
Thanks!
----- information & log follow
# /usr/local/dovecot/sbin/dovecot --version
1.2.4
# uname -a
FreeBSD server1.domain 4.11-RELEASE-p13 FreeBSD 4.11-RELEASE-p13 #5:
Wed Oct 12 18:02:46 BST 2005
root at server1.domain:/usr/obj/build/src/sys/FBSD410RELENG i386
# cat maildirsize
1073741824S
304806180 16002
Attempt 1:
. OK Capability completed.
a login sid at domain test
a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID...
2007 Apr 11
1
Programming Problem (for loop, random # control, 3 dimentional graph)
...e {p[i]=0}
}
m.p=mean(p)
return(m.p)
}
# putting value of G -5,-4,-3,-2,-1,-.5,0,.5,1,2,3,4,5
# putting value of K -.5,0,.5,1,2,3,4,5
# in the function g()
p1=g(-5,-.5)
p2=g(-5,0)
p3=g(-5,0.5)
p4=g(-5,1)
p5=g(-5,2)
p6=g(-5,3)
p7=g(-5,4)
p8=g(-5,5)
p9=g(-4,-.5)
p10=g(-4,0)
p11=g(-4,0.5)
p12=g(-4,1)
p13=g(-4,2)
p14=g(-4,3)
p15=g(-4,4)
p16=g(-4,5)
p17=g(-3,-.5)
p18=g(-3,0)
p19=g(-3,.5)
p20=g(-3,1)
p21=g(-3,2)
p22=g(-3,3)
p23=g(-3,4)
p24=g(-3,5)
p25=g(-2,-.5)
p26=g(-2,0)
p27=g(-2,.5)
p28=g(-2,1)
p29=g(-2,2)
p30=g(-2,3)
p31=g(-2,4)
p32=g(-2,5)
p33=g(-1,-.5)
p34=g(-1,0)
p35=g(-1,.5)
p36=g(-1,1)
p37=g...
2012 Dec 19
1
"For" loop and "if" question
All -
I have a large data frame that looks like
ID p1 p2 p3...p20 Lat1 Lat2 Lat3...Lat20
Long1 Long2 Long3...Long20
1 0 0 1 0 NA NA 29.xx NA
NA NA -89.xx NA
2 1 0 0 1 27.xx NA NA 29.00
-88.00 NA NA -89.xx
3 0 0 0 0 NA
2009 Nov 02
2
a prolem with constrOptim
...{
n = data[(1+4*(i-1)):(4*i)]
p = theta[(1+3*(i-1)):(3*i)]
P = 1-sum(p)
S[(1+3*(i-1)):(3*i)] = n[1:3]/p-n[4]/P
}
S
}
#where theta=(p11,p12,p13,p21,p22,p23,...,pK1,pK2,pK3).
#The function Rmat calculates the restriction matrix needed for constrained estimation
Rmat = function(k)
{
R = matrix(1,4,3)
R[1,2] = R[1,3] = R[2,3] = R[3,2] = 0
RR = cbind(-R,R)
RRR = matrix(0,4*(k-1)...
2005 May 12
1
Do I have an infected init file?
Hello;
I'm running a FreeBSD 4.10-release-p2 box and both chkrootkit 0.44 & 0.45 report that my /sbin/init file is infected.
It appears as though the egrep for "UPX" in the output of "strings" triggers the infected notice. When I copy the init file from an uninfected box to this one chkrootkit continues to report it as infected. Is chkrootkit reading a copy of the
2019 Jan 21
0
[PATCH nbdkit v2 1/4] partitioning plugin: Support MBR logical partitions.
...functions.sh
+set -e
+set -x
+
+files="partitioning5.pid partitioning5.sock
+ partitioning5.fs
+ partitioning5.p1 partitioning5.p2 partitioning5.p3 partitioning5.p5 partitioning5.p6 partitioning5.p7 partitioning5.p8 partitioning5.p9 partitioning5.p10 partitioning5.p11 partitioning5.p13"
+rm -f $files
+cleanup_fn rm -f $files
+
+# Test that mke2fs works
+if ! mke2fs -V; then
+ echo "$0: missing or broken mke2fs"
+ exit 77
+fi
+
+# Create partitions before and after.
+truncate -s 1 partitioning5.p1
+truncate -s 10M partitioning5.p2
+truncate -s 512 partitioning...
2013 May 22
0
em2: watchdog timeout -- resetting
..._frames_65_127: 69
dev.em.2.mac_stats.tx_frames_128_255: 20
dev.em.2.mac_stats.tx_frames_256_511: 6
dev.em.2.mac_stats.tx_frames_512_1023: 0
dev.em.2.mac_stats.tx_frames_1024_1522: 0
dev.em.2.mac_stats.tso_txd: 0
dev.em.2.mac_stats.tso_ctx_fail: 0
#uname -a
FreeBSD pfsense.localdomain 8.1-RELEASE-p13 FreeBSD 8.1-RELEASE-p13 #1: Fri
Apr 12 10:58:43 EDT 2013
root at snapshots-8_1-amd64.builders.pfsense.org:/usr/obj.pfSense/usr/pfSensesrc/src/sys/pfSense_SMP.8
amd64
# Pciconf-lvc:
em1 @ pci0: 4:0:0: class = 0x020000 card = 0x11798086 chip = 0x10798086 rev
= 0x03 hdr = 0x00
class = network...
2015 Nov 25
2
need help for customized backend LowerFormalArguments
...a move
instruction, which moves the value to general purpose register. For
example, in RegisterInfo.td , I have following register classes:
// this is for storing parameters only
def PRegs : RegisterClass<"FOO", [i32], 32,
(add P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, P10, P11, P12, P13, P14,
P15)>;
// this is general purpose register class
def GRRegs : RegisterClass<"FOO", [i32], 32,
(add R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10)>;
// this is also general purpose register class
def GRRegsAdditional : RegisterClass<"FOO", [i32], 32,
(add R0...
2019 Jan 20
1
[PATCH nbdkit] partitioning: Support MBR logical partitions.
An evolution of the patch I posted yesterday to qemu-devel
(https://www.mail-archive.com/qemu-devel@nongnu.org/msg588920.html)
which (a) works and (b) has a test.
Rich.
2003 Aug 26
2
FreeBSD Security Advisory FreeBSD-SA-03:11.sendmail
...The FreeBSD Project
Topic: sendmail DNS map problem
Category: contrib
Module: contrib_sendmail
Announced: 2003-08-26
Credits: Oleg Bulyzhin <oleg@rinet.ru>
Affects: 4.6-RELEASE (up to -p16), 4.7-RELEASE (up to -p13),
4.8-RELEASE (up to -p3), 5.0-RELEASE (up to -p11)
4-STABLE prior to Mar 29 19:33:18 2003 UTC
Corrected: 2003-08-25 22:33:14 UTC (RELENG_5_0)
2003-08-25 22:35:23 UTC (RELENG_4_8)
2003-08-25 22:36:10 UTC (RELENG_4_7)...
2003 Aug 26
2
FreeBSD Security Advisory FreeBSD-SA-03:11.sendmail
...The FreeBSD Project
Topic: sendmail DNS map problem
Category: contrib
Module: contrib_sendmail
Announced: 2003-08-26
Credits: Oleg Bulyzhin <oleg@rinet.ru>
Affects: 4.6-RELEASE (up to -p16), 4.7-RELEASE (up to -p13),
4.8-RELEASE (up to -p3), 5.0-RELEASE (up to -p11)
4-STABLE prior to Mar 29 19:33:18 2003 UTC
Corrected: 2003-08-25 22:33:14 UTC (RELENG_5_0)
2003-08-25 22:35:23 UTC (RELENG_4_8)
2003-08-25 22:36:10 UTC (RELENG_4_7)...