search for: pa

Displaying 20 results from an estimated 9712 matches for "pa".

Did you mean: ap
2016 Apr 19
0
Indicator Species analysis; trouble with multipatt
...sking questions here---including discussions of using dput() John Kane Kingston ON Canada > -----Original Message----- > From: daily.puja at gmail.com > Sent: Mon, 18 Apr 2016 16:33:54 -0400 > To: r-help at r-project.org > Subject: [R] Indicator Species analysis; trouble with multipatt > > Hello, > > *Error in tx %*% comb : non-conformable arguments* > > Suggestions greatly appreciated. I am a beginner and this is my first > time > posting. > > I would like to get the summary for indicator species analysis, using > package indicspecies wit...
2002 Nov 01
2
Help on rsync delete option
Hello, Any help on the following issue will be appreciated. How do I delete files or directories in my first level of directory that is specified as host. Here is an example : rsync -avz --delete ${SOURCE_HOST}:/mlinkfam/extract/sccs/pa/* /mlinkfam/extract/sccs/pa Giving above command I find redundant files or directory not getting deleted from the first level of target directory /mlinkfam/extract/sccs/pa. However, files or directories do get deleted from subdirectories /mlinkfam/extract/sccs/pa/qa or /mlinkfam/extract/sccs/pa/...
2016 Apr 18
3
Indicator Species analysis; trouble with multipatt
Hello, *Error in tx %*% comb : non-conformable arguments* Suggestions greatly appreciated. I am a beginner and this is my first time posting. I would like to get the summary for indicator species analysis, using package indicspecies with multipatt. I am getting errors, I believe, do to my data organization. After reorganizing and reorganizing, nothing has helped. > data<- read.csv(file="Data1.csv", header=TRUE, row.names=1, sep=",") > ap<-data[c(1:24, 1:81)] > groups<-...
2012 Mar 10
1
Generating abnormal returns in R
Hello This is my first post on this forum and I hope someone can help me out. I have a datafile (weeklyR) with returns of +- 100 companies. I acquired this computing the following code: library("tseries"); tickers = c("GSPC" , "BP" , "TOT" , "ENI.MI" , "VOW.BE" , "CS.PA" , "DAI.DE" , "ALV.DE" , "EOAN.DE" , "CA.PA" , &qu...
2007 Nov 08
0
configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_playback_pa.c
configure.ac | 18 ++ libswfdec-gtk/Makefile.am | 1 libswfdec-gtk/swfdec_playback_pa.c | 331 +++++++++++++++++++++++++++++++++++++ 3 files changed, 350 insertions(+) New commits: commit a14e3cf83f1a9e5bd0a226c1e794bdddf94ae7a9 Author: Eric Anholt <eric at anholt.net> Date: Wed Nov 7 17:42:04 2007 -0800 Add a simple pulseaudio playback backend. It appears to...
2002 Jan 10
1
Size of type double in object type dist (PR#1255)
...a bug, the type of 'Size' changing into 'double', or cmdscale not able to process a 'dist' object with a 'Size' of type 'double'. Perhaps both. I have not been able to locate a single cause of this problem. The following example is when it goes wrong: # PA is an object of class 'dist' with 'Size' 67 > data(PA) > attr(PA, "Size") [1] 67 > > MDS <- function (dif, dim) + { + a <- cmdscale(dif, k = dim, eig = FALSE) + row.names(a) <- names(dif) + a + }...
2007 Nov 22
0
2 commits - libswfdec-gtk/swfdec_playback_pa.c
libswfdec-gtk/swfdec_playback_pa.c | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) New commits: commit ad6813b97fd06905442d5a9d77050287093e7baf Author: Eric Anholt <eric at anholt.net> Date: Thu Nov 22 15:40:17 2007 -0800 Fix PA assertion failure if the context fails to...
2002 Dec 11
0
Re: your mail
...in Devera aka devik > > Linux kernel QoS/HTB maintainer > > http://luxik.cdi.cz/~devik/ > > > > On Mon, 9 Dec 2002, no0ne wrote: > > > > > Here is some of the debugging info: > > > > > > htb*c10117 m=2 t=-26777 c=-31288 pq=0 df=1441792 ql=0 pa=0 f: > > > htb*c10080 m=2 t=-45721 c=12161 pq=0 df=1998848 ql=0 pa=0 f: > > > htb*c10091 m=2 t=163300 c=46975 pq=0 df=44982272 ql=0 pa=0 f: > > > htb*c10109 m=2 t=168099 c=48174 pq=0 df=60000000 ql=0 pa=0 f: > > > htb*c10118 m=2 t=163300 c=46975 pq=0 df=3211264 q...
2006 Feb 27
5
repeated measures ANOVA
Dear list members: I have the following data: group <- rep(rep(1:2, c(5,5)), 3) time <- rep(1:3, rep(10,3)) subject <- rep(1:10, 3) p.pa <- c(92, 44, 49, 52, 41, 34, 32, 65, 47, 58, 94, 82, 48, 60, 47, 46, 41, 73, 60, 69, 95, 53, 44, 66, 62, 46, 53, 73, 84, 79) P.PA <- data.frame(subject, group, time, p.pa) The ten subjects were randomly assigned to one of two groups and measured three times. (The treatment changes after the...
2007 Oct 09
2
Paging in Asterisk
Our office does not have a PA system, and in our current phone system we have a certain extension that we dial that pages over the speaker of all the phones in the office. Does Asterisk support this feature? If so, could someone tell me the best way to set this up in AsteriskNOW? Thanks, Nick -------------- next part ----...
2014 Dec 02
2
[PATCH RFC v5 07/19] virtio: allow virtio-1 queue layout
...| 2 ++ > 2 files changed, 18 insertions(+) > > diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c > index 8f69ffa..508dccf 100644 > --- a/hw/virtio/virtio.c > +++ b/hw/virtio/virtio.c > @@ -96,6 +96,13 @@ static void virtqueue_init(VirtQueue *vq) > { > hwaddr pa = vq->pa; > > + if (pa == -1ULL) { > + /* > + * This is a virtio-1 style vq that has already been setup > + * in virtio_queue_set. > + */ > + return; > + } > vq->vring.desc = pa; > vq->vring.avail = pa +...
2014 Dec 02
2
[PATCH RFC v5 07/19] virtio: allow virtio-1 queue layout
...| 2 ++ > 2 files changed, 18 insertions(+) > > diff --git a/hw/virtio/virtio.c b/hw/virtio/virtio.c > index 8f69ffa..508dccf 100644 > --- a/hw/virtio/virtio.c > +++ b/hw/virtio/virtio.c > @@ -96,6 +96,13 @@ static void virtqueue_init(VirtQueue *vq) > { > hwaddr pa = vq->pa; > > + if (pa == -1ULL) { > + /* > + * This is a virtio-1 style vq that has already been setup > + * in virtio_queue_set. > + */ > + return; > + } > vq->vring.desc = pa; > vq->vring.avail = pa +...
2015 Jun 30
0
Account lockout
Hi, I have just upgraded our Samba 4.1 AD servers to 4.2.2. Our AD was previously run on win2k3 and had configuration for account lockout after 3 bad passwords. This lockout obviously did not work after migration to 4.1 After the upgrade to 4.2.2 the lockout started working again, almost as expected. The current settings are Password complexity: on Store plaintext passwords: off Password history length: 20 Minimum password length: 8 Minimum pa...
2006 Nov 07
2
Comparing models in multiple regression and hierarchical linear regression
...er switching from using SPSS) that I have discovered the process of fitting a linear model. However, after reading Crowley (2002), Fox (2002), Verzani (2004), Dalgaard (2002) and of course searching the R-help archives I cannot find an answer to my question. I have 5 explanatory variables (NR, NS, PA, KINDERWR, WM) and one response variable (G1L1WR). A simple main effects model finds that only PA is statistically significant, and an anova comparison between a 5-variable main effects model and a 1-variable main effects model finds no difference between the models. So it is possible to simplify t...
2015 Jan 23
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
Without the patch is also returns the wrong answer for all of these, it just doesn't cause LICM to promote because it returns PartialAlias (which is still wrong). We return may-alias instead, and now suddenly it's happy to promote them. The broken noalias results exist both before and after my patch:...
2008 Jul 30
2
Repeated Measure ANOVA-Old question
...are three ways to perform repeated measure ANOVA: aov, lme and lmer. http://www.mail-archive.com/r-help at stat.math.ethz.ch/msg58502.html But the questions are which one is good to use and how to do post-hoc test? I use the example that is provided in the above link and I try > tt<-aov(p.pa~group*time+Error(subject/time),data=P.PA) > TukeyHSD(tt) Error in UseMethod("TukeyHSD") : no applicable method for "TukeyHSD" Any suggestions? Appreciate in advance~ Chunhao
2010 Oct 07
2
text/mtext axis labels on graphs
Hello everyone I have problem with axis labels on graphs, I have my code as below: plot(0,0,xlim=c(1,ncol(PA)),ylim=c(1,nrow(PA)),main="Stratigraphic Range",xlab="Time Bins",ylab="Taxa",cex.axis=1.5,cex.lab=2,cex.main=2.5,mgp=c(5,1.5,0),xaxt="n") text(1:(length(strat_name)), y= 0, adj=1, srt=45,labels=strat_name,xpd=TRUE, cex=1) #adds text to x axis giving...
2015 Jan 24
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
No, i mean the actual store instruction looks like "store i16 %conv22, i16* getelementptr inbounds ([16 x i16]* @pA, i64 0, i64 12), align 2, !tbaa !1" Not that the pointer operand comes from a GEP, but it is a constantexpr, whose opcode is GEP. It sucks that there is such a complex thing to be handled as a store operand directly , but such is life ... CFL-AA *should* treat this like an assignment to G...
2011 Nov 28
1
code problem with the optim() function
...felse (length(levels(r1)) >= length(levels(r2)),lev <- c(levels(r1), levels(r2)), lev <- c(levels(r2), levels(r1))) lev <- lev[!duplicated(lev)] r1 <- factor(ratings[, 1], levels = lev) r2 <- factor(ratings[, 2], levels = lev) ttab <- table(r1, r2) total<-margin.table(ttab) pa<-(margin.table(ttab,1)/total) pb<-(margin.table(ttab,2)/total) ncate<-length(levels(as.factor(as.matrix(ratings)))) pp<-prop.table(ttab) sumagr<-sum(diag(ttab))/ns alpha<-(sumagr-sum(pa*pb))/(1-sum(pa*pb)) aickin <- function(theta,ratings) { alphanew<-theta[1] pah<-th...
2010 Oct 27
1
Fwd: as.list
...Sibylle St?ckli" <sibylle.stoeckli at gmx.ch> An: Rhelp <r-help at r-project.org> Betreff: as.list Dear R-users sorry, here Rcode included (attachment has been removed) I would like to read a txt file as list, to select rows and columns, and to create barplots. (1) selection of parameter site and part: ok (2) read txt file as list: problem with (1) as there are NA's (the lines not selected) (3) barplot: 5 different groups of bars (the selected columns H5,H8, S5,S8, C8). In each group 4 different bars (parameter diversity) --> error in -0.01*height: non-numeric argume...