search for: p23

Displaying 20 results from an estimated 43 matches for "p23".

Did you mean: 23
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 constra...
2005 Jul 13
2
Proportion test in three-chices experiment
...hree 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, because it relates to two-choices tests. I apologize if the answer is trivial, but I am relatively new to R...
2018 Apr 12
0
EuroLLVM "Round Table" topics
On 04/12/2018 01:40 AM, p23 power via llvm-dev wrote: > Hi, > We are looking for new "Round Table" topics (i.e. mini-bof topics - > formally known as hackers lab).  The round table sessions are a great > way for us all to discuss face-to-face any burning topics. We have > scheduled a table after ea...
2018 Apr 11
2
EuroLLVM "Round Table" topics
Hi, We are looking for new "Round Table" topics (i.e. mini-bof topics - formally known as hackers lab). The round table sessions are a great way for us all to discuss face-to-face any burning topics. We have scheduled a table after each BoF sessions so that people can follow up on those conversation-topics. We will also setup round tables during the event when there is interest (i.e.
2009 Apr 04
1
Problem with sample()
...4419396829380100000 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.0020571110286774600000 p22 = B * 0.0018609069242876300000 p23 = B * 0.0016863940046095700000 p24 = B * 0.0015307200810669000000 p25 = B * 0.0013914821958686000000 p26 = B * 0.0012666429097088400000 p27 = B * 0.0011544646324891600000 p28 = B * 0.0010534576028534100000 p29 = B * 0.0009623383079593670000 p30 = B * 0.0008799959715670280000 ################Indi...
2012 Aug 30
1
path analysis help
...l. (2002)[1]. I try the following 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...
2006 Apr 19
1
Error installing asterisk
...]: Leaving directory `/usr/local/src/asterisk-1.2.4/apps' make: *** [subdirs] Error 1 [root@localhost asterisk-1.2.4]# I am not sure what happend. Someone can help me please. I have: ************************** openssl-0.9.7a-40 xmlsec1-openssl-1.2.6-3 openssl-devel-0.9.7a-40 pyOpenSSL-0.6-1.p23 ************************** ncurses-devel-5.4-13 ncurses-5.4-13 ***********************/*** zlib-devel-1.2.1.2-1 zlib-1.2.1.2-1 **************************** bison-1.875c-2 --------------------------------- LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y m?viles desde 1 c?ntimo por m...
2007 Apr 11
1
Programming Problem (for loop, random # control, 3 dimentional graph)
...,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(-1,2) p38=g(-1,3) p39=g(-1,4) p40=g(-1,5) p41=g(-0.5,-0.5) p42=g(-0.5,0) p43=g(-0.5,0.5) p44=g(-0.5,1) p45=g(-0.5,2) p46=g(...
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),3*k)...
2016 Mar 07
2
llvm-cov accepting many binary files for aggregated coverage reports
Hi David, In my use case, our test teams want a single html index file that links to an aggregated coverage report that covers an entire code repository. I see that there is a new patch of generating html reports, is there a way to index all of the individual source files into one summary report, where there are many binary files to consider? *> I don't see why a wrapper script (that
2009 Jan 18
4
data management
Dear Rxperts, I have a varaibles data file that looks like this p(1) 10 p(1) 3 p(1) 4 p(2) 20 p(2) 30 p(2) 40 p(3) 4 p(3) 1 p(1) 2 I cannot process these data with R because it does not like the parentheses. How can I get these to look like: p1 10 p1 3 p1 4 p2 20 p2 30 p2 40 p3 4 p3 1 p3 2 The data is in a tab delimited text file and I want to get it into a data.frame(). Many thanks in
2004 Jun 07
0
FreeBSD Security Advisory FreeBSD-SA-04:12.jailroute
...2004-06-07 Credits: Pawel Malachowski Affects: All FreeBSD 4.x releases prior to 4.10-RELEASE Corrected: 2004-04-06 20:11:53 UTC (RELENG_4) 2004-06-07 17:44:44 UTC (RELENG_4_9, 4.9-RELEASE-p10) 2004-06-07 17:42:42 UTC (RELENG_4_8, 4.8-RELEASE-p23) CVE Name: CAN-2004-0125 FreeBSD only: YES For general information regarding FreeBSD Security Advisories, including descriptions of the fields above, security branches, and the following sections, please visit <URL:http://www.freebsd.org/security/>. I. Background The jail(2) syst...
2003 Sep 25
1
FreeBSD Security Advisory FreeBSD-SA-03:14.arp [REVISED]
...ENG_5_1, 5.1-RELEASE-p8) 2003-09-25 13:33:29 UTC (RELENG_5_0, 5.0-RELEASE-p16) 2003-09-25 13:34:14 UTC (RELENG_4_8, 4.8-RELEASE-p10) 2003-09-25 13:34:31 UTC (RELENG_4_7, 4.7-RELEASE-p20) 2003-09-25 13:34:52 UTC (RELENG_4_6, 4.6-RELEASE-p23) 2003-09-25 13:35:18 UTC (RELENG_4_5, 4.5-RELEASE-p34) 2003-09-25 13:35:33 UTC (RELENG_4_4, 4.4-RELEASE-p44) 2003-09-25 13:35:48 UTC (RELENG_4_3, 4.3-RELEASE-p40) FreeBSD only: NO For general information regarding FreeBSD Security Advisories, inclu...
2013 Apr 30
0
Extrafont package: Fonts are not successfully installed
...h = 4, height = 4) : unknown AFM entity encountered 4: In pdf("font_plot.pdf", family = "Impact", width = 4, height = 4) : unknown AFM entity encountered > p12<-ggplot(df00, aes(x=x1, y=y1))+geom_line(color="blue")+ggtitle("MYXLAB")+theme_bw() > p23<-p12+ theme(plot.title = element_text(family="Times New Roman")) > p23 [[alternative HTML version deleted]]
2008 Jul 09
1
Help with installing add-on packages
...? may be used uninitialized in this function akima.new.f:1903: warning: ?x0? may be used uninitialized in this function akima.new.f:1902: warning: ?p22? may be used uninitialized in this function akima.new.f:1902: warning: ?p21? may be used uninitialized in this function akima.new.f:1902: warning: ?p23? may be used uninitialized in this function akima.new.f:1902: warning: ?p13? may be used uninitialized in this function akima.new.f:1902: warning: ?p14? may be used uninitialized in this function akima.new.f:1901: warning: ?p12? may be used uninitialized in this function akima.new.f:1902: warning:...
2005 Oct 11
0
FreeBSD Security Advisory FreeBSD-SA-05:21.openssl
...11:52:46 UTC (RELENG_6, 6.0-STABLE) 2005-10-11 11:53:03 UTC (RELENG_6_0, 6.0-RELEASE) 2005-10-11 11:52:01 UTC (RELENG_5, 5.4-STABLE) 2005-10-11 11:52:28 UTC (RELENG_5_4, 5.4-RELEASE-p8) 2005-10-11 11:52:13 UTC (RELENG_5_3, 5.3-RELEASE-p23) 2005-10-11 11:50:50 UTC (RELENG_4, 4.11-STABLE) 2005-10-11 11:51:45 UTC (RELENG_4_11, 4.11-RELEASE-p13) 2005-10-11 11:51:20 UTC (RELENG_4_10, 4.10-RELEASE-p19) CVE Name: CAN-2005-2969 For general information regarding FreeBSD Security Advisori...
2006 Apr 19
0
FreeBSD Security Advisory FreeBSD-SA-06:14.fpu
...LENG_5_4, 5.4-RELEASE-p14) 2006-04-19 07:02:23 UTC (RELENG_5_3, 5.3-RELEASE-p29) 2006-04-19 07:02:43 UTC (RELENG_4, 4.11-STABLE) 2006-04-19 07:03:01 UTC (RELENG_4_11, 4.11-RELEASE-p17) 2006-04-19 07:03:14 UTC (RELENG_4_10, 4.10-RELEASE-p23) CVE Name: CVE-2006-1056 For general information regarding FreeBSD Security Advisories, including descriptions of the fields above, security branches, and the following sections, please visit <URL:http://www.freebsd.org/security/>. I. Background The floating-point unit (FPU) of i38...
2003 Sep 25
0
FreeBSD Security Advisory FreeBSD-SA-03:14.arp [REVISED]
...ENG_5_1, 5.1-RELEASE-p8) 2003-09-25 13:33:29 UTC (RELENG_5_0, 5.0-RELEASE-p16) 2003-09-25 13:34:14 UTC (RELENG_4_8, 4.8-RELEASE-p10) 2003-09-25 13:34:31 UTC (RELENG_4_7, 4.7-RELEASE-p20) 2003-09-25 13:34:52 UTC (RELENG_4_6, 4.6-RELEASE-p23) 2003-09-25 13:35:18 UTC (RELENG_4_5, 4.5-RELEASE-p34) 2003-09-25 13:35:33 UTC (RELENG_4_4, 4.4-RELEASE-p44) 2003-09-25 13:35:48 UTC (RELENG_4_3, 4.3-RELEASE-p40) FreeBSD only: NO For general information regarding FreeBSD Security Advisories, inclu...
2008 Sep 18
2
Problem installing packages in newer versions of R
...? may be used uninitialized in this function akima.new.f:1903: warning: ?x0? may be used uninitialized in this function akima.new.f:1902: warning: ?p22? may be used uninitialized in this function akima.new.f:1902: warning: ?p21? may be used uninitialized in this function akima.new.f:1902: warning: ?p23? may be used uninitialized in this function akima.new.f:1902: warning: ?p13? may be used uninitialized in this function akima.new.f:1902: warning: ?p14? may be used uninitialized in this function akima.new.f:1901: warning: ?p12? may be used uninitialized in this function akima.new.f:1902: warning:...
2006 Apr 19
1
FreeBSD Security Advisory FreeBSD-SA-06:14.fpu
...LENG_5_4, 5.4-RELEASE-p14) 2006-04-19 07:02:23 UTC (RELENG_5_3, 5.3-RELEASE-p29) 2006-04-19 07:02:43 UTC (RELENG_4, 4.11-STABLE) 2006-04-19 07:03:01 UTC (RELENG_4_11, 4.11-RELEASE-p17) 2006-04-19 07:03:14 UTC (RELENG_4_10, 4.10-RELEASE-p23) CVE Name: CVE-2006-1056 For general information regarding FreeBSD Security Advisories, including descriptions of the fields above, security branches, and the following sections, please visit <URL:http://www.freebsd.org/security/>. I. Background The floating-point unit (FPU) of i38...