search for: pa2

Displaying 19 results from an estimated 19 matches for "pa2".

Did you mean: pa
2012 Oct 05
2
Dúvida função Anova pacote car - Medidas repetidas
...uot;Anova" do pacote "car". Medi o biovolume de algas a cada dois dias durante 10 dias (no banco de dados abaixo só coloquei até o 4° dia). Tenho 2 tratamentos ("c","t") e o experimento foi realizado em tréplicas ("A","B","C"). > Pa2 Day Type Replicate logbiovolume 1 0 c A 19.34 2 0 c B 18.27 3 0 c C 18.56 4 0 t A 18.41 5 0 t B 18.68 6 0 t C 18.86 7 2 c A 18.81 8 2 c...
2011 Jan 20
4
How to reshape wide format data.frame to long format?
Dear list, I need to convert this data.frame > names(codesM) [1] "key" "AMR.pa1.M" "AMR.pa2.M" "AMR.pa3.M" "AMR.pa4.M" [6] "AMR.pa5.M" "AMR.pa6.M" "AMR.pa7.M" "AMR.pa8.M" "AMR.pa9.M" [11] "AMR.pa10.M" "AMR.ta1.M" "AMR.ta2.M" "AMR.ta3.M" "AMR.ta4.M" [16] &q...
2008 May 21
2
Search a string and modify it in a .txt file
...I would like to be able to modify a file .txt "init_file" like this one : # ---------------------------------------------------------------------------- # # Parameters A # ---------------------------------------------------------------------------- # # Parameter 1 PA1 = 15 # Parameter 2 PA2 = 3 # Parameter 3 PA3 = 2 # ---------------------------------------------------------------------------- # # ---------------------------------------------------------------------------- # # Parameters B # ---------------------------------------------------------------------------- # # Paramete...
2011 Jan 31
4
Select rows with distinct values in a column and other conditions
My data frame looks like: SightingID PA1 PA2 PlotID InOverlap Area1 2001 1 -99 392 Y 0.22 2002 1 -99 388 Y 0.253 2008 1 NA 104 N 0.344 2010 1 NA 71 N 0.185 2012 1 NA 61 N 0.166 2013 1 NA 61...
2009 Aug 01
2
Add columns in a dataframe and fill them from another table according to a criteria
...en below:- This table gives the probabilities of the changes in the swap curve depending on the state of the swap curve. I want to put these probabilities in my dataframe mydata(given after the prob table). Prob of States Changes State1 State2 State3 State4 a Pa1 Pa2 Pa3 Pa4 b Pb1 Pb2 Pb3 Pb4 c Pc1 Pc2 Pc3 Pc4 d Pd1 Pd2 Pd3 Pd4 and I have a dataframe(with 93 rows) called mydata part of which(6 rows) is given below where I want to fill in the last four columns with probabilities...
2009 Nov 26
1
Arrhenius Plot 2 with lattice
...uff. I have a plenty of them 80-300K every 5 Kelvin. I start with 79K, 80K...300K test<-read.table("T300_both.txt",header=FALSE,sep="") RH2<-c(RH2,2.5e7*.32e-4/100e-6/5100*(test$V3[c(2)]-test$V3[c(1)]+test $V3[c(4)]-test$V3[c(3)])) n2<-c(n2,-1/(RH2[c(46)]*1.60217e-19)) PA2<-c(1.1331/100e-6*.32e-4*(test$V1[c(2)]+test$V1[c(4)]-test $V1[c(1)]-test$V1[c(3)])) PB2<-c(1.1331/100e-6*.32e-4*(test$V1[c(6)]+test$V1[c(8)]-test $V1[c(5)]-test$V1[c(7)])) P2<-c(P2,(PA2+PB2)/2) bew2<-c(bew2,-RH2[c(46)]/P2[c(46)]) QA2<-c(QA2,(test$V1[c(2)]-test$V1[c(1)])/(test$V1[c(4)...
2019 Aug 30
2
to shares access from non-member clients/nodes
hi guys, with Samba as below [global] ??? workgroup = NNNR ??? netbios name = PA2 ??? realm = PRIVATE.REALM.MINE ??? kerberos method = dedicated keytab ??? dedicated keytab file = /etc/samba/samba.keytab ??? create krb5 conf = no ??? security = user ??? domain master = yes ??? domain logons = yes Should nodes/clients outside of domain (non-members) be able to access (with user+...
2005 Nov 16
5
"Warning message: package '...' was built under R version 2.3.0"
Hi, While installing precompiled packages I often get warnings like the one in the subject. I usually ignore them, but I still do not understand why windows packages are build with unreleased versions of R. Is there some way to get packages build under R-2.2.0? What are potential problems that can result from that version mismatch? My system: winXP R version: 2.2.0 Jarek Tuszynski
2019 Aug 30
2
to shares access from non-member clients/nodes
On 30/08/2019 17:25, Rowland penny via samba wrote: > On 30/08/2019 17:12, lejeczek via samba wrote: >> hi guys, >> >> with Samba as below >> >> [global] >> ???? workgroup = NNNR >> ???? netbios name = PA2 >> ???? realm = PRIVATE.REALM.MINE >> ???? kerberos method = dedicated keytab >> ???? dedicated keytab file = /etc/samba/samba.keytab >> ???? create krb5 conf = no >> ???? security = user >> ???? domain master = yes >> ???? domain logons = yes >> >...
2009 Jul 31
1
Fill dataframe from a table according to a criteria
Deare R users I am new to R. What I want to do is explained below;- I have table called States.Prob which is given below Prob of States Changes State1 State2 State3 State4 A Pa1 Pa2 Pa3 Pa4 B Pb1 Pb2 Pb3 Pb4 C Pc1 Pc2 Pc3 Pc4 D Pd1 Pd2 Pd3 Pd4 and I have a dataframe called mydata which is given below where I want to fill in the last four columns of probabilities taken from States.Prob according...
2009 Jul 15
0
Fwd: DLLs
...ere is the simple Pascal code: Running on a Macintosh Intel, OS X 10.5, R 2.9.1 {$MODE DELPHI} library LearningLib; const num=75; type array1= array[1..2,1..num] of Double; array2=array[1..num,1..num] of longint; array3=array[1..num,1..num] of Double; array4=array[1..num] of longint; pA1=^array1; pA2=^array2; pA3=^array3; pA4=^array4; pD=^Double; procedure learning(loc1:pA1;adj1:pA2;alpha:pD); cdecl; var i1,i2,neighs:longint; sum1,sum2:double; newloc: array [1..2,1..num] of double; begin for i1:=1 to 2 do for i2:=1 to num do newloc[i1,i2]:=0; for i1:= 1 to num do begin neighs:=0; sum1:=0; s...
2015 Jan 15
2
[LLVMdev] AllocaInst for FunctionType?
...ual information to code. The manual states alloca is defined for <type>. FunstionType is a type, so alloca for functionType should be possible? Not? If we have a valid Module *m we can get an allocate instruction allocating space for a non-argumented function as follows: AllocaInst* pa2 = new AllocaInst( FunctionType::get( Type::getVoidTy(m->getContext()), false ) , 1, "myName"); but how about nonvar-argumented functions? E.g. I32,I16 std::vector<Type*>FuncTy_args; FuncTy_args.push_back(IntegerType::get(mod->getContext(), 32)); FuncTy_args...
2003 Dec 26
2
OC curve in "Quality Control"
Dear all, Can anyone please help me about any of the following questions: -------------------------------------------- 1. How can i find "factorial" of any number in R? I tried > prod(170:1) # to find factorial of 170 or 170! Is it the only procedure - or R has any better process / operational character to calculate factorial? Also, is it possible to calculate factorial of 500? Or
2019 Aug 30
0
to shares access from non-member clients/nodes
...a wrote: > > On 30/08/2019 17:25, Rowland penny via samba wrote: >> On 30/08/2019 17:12, lejeczek via samba wrote: >>> hi guys, >>> >>> with Samba as below >>> >>> [global] >>> ???? workgroup = NNNR >>> ???? netbios name = PA2 >>> ???? realm = PRIVATE.REALM.MINE >>> ???? kerberos method = dedicated keytab >>> ???? dedicated keytab file = /etc/samba/samba.keytab >>> ???? create krb5 conf = no >>> ???? security = user >>> ???? domain master = yes >>> ???...
2009 Jan 24
0
Best practices for httpd & MySQL under Xen w/DRBD & iSCSI?
...eir brain! ;) Basically, I''m requesting comments for the following configuration before I build it out. Basically, I have 4 servers. Two are PowerEdge 1750''s (4GB RAM each) with 3x36GB 15K U320 drives in RAID-5 in identical configurations and two are home-built ASUS RS120-E5/PA2''s with 2x500GB 7.2K SATA drives in RAID-1 with Intel Xeon X3220 Quad-Core CPU''s (8GB RAM each). Each of the four servers have two on-board GbE ports (Broadcom) and an Intel PRO/1000 (9401) PCIe NIC. I''m planning to use CentOS 5.x x64 on all four servers. Basically,...
2019 Sep 01
1
to shares access from non-member clients/nodes
...a wrote: > > On 30/08/2019 17:25, Rowland penny via samba wrote: >> On 30/08/2019 17:12, lejeczek via samba wrote: >>> hi guys, >>> >>> with Samba as below >>> >>> [global] >>> workgroup = NNNR >>> netbios name = PA2 >>> realm = PRIVATE.REALM.MINE >>> kerberos method = dedicated keytab >>> dedicated keytab file = /etc/samba/samba.keytab >>> create krb5 conf = no >>> security = user >>> domain master = yes >>>...
2010 Sep 03
2
RFC: Lazy syntax for paragraphs, blockquotes and lists
...both lists and blockquotes support lazy indentation it is sometimes not clear what the outcome is when those two elements are combined. Here are some issues taken from the Markdown ML. PA1. First example: * this is list item > * this item is in a block quote more block quoting? PA2. Second example: * > list item with quoting more text here * > list item with quoting more text here * another list item PA3. Third example: > > I wrote something > you replied and now here is my reply to your reply. PA4. Fourth example:...
2008 Oct 05
2
trouble with character \u00e2
Greetings R-wizards: For historical reasons I have filenames with the character "?" and have successfully used "\u00e2" in its place, with the hoped-for result on all my on-screen plots. However since R2.7.0 I have trouble with savePlot() when the file name includes that character as it does in this example: savePlot(paste("diagnostic ? vs a ", file.label,
2016 Nov 21
2
Winbind traffic not encrypted
...e6 2526 z.y[31Po...kr.%& 0x02d0: 342b dbd0 15b2 f402 c291 c2e0 ad2e af23 4+.............# 0x02e0: 2378 42c2 6cb8 4076 8058 c381 bea5 69ab #xB.l. at v.X....i. 0x02f0: 99ac 1730 dcab 9904 d685 67f1 8f6a ff6f ...0......g..j.o 0x0300: 3f70 6132 16d5 251d abc4 a8e5 b178 d86e ?pa2..%......x.n 0x0310: cb0c a839 0c03 6638 70a6 b205 d357 9e18 ...9..f8p....W.. 0x0320: cf51 470c 026b cd73 2d37 c602 3e9a 627c .QG..k.s-7..>.b| 0x0330: 251a d825 95a4 86a3 428a 371c bbb0 70f7 %..%....B.7...p. 0x0340: 07dc 4da5 83d2 0a90 92ca 1046 d2db e5d5 ..M........F.......