search for: q24

Displaying 8 results from an estimated 8 matches for "q24".

Did you mean: 24
2008 Nov 07
2
Re gular Expression help
hi there I have a vector with a set of data.I just wanna seperate them based on the first p and q values metioned within the data. [1] chr10p15.3 /// chr3q29 /// chr4q35 /// chr9q34.3 [2] chr1q22-q24 [3] chr1q22-q24 [4] chr1pter-q24 [5] chr1pter-q24 [6] chr1pter-q24 i used a regular expression [+q*] to match up the values but it matches q found any...
2011 Nov 20
2
Adding two or more columns of a data frame for each row when NAs are present.
...w in mySum? NA should be treated as a 0. Please, note, I do not want to sum all the columns, as I think rowSums would do, just the selected ones. Thanks for your help. Ian, > yy <- read.table( header = T, sep=",", text = ## to create a data frame + "Q20, Q21, Q22, Q23, Q24 + 0,1, 2,3,4 + 1,NA,2,3,4 + 2,1, 2,3,4") + yy Q20 Q21 Q22 Q23 Q24 1 0 1 2 3 4 2 1 NA 2 3 4 3 2 1 2 3 4 > x <- transform( yy, ############## Example 1 + mySum = as.numeric(Q20) + as.numeric(Q22) + as.numeric(Q24), + myCount = as.numeric(!is...
2007 Feb 20
0
Standardized residual variances in SEM
...0.0e+00 Q19 <--- G param20 0.68 0.060 11.4 0.0e+00 Q20 <--- G param21 0.64 0.068 9.3 0.0e+00 Q21 <--- G param22 0.63 0.065 9.7 0.0e+00 Q22 <--- G param23 0.71 0.065 10.9 0.0e+00 Q23 <--- G param24 0.70 0.052 13.7 0.0e+00 Q24 <--- G param25 0.41 0.066 6.3 3.4e-10 Q25 <--- G param26 0.98 0.091 10.8 0.0e+00 Q1 <--> Q1 param27 0.72 0.068 10.6 0.0e+00 Q2 <--> Q2 param28 1.09 0.099 11.0 0.0e+00 Q3 <--> Q3 param29 0.77 0.072 10.7 0.0e+00 Q4 &...
2009 Nov 12
1
Transforming a dataframe into a response/predictor matrix
...1213 **@uark.edu ## 10295236 9/3/2008 Xattempts Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10 Q11 Q12 Q13 Q14 Q15 Q16 Q17 Q18 Q19 1 1 1 1 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1 0 1 2 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 0 0 0 0 1 Q20 Q21 Q22 Q23 Q24 Q25 Q26 Q27 Q28 Q29 Q30 Q31 Q32 Score Form CRSE_GRADE_OFF 1 0 0 0 0 0 0 0 0 0 1 0 0 0 9 E D 2 0 0 0 0 0 0 0 0 0 0 1 1 0 13 G D Each student took a pre- and post- test indicated by the date under "Start&...
2003 Jun 04
3
h323 and g729
Hi, I have an ansterisk and a cisco 827-4v registered to a Gatekeeper. asterisk has two extensions: exten => 223,1,Dial,OH323/BYEXTENSION@827PD exten => 730,1,Dial(IAX/eduardo@10.0.11.103) (IAX are working well) When I try to call each other, gnugk shows a ARJ: ARJ|10.0.11.112:1720|223:dialedDigits|730:dialedDigits|false|resourceUnavailable I think this could be a codec
2017 Feb 13
2
[PATCH] Optimize silk_LPC_inverse_pred_gain() for ARM NEON
...> following input vector: > A_QA[] = { 46596096, -72118272, 78532608, -69447680, 52707328, > -22073344, -19890176, 50507776, -54829056, 45518848, -33939456, > 21086208, -7127040, -4136960, 3993600, -1699840 } > > 2) I'm not quite sure what to make of silk_LPC_inverse_pred_gain_Q24(). > It seems to never be called anywhere -- except from the MIPS code. Maybe > it should just stay as it is (not renamed to _c()) but I need to check. > Any thoughts? > > Cheers, > > Jean-Marc > > On 07/02/17 04:06 PM, Linfeng Zhang wrote: > > Hi, > >...
2017 Feb 15
2
[PATCH] Optimize silk_LPC_inverse_pred_gain() for ARM NEON
...[] = { 46596096, -72118272, 78532608, -69447680, 52707328, > > -22073344, -19890176, 50507776, -54829056, 45518848, -33939456, > > 21086208, -7127040, -4136960, 3993600, -1699840 } > > > > 2) I'm not quite sure what to make of silk_LPC_inverse_pred_gain_ > Q24(). > > It seems to never be called anywhere -- except from the MIPS code. > Maybe > > it should just stay as it is (not renamed to _c()) but I need to > check. > > Any thoughts? > > > > Cheers, > > > > Jean-Marc > > &...
2016 Jul 14
6
Several patches of ARM NEON optimization
I rebased my previous 3 patches to the current master with minor changes. Patches 1 to 3 replace all my previous submitted patches. Patches 4 and 5 are new. Thanks, Linfeng Zhang