Displaying 20 results from an estimated 25 matches for "location2".
Did you mean:
location
2012 Jun 30
2
Significance of interaction depends on factor reference level - lmer/AIC model averaging
...e by sex interaction in location C.
Component models:
df logLik AICc Delta Weight
235 13 -765.33 1557.28 0.00 0.68
1235 15 -764.55 1559.91 2.63 0.18
3 9 -771.64 1561.57 4.29 0.08
12345 17 -763.67 1562.37 5.09 0.05
Term codes:
AGECAT2 c.Sex Location2 AGECAT2:c.Sex
c.Sex:Location2
1 2 3 4
5
Model-averaged coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) 4.700710 0.294275 15.974 <2e-16 ***
c.Sex -0.277278...
2011 Jan 21
2
Does dsync handle client-side deletions?
...I'm currently evaluating the idea of a multi-master setup where each
node shall hold a full copy of the mailboxes. Basically the idea is
to use NFS and dsync to keep those copies in sync. So I did some
tests with dsync and ran into a problem. Consider the following
scenario:
1) Location1 and Location2 are in sync
2) A mail gets deleted on Location1 (via IMAP)
3) dsync mirror run to sync the two locations
Expected behaviour:
dsync notices that the mail was deleted on Location1 and also deletes
it on Location2 to get the locations in sync.
What I experience, however, is:
dsync notices that the m...
2006 Jan 10
3
IAX & CallerID
...which is in another location, so a1 passes the call via IAX to the other asterisk (a2) in location 2 which then dials the local phone.
My Problem
The caller ID setup in the sip.conf for the phone registered to a1 is not passed via the IAX to a2 and is therefor not being displayed on the phone in location2. The only way I can get the phone in location2 to display the caller ID is to set the callerid in the user part in the iax.conf on a2.
Hope this makes sense
Many thanks
Scott Pinhorne
2011 Oct 12
1
using csv file for stacked bar plot, rows to columns
...using technical terms
Hi, I have perused some of the previous posts on this topic and tried their
solutions, but am still coming up with error messages(sometimes more than 50
at a time)
I have:
a csv file with four columns(that I have read into R, no problem, we will
call it DATA)
date, Location1, Location2, total
Dates cover almost a year
location values are number of fish seen at that location
I would like to show a stacked bar plot so someone can see the breakdown for
total fish seen on any particular day. I was able to create a simple bar
plot for total number of fish versus Date, but when I ha...
2014 Mar 08
1
Planning migration
...sed.
1st off, it uses doveadm, but with commands parameters that dont match
my doveadm's man page. In fact they look more like dsync parameters. Is
there an error, or am I totally misunderstanding
2nd - if I assume its a dsync set of parameters, the imapc: at the end
is a specification of location2. However, again my man page doesn't
give any explanation of this. I am wondering, is this an example of an
proxy
3rd - where do the imapc_* parameters go in the configuration I can't
find any reference to them in the wiki
2012 Nov 29
1
Coerce rownames to factor for ordering
...what I am currently attempting. I simply want to sort my data
frame's rownames by a defined vector so that the plots I generate from that
vector are in the desired order
Consider the test data below:
#Create test data
DataToPlot.. <- data.frame("Location1" = c(100,200),"Location2" =
c(200,400))
#Name rowns
rownames(DataToPlot..) <- c("Fall","Summer")
#Attempt to coerce row names to factors
rownames(DataToPlot..) <- as.factor(rownames(DataToPlot..))
#Attenmpt to sort rownames by defined vector
rownames(DataToPlot..)<- reorder(as.facto...
2009 Mar 22
1
Multiple Comparisons for (multicomp - glht) for glm negative binomial (glm.nb)
...or another multiple comparison will work or
zeroinflated negative binomial regression(zeroinfl() from the pscl
library)?
Any help or ideas will be gratefully appreciated. Many thanks in
advance.
Lara
semiochemical <-read.csv("G:/semiochemical_data.csv", header=T)
semiochemical$location2<-factor(semiochemical$location)
levels(semiochemical$location2)<-c("1","2","3","4","5")
semiochemical$semio2<-factor(semiochemical$semio)
levels(semiochemical$semio2)<-c("A","B","C","D")
semioc...
2013 Jun 19
2
knitr without R studio
...ot;knit HTML" in RStudio in R. I tried
knit2HTML(
<html>
<head>
<title></title>
</head>
<body style="background-color:white">
<p style="font-size:16px; text-align:center">
Graph 1 <#location1> Graph 2 <#location2>
</p>
```{r table1, comment=NA, results='asis'}
library(xtable)
data(iris)
print(xtable(head(iris, 10)), type = "html", include.rownames = T)
```
```{r, include=FALSE}
opts_knit$set(progress = TRUE, verbose = TRUE)
opts_chunk$set(fig.width=20, fig.height=12)
kni...
2010 Jun 18
0
pcse package - is it OK to use it when my regression is weighted by each subgroup's mean
...have several subgroups in the data
set (locations) - and in each location I have weekly data for 2 years
- on my DV and on all predictors. Looks like this:
location week DV Predictor1 Predictor 2
location1 week1 xxx xxxxxxx xxxxxxxxx
location1 week2 xxx xxxxxxx xxxxxxxxx
.
.
.
location2 week1 xxx xxxxxxx xxxxxxxxx
location2 week2 xxx xxxxxxx xxxxxxxxx
My DV variable was mean-centered - for each location and I am using
this mean-centered DV as the DV in lm. Also, I am using the mean of
each location as a weight when I run this regression.
Would it still be correct to...
2011 May 09
0
Mixed-design ANOVA: 2 between-subject factors and 1 within-subject factor
...ot;d13","d21","d22","d23")
My data includes 447 data points:
5,4,5,
2,1,4,
4,7,8,
0,4,5,
3,1,7,
1,4,2,
3,2,5,
2,5,6,
4,2,6,
......
The three columns are positive, neutral and negative. First 31 rows are
Young* location 1, next 39 Old* location1, next 43 Young* location2, and
the final 36 Old *location2.
I have 2 grouping variables and thus 4 uneven groups. Any suggestion for how
I can group them in cbind.data.frame()?
Or is there any suggestion for how to analyze in this 3 (valence: positive,
negative, neutral) X 2 (age: young vs. old) X 2 (location: a vs. b) mi...
2006 May 26
1
hints/subscriptions accross IAX
...via IAX
Location1 has a Polycom 600 and a GXP-2000 phone
Location 2 has a single GXP-2000.
With the latest GS firmware, at Location1 I've managed to get an LED to
light up on the GS phone when a line on the Polycom is in use. This is
great.
But I need to get an LED to light up on a GS in Location2 when a line on
the Polycom at Location1 is in use. Is this possible? If so, can anybody
give me any pointers as to how?
Faris.
2013 Oct 16
2
different environments per puppet master
Hi,
Is there any possibility to do different environments(puppet classes)
per organization/location based on a smart proxy(puppet master)?
Or any plans to implement this?
Thank you,
Cristian Falcas
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2007 Dec 20
1
data shape
...ch of the locations (whose names also appear in the
same column, where it's talking about the totals for that location), e.g.:
A B C
Location1 15 73 123 <- this row is the sum of the following 3
Under 10 6 42 23
10 - 25 4 15 23
Over 25 5 16 77
Location2 18 75 113 <- same here
Under 10 7 45 13
10 - 25 5 18 44
Over 25 6 12 56
I want to get this into R as a collection of data frames, one for each
of my locations. My questions:
1. There is a way to handle a collection of data frames, isn't there?
No doubt t...
2006 Nov 01
3
Re: Newbie Questions - Grandstorm phones?
...ogrammable buttons. I assume I can put a few more lines on the
programmable buttons (we have 6 lines at our main location).
One last newbie question, I assume if I have an Asterisk PBX at 2
locations in different states, I'll be able to transfer a call that
comes into location1 to a user at location2.
Thanks again for the quick responses & help.
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Andrew
Latham
Sent: Wednesday, November 01, 2006 5:51 AM
To: Asterisk Users Mailing List - Non-Commercial Disc...
2009 Jun 29
5
Select values at random by id value
All,
I have data that looks like below. For each id there may be more than one
value per day. I want to select a random value for that day for that id.
The end result would hopefully be a matrix with the id as rows, date as
columns and populated by the random hab value. Thanks to someone on here
(Jim) I know how to do the matrix, but now realize I need to randomly select
some of my values.
2005 Aug 15
0
Ast.1.0.9 (only) strange problem with IAX and DDNS
...ad that problem. Then, 2 day ago,
I upgraded to 1.0.9, and now I have same problem on BOTH location!
Registration to other networks (FWD for example) working with no
problems, only registration to each-other is impossible.
---
here is configuration:
LOCATION 1:
[general]
register => L1o:[L1]@location2.ddns.address
[L2o]
type=peer
username=L1i
auth=rsa
outkey=L1
host=dynamic
qualify=yes
canreinvite=yes
disallow=all
allow=ilbc
trunk=no
[L2i]
type=user
username=L2i
auth=rsa
inkeys=L2
qualify=yes
context=incoming
canreinvite=yes
disallow=gsm
trunk=no
LOCATION 2:
[general]
register => L2o:[L2]@lo...
2012 Jan 13
2
2.1.rc3 (1a722c7676bb):dsync umlaut problems
All umlauts in mailbox names are lost after converting mbox/Maildir
mailboxes to mdbox.
[location2 scp-ed from the old server]
# ls -d /srv/import/Maildir/.Gel\&APY-schte\ Elemente/
/srv/import/Maildir/.Gel&APY-schte Elemente/
# dsync -u jane at example.com -v mirror maildir:/srv/import/Maildir/
?
dsync(jane at example.com): Info: Gel?schte Elemente: only in dest ?
?
# doveadm mailbox...
2012 Jan 13
0
dsync conversion and ldap attributes
...1.1u/%u
userdb {
args = /etc/dovecot/dovecot-ldap.conf.ext
driver = ldap
}
and the dovecot-ldap.conf.ext specifies:
user_attrs = mailMessageStore=home, mailLocation=mail, mailQuota=quota_rule=*:storage=%$
Now I want to convert individual users to mdbox using dsync, but how to
I tell location2 to not fetch "home" and "mail" from ldap and use
different mail_location (mdbox:~/mdbox) ? I.e. I want converted accounts stored in
mail_location mdbox:/srv/mailstore/%256RHu/%d/%n/mdbox.
-jf
2013 Jun 20
0
Produce HTML reference in knitr using rmd
...I am struggling to reference them. I'm not sure where to
start, I took a look to option like fig.path and check a lot of post in the
forum, but I haven't been able to figure it out.
<p style="font-size:16px; text-align:center">
Lightpt <#location1> Lightb <#location2> LightbT <#location3>
Graph 4 <#location4>
</p>
graph 1
```{r, include=FALSE}
plot <- function(cCode, model = "y", years = 3) {
CairoPNG(paste(cCode, ".png", sep = ""), width=600, wheigth=675)
lapply(1:ncol(pcmat), fun...
2014 Jul 29
2
LMTP during dsync migration
Hi all,
Another question regarding migration. While migrating a mailbox with
dsync is it safe to deliver mail via LMTP to the new (target) mailbox or
is it wiser to deactivate LMTP delivery to this mailbox until it's fully
migrated?
And what methods could I use to stop delivery to a mailbox during
migration? Our user data is stored on an LDAP server.
Cheers,
--
j.hofm?ller