search for: t4

Displaying 20 results from an estimated 497 matches for "t4".

Did you mean: nt4
2005 Mar 14
1
Problem Compiling Spandsp
...; else rm -f ".deps/bert.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I -g -O2 -MT bert.lo -MD -MP -MF .deps/bert.Tpo -c bert.c -fPIC -DPIC -o .libs/bert.o bert.c:43:20: tiffio.h: No such file or directory In file included from spandsp.h:75, from bert.c:45: spandsp/t4.h:74: error: syntax error before "TIFF" spandsp/t4.h:74: warning: no semicolon at end of struct or union spandsp/t4.h:147: error: syntax error before '}' token spandsp/t4.h:147: warning: data definition has no type or storage class spandsp/t4.h:181: error: syntax error before '...
2012 Mar 22
1
Macro or Loop info/help needed
I'm very new to R having recently made the transition from SPSS and SAS. In a dataset named t4, I have about 20 variables that are named in a somewhat chronological order - (e.g., q100ayr, q101ayr, q102ayr, q103ayr, etc.) Each variable contains a 2 digit year designation (e.g., 73, 74,75, 76, etc), which corresponds to the year something occurred (e.g., 73=1973). Each of the 2...
2005 Mar 29
2
Spandsp compilation error
Hello everybody, I'm trying to receive and sending faxes with asterisk using spandsp. But while compiling the spandsp0.0.2pre11 (tried also spandsp0.0.1), I get following errormessage: gcc -DHAVE_CONFIG_H -I. -I. -I. -I -g -O2 -c t4.c -Wp,-MD,.deps/t4.TPlo -fPIC -DPIC -o .libs/t4.o In file included from spandsp.h:42, from t4.c:71: spandsp/arctan2.h: In function `arctan2': spandsp/arctan2.h:51: warning: type mismatch in implicit declaration for built-in function `fabs' t4.c: In function `t4_rx_en...
2017 Feb 14
2
Ensuring chain dependencies with expansion to libcalls
...y ran into a problem where these operations that are expanded to library calls aren't maintaining the proper ordering in relation to other chains in the DAG. The following snippet of a DAG demonstrates the problem. t0: ch = EntryToken t2: i64,ch,glue = CopyFromReg t0, Register:i64 %reg0 t4: i64,ch,glue = CopyFromReg t2:1, Register:i64 %reg1, t2:1 t6: i64,ch,glue = CopyFromReg t4:1, Register:i64 %reg2, t4:1 t8: i64,ch,glue = CopyFromReg t6:1, Register:i64 %reg3, t6:1 t11: ch = CopyToReg t0, Register:i64 %vreg0, t2 t13: ch = CopyToReg t0, Register:i64 %vreg1, t4...
2009 Jul 30
0
randomized block design analysis PROBLEM
...perimental (columns-experiments) design of my project. I use a randomized block design with 4 treatments including a control. For each treatment, I use 3 replicates and 3 blocks. The treatments are: -T1 = COD (300 mg/Lit) COD=chemical oxygen demand -T2 = COD (200 mg/Lit) -T3 = COD (100 mg/Lit) -T4 = COD (0 mg/Lit) as a control The experiment is conducted during three months and a sample is taken each Week in every experimental unit. At the first, I irrigated all soil columns (12 columns) with demonize water for 1 week. Then during 8 weeks, I irrigated all columns with waste water with dif...
2017 Jun 03
4
New var
...terval between the start date and end dates (End-start). obs, Start , end, datediff 1,2/1/2015, 1/1/2017, 700 2,4/11/2010, 1/1/2011, 265 3,1/4/2006, 5/3/2007, 484 4,10/1/2007, 1/1/2008, 92 5,6/1/2011, 1/1/2012, 214 6,10/15/2004,12/1/2004,47 Second. I want create 5 more variables t1, t2, t3, t4 and t5 The value of each variable is defined as follows if datediff < 100 then t1=1, t2=t3=t4=t5=-1. if datediff >= 100 and < 200 then t1=0, t2=1,t3=t4=t5=-1, if datediff >= 200 and < 300 then t1=0, t2=0,t3=1,t4=t5=-1, if datediff >= 300 and < 400 then t1=0, t2=0,t3=...
2005 Mar 23
1
Spandsp question ( re: compiling )
I am trying to compile spandsp on my asterisk server, and it keeps failing out with the following t4.c:38:21: tiffiop.h: No such file or directory In file included from t4.c:41: spandsp/t4.h:62: error: syntax error before "TIFF" spandsp/t4.h:62: warning: no semicolon at end of struct or union spandsp/t4.h:63: warning: data definition has no type or storage class spandsp/t4.h:64: error: s...
2007 May 17
2
How to analyse simple study: Placebo-controlled (2 groups) repeated measurements (ANOVA, ANCOA???)
Hallo! I have two groups (placebo/verum), every subject is measured at 5 times, the first time t0 is the baseline measurement, t1 to t4 are the measurements after applying the medication (placebo or verum). The question is, if there is a significant difference in the two groups and how large the differnce is (95% confidence intervals). Let me give sample data # Data ID<-factor(rep(1:50,each=5)) # 50 subjects GROUP<-factor(c(...
2017 Jun 03
0
New var
...-start). > > obs, Start , end, datediff > 1,2/1/2015, 1/1/2017, 700 > 2,4/11/2010, 1/1/2011, 265 > 3,1/4/2006, 5/3/2007, 484 > 4,10/1/2007, 1/1/2008, 92 > 5,6/1/2011, 1/1/2012, 214 > 6,10/15/2004,12/1/2004,47 > > Second. I want create 5 more variables t1, t2, t3, t4 and t5 > The value of each variable is defined as follows > if datediff < 100 then t1=1, t2=t3=t4=t5=-1. > if datediff >= 100 and < 200 then t1=0, t2=1,t3=t4=t5=-1, > if datediff >= 200 and < 300 then t1=0, t2=0,t3=1,t4=t5=-1, > if datediff >= 300 and <...
2012 Sep 18
1
chunk row to new table/file
I have big .csv file. I would like to filter that file into a new table. For example, I have .csv file as below: f1 f2 f3 f4 f5 f6 f7 f9 f10 f11 t1 1 0 1 0 1 0 0 0 0 1 t2 1 0 0 0 0 1 1 1 1 1 t3 0 0 0 0 0 0 0 0 0 0 t4 1 0 0 0 1 0 0 0 0 0 t5 0 0 0 0 0 0 0 0 0 0 t6 0 0 0 0 0 0 0 0 0 0 1. I have a table (as above) 2. What I want to do is, I want to chunk a new table for each row (meaning that, I will have new table for row t1, new table for row t2, new table fo...
2012 Sep 17
1
How to filter information from a big .csv table into a new table
Hi, I have big .csv file. I would like to filter that file into a new table. For example, I have .csv file as below: f1 f2 f3 f4 f5 f6 f7 f9 f10 f11 t1 1 0 1 0 1 0 0 0 0 1 t2 1 0 0 0 0 1 1 1 1 1 t3 0 0 0 0 0 0 0 0 0 0 t4 1 0 0 0 1 0 0 0 0 0 t5 0 0 0 0 0 0 0 0 0 0 t6 0 0 0 0 0 0 0 0 0 0 I want to filter the table above to another table as below. It will only show an information which have a dependency. As you can see below, t1 has a dependency with t2 and t4, becau...
2006 Apr 05
0
Fancy MySQL footwork
Database structure as follows: t1 -> t2 -> t3 -> t4 select * from t1; +----+-------+-------+ | id | t2_id | t3_id | +----+-------+-------+ | 1 | 1 | null | | 2 | null | 1 | | 3 | null | 2 | +----+-------+-------+ select * from t2; +----+-------+ | id | title | +----+-------+ | 1 | "hat" | +----+-------+ select * from...
2017 Jun 03
2
New var
...obs start end D 1 1 2/1/2015 1/1/2017 700 2 2 4/11/2010 1/1/2011 265 3 3 1/4/2006 5/3/2007 484 4 4 10/1/2007 1/1/2008 92 5 5 6/1/2011 1/1/2012 214 6 6 10/5/2004 12/1/2004 57 My problem is how do I get the other new variables obs start end D t1,t2,t3,t4, t5 1, 2/1/2015, 1/1/2017, 700,0,0,0,0,0 2, 4/11/2010, 1/1/2011, 265,0,0,1,-1,-1 3, 1/4/2006, 5/3/2007, 484,0,0,0,0,1 4, 10/1/2007, 1/1/2008, 92,1,-1,-1,-1,-1 5, 6/1/2011, 1/1/2012, 214,0,0,1,-1,-1 6, 10/15/2004,12/1/2004,47,1,-1,-1,-1,-1 Thank you again. On Sat, Jun 3, 2017 at 12:13 AM, Ber...
2010 Jun 02
1
compute the associate vector of distances between leaves in a binary non-rooted tree
...es. I've tried the ape package but I'm unable to find this vector. For example, using rtree(5,rooted=F) I've obtained the following tree: $edge [,1] [,2] [1,] 6 7 [2,] 7 1 [3,] 7 8 [4,] 8 2 [5,] 8 3 [6,] 6 4 [7,] 6 5 $tip.label [1] "t4" "t3" "t2" "t1" "t5" $edge.length [1] 0.9126727 0.2765674 0.4996832 0.7904400 0.8508797 0.8174133 0.9027958 $Nnode [1] 3 My question is: how to compute the vector of distances between the 5 leaves. This vector is in this case: v=(d(t1,t2),d(t1,t3),d(...
2007 Dec 14
3
How to convert Datetime numbers from Excel to POSIXt objects
...me numbers from Excel (days since 30.12.1899 00:00:00) into POSIXt objects? For example 29770.375 should be converted to "03.07.1981 09:00:00" I tried the following code and encountered strange results: t1-t0 gives 29770.33 (should be 29770.375 in my opinion) t1-t2 and t1-t3 are ok t1-t4 gives 183.3333 (should be 183.375) Are these rounding errors? The R-code: t1 <- strptime("3.7.1981 09:00:00","%d.%m.%Y %H:%M:%S") t0 <- strptime("30.12.1899 00:00:00","%d.%m.%Y %H:%M:%S") t2 <- strptime("3.7.1981 00:00:00","%d.%m.%Y...
2016 Jun 22
2
LLVM Backend Issues
...any separate floating point registers, not sure if this will pose any issue? Thanks again for your time! Jeff jeff at ubuntu:~/code$ llc -debug-only=isel dft_gf_msp.ll === main Initial selection DAG: BB#0 'main:entry' SelectionDAG has 18 nodes: t0: ch = EntryToken t4: ch = store<ST4[%retval]> t0, Constant:i32<0>, FrameIndex:i32<0>, undef:i32 t7: ch = store<ST4[%sz]> t4, Constant:i32<256>, FrameIndex:i32<2>, undef:i32 t10: ch = store<ST4[%dir]> t7, ConstantFP:f32<-1.000000e+00>, FrameIndex:i32<3&gt...
2010 Aug 14
1
Simple problem with lm/predict
...OHLC Dow Jones industrial index data from 1980 to present, the data is in stored in x. I've done an OLS fit on the data in 1982::1994 and stored it in extrapolate1 (x[,4] contains the closing value for the index). > t3 <- seq(1980,1994,length = length(x["1980::1994",4])) > t4<-t3^2 > extrapolate1 <- lines(lm(x["1980::1994",4]~t3+t4)$fit) > extrapolate1 Call: lm(formula = x["1980::1994", 4] ~ t3 + t4) Coefficients: (Intercept) t3 t4 3.161e+07 -3.205e+04 8.125e+00 The plot comes up with the appropriate line fit...
2017 Jun 04
2
New var
...out to show us > some work > DFM$t1 <- ifelse( DFM$D < 100, 1, 0 ) > DFM$t2 <- ifelse( 100 <= DFM$D & DFM$D < 200, 1, ifelse( DFM$D < 100, -1, > 0 ) ) > DFM$t3 <- ifelse( 200 <= DFM$D & DFM$D < 300, 1, ifelse( DFM$D < 200, -1, > 0 ) ) > DFM$t4 <- ifelse( 300 <= DFM$D & DFM$D < 400, 1, ifelse( DFM$D < 300, -1, > 0 ) ) > DFM$t5 <- ifelse( 400 <= DFM$D & DFM$D < 500, 1, ifelse( DFM$D < 400, -1, > 0 ) ) > # brute force method with ordered factor > DFM$tf1 <- ifelse( "[0,100)" == DFM...
2016 Jun 21
3
LLVM Backend Issues
...ew backend that I created for a new architecture. I suspect these errors may have something to do with how I have the string setup in LLVMTargetMachine() below? Also - It would be great if someone could point me to a document that describes some of these error messages? For example what does t26 ..t4 mean? Thanks in advance for taking your valuable time to help me! Jeff jeff at ubuntu:~/code$ llc dft_gf_msp.ll LLVM ERROR: Cannot select: t28: ch = store<ST2[%le](align=4), trunc to i16> t27, t26, FrameIndex:i32<14>, undef:i32 t26: i32,ch = load<LD2[%sz](align=4), anyext from i...
2017 Jun 04
0
New var
...ou should have been able to figure out to show us some work DFM$t1 <- ifelse( DFM$D < 100, 1, 0 ) DFM$t2 <- ifelse( 100 <= DFM$D & DFM$D < 200, 1, ifelse( DFM$D < 100, -1, 0 ) ) DFM$t3 <- ifelse( 200 <= DFM$D & DFM$D < 300, 1, ifelse( DFM$D < 200, -1, 0 ) ) DFM$t4 <- ifelse( 300 <= DFM$D & DFM$D < 400, 1, ifelse( DFM$D < 300, -1, 0 ) ) DFM$t5 <- ifelse( 400 <= DFM$D & DFM$D < 500, 1, ifelse( DFM$D < 400, -1, 0 ) ) # brute force method with ordered factor DFM$tf1 <- ifelse( "[0,100)" == DFM$bin, 1, 0 ) DFM$tf2 <...