Displaying 13 results from an estimated 13 matches for "repat".
Did you mean:
repeat
2015 Nov 05
3
How to encode plus sign in REGEX function in dialplan?
...s with +49.
What I already have tried:
1) same => n(A1), GotoIf($[${REGEX("^\\+49.*" ${EXTEN})}]?:A2)
2) same => n(A1), GotoIf($[${REGEX("^\\\+49.*" ${EXTEN})}]?:A2)
3) same => n(A1), GotoIf($[${REGEX("^\\\\+49.*" ${EXTEN})}]?:A2)
4) same => n, Set(REPAT=^+49.*)
same => n(A1), GotoIf($[${REGEX(${REPAT} ${EXTEN})}]?:A2)
5) same => n, Set(REPAT="^+49.*")
same => n(A1), GotoIf($[${REGEX(${REPAT} ${EXTEN})}]?:A2)
6) same => n, Set(REPAT=^+49.*)
same => n(A1), GotoIf($[${REGEX("${REPAT}" ${EXTEN})}]?:A2)
7...
2004 Aug 10
1
Help with Normal Range Estimation for repated measures
I would be grateful if members of the list could point me in the
direction of any code (preferably in R) that will allow me to estimate
95th percentiles from a set of repeated measurements. For example, we
are interested in a clinical measurement where we have 3 measures for 14
subjects and 2 measurements on 24 subjects and single measurement on 36
subjects. We want to combine these to form a
2011 Jul 14
1
Repating a loop of lm function with different columns of database
Hi,
First let me thank you for the incredible help and resource that this forum is.
I am trying to compare the repeated measurement of more than 100 analytes that have been take in 70 subjects at 2 time points adjusted for the time difference of sample times(TimeDifferenceDays), therefore I wanted to do it with a function that allows me to do all at once. (131 is the column difference that
2012 Aug 27
1
practical way to change column names?
Dear R helpers,
I have a social network data including repated measures of ten alters (whom
you contact) and their attributes(gender, age, strength of tie).
I wrote variables related with alters just for wrote alter 1 and alter 2.
I'd like to change the like below. I'd change each name separetely.
Do you know any pratical way to change it?
All the...
2006 Apr 11
1
Centos 4.x, gnome & key "repeating"
...MD X2 4200+
2Gb Memory
SATA harddrive
SMP kernel (all of the Centos kernels seem to have this problem...havent
tried the uni processor onces tho)
I've also ran Fedora Core 4 & Fedora Core 5 on this box and have no
problems there.
Anyone knows a solution for this (except for turning off Repat Keys).
Thanks,
Finnur Gu?mundsson
2011 Apr 08
1
Estimates at each iteration
...to maximise a complicated loglikelihood function via EM algorithm
which consists of two step "E-step and M-step"and in this case I need to
maximize the expected of like lihood function " which I get from E- step" and
take those estimates of parameter to update the E-step and repate these till
convargence has been met. So I need to know if I control the number of iterlim
in maxLik or optim Package by puting this number equals to one to maximize
M-step and getting just the estimates of parameter for one iteration and hence
use them to update the E-step and again maximaize...
2004 May 14
1
help with memory greedy storage
...uared'
value[[g]] <- d$Value
fitted[[g]] <- fitted(fit)
}
list(aov=aov, coefs=coef, coefp=coefp, rsq=rsq,
fitted=fitted, values=values)
}
### create a data frame from a matrix (usually 16 rows and 84 columns)
### and a list of factors. Basically this repates the factors 16 times
### (for each row in the matrix). This results in a data frame with 84*16
### rows as many columns as there are factors + 2 (probe factor + value
### to be modeled later)
probeDf <- function(emat, facts) {
df <- NULL
n <- 1
nsamp <- ncol(emat)
for...
2012 Jan 25
1
Non-default build options
Hi! I am a current maintainer of the R slackbuild script (for Slackware
GNU/Linux distribution). I received requests from users to build R with
--enable-R-shlib and --enable-BLAS-shlib, so now I am trying to decide
whether to do so by default.
Is there a downside to building R with either option?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
2003 Mar 31
3
can't connect to a samba share with Windows XP
Hi all,
I am having problems with using XP Pro to connect to a samba share.
All I get from XP are repated dialogs asking for my username and password.
My linux box has been joined to the local windows domain.
I am using encrypted passwords and the security level is set to user.
If I set the log level to 10 I can see that LM and NT4 MD password checks failed on the challenge
returned by the XP machi...
2012 Mar 21
2
Type II and III sum of squares (R and SPSS)
...#39; 1
HF eps Pr(>F[HF])
fB 1.2438 6.645e-05 ***
fattA:fB 1.2438 0.00166 **
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Warning message:
In summary.Anova.mlm(a6, multivariate = F) : HF eps > 1 treated as 1
I repated the anlysis by setting type III sum of squares and I obtained:
> a6<-Anova(f5,idata=d2,idesign=~fB,type=3)
> summary(a6,multivariate=F)
Univariate Type III Repeated-Measures ANOVA Assuming Sphericity
SS num Df Error SS den Df F Pr(>F)
(Intercept) 30.817...
2010 Sep 13
7
Problem with SSHD update.
This morning I applied the 13 or so new updates to my servers. On
one of them the ssh service and clients stopped working immediately
after the update. I restarted the server in anticipation that there
might be some instability introduced by updating on a system with
active ssh connections. However, this has not cleared the problem.
The packages in question are:
openssh.i386
2008 Jun 30
4
errors with oblivion launching
to get oblivion working in wire i've followed the guide at
http://www.uesp.net/wiki/Oblivion:Linux
I'm using openSuSE 11.0 and wine 1.1.0
Thanks in advance for any help
when i ran OblivionLauncher.exe i get this:
artsq at dominator:~/.wine/drive_c/Program Files/Bethesda Softworks/Oblivion>
wine ./OblivionLauncher.exe
fixme:win:SetLayeredWindowAttributes (0x10026,0x00000000,0,2):
2005 Jan 14
2
Spandsp....And garble incoming fax
...for Fedora Core 1 and this asterisk release should fix the non-root
> permissions problem I worte about...
>
> ftp://ftp.linuxsys.com/pub/releases/FC1/
OK, there are a number of issues I have detected.
The error message about closing other applications using the sound card
is definitly repated to the SIP SUBSCRIBE packets.
When I run it from an xterm, on hangup it seg faults. This does not
happen when I run it from a KDE panel button.
The DTMF tones generated from the on-screen keypad appear not to be
recognised by *.
--
Howard.
LANNet Computing Associates;
Your Linux people <ht...