Displaying 19 results from an estimated 19 matches for "location1".
Did you mean:
location
2012 Jun 30
2
Significance of interaction depends on factor reference level - lmer/AIC model averaging
...or advice would be appreciated,
Andrew Robertson
Below is the example code of what I am doing and an example of the model
summary and model averaging results with location A as the ref level or
location B.
if A is the reference level...
#full model
Amodel<-lmer(d15N~(AGECAT2+Sex+Location1+AGECAT2:Location1+Sex:Location1+AGE
CAT2:Sex+(1|Year)+(1|Location1/Socialgroup/Tattoo)), REML=FALSE,
data=nocubs)
#standardise model
Amodels<-standardize(Amodel, standardize.y=FALSE)
#dredge models
summary(model.avg(get.models(Adredge,cumsum(weight)<0.95)))
Then the average mode...
2011 Jan 21
2
Does dsync handle client-side deletions?
Hi there,
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 noti...
2011 Oct 12
1
using csv file for stacked bar plot, rows to columns
...am poor at 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, bu...
2006 May 26
1
hints/subscriptions accross IAX
(I hope this isn't html - Thunderbird is so annoying)
I'm new to using hints/subscriptions on * so please be patient with me.
I have two * systems in different geographic locations, connected 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 li...
2012 Nov 29
1
Coerce rownames to factor for ordering
...hink of a way to do this
other than 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(...
2013 Jun 19
2
knitr without R studio
...he equivalent of the button "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(...
2010 Jun 18
0
pcse package - is it OK to use it when my regression is weighted by each subgroup's mean
...Just would like to make sure I am not doing something wrong.
I am running an OLS regression. I 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 th...
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
...is a 10-row-by-40-column table for each of about 70
different locations. In other words, the table row names are repeated
70 times, once for each 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 f...
2006 Nov 01
3
Re: Newbie Questions - Grandstorm phones?
...m for 4 lines with
7 programmable 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 Lis...
2011 May 09
0
Mixed-design ANOVA: 2 between-subject factors and 1 within-subject factor
...","d12","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)...
2005 Aug 15
0
Ast.1.0.9 (only) strange problem with IAX and DDNS
...n2.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]@location1.ddns.address
[L1o]
type=peer
host=dynamic
username=L2i
auth=rsa
outkey=L2
qualify=yes
canreinvite=yes
trunk=no
[L1i]
username=L1i
type=user
auth=rsa
inkeys=L1
context=incoming
qualify=yes
canreinvite=yes
trunk=no
2010 Mar 30
0
Howto get LDAP attributes outside the host configuration container into puppet.
...at holds (contains) host-specific
attributes. This would for instance be a node identified by the
following DN:
cn=<hostname>,ou=<host_subtree_ou_node>,dc=<customer_subtree_dc_node>,dc=<location_dc_node>.
An example DN for a UNIX host :
cn=host1,ou=HostConfig,dc=customer1,dc=location1,dc=ux,dc=corp
Why I need it:
The thing is that there are certain information spread on a higher
level in the tree. These, (among others), are default gateways,
default ldap servers for ldap clients, default DNS server, etc.), etc.
In order to create proper entries in /var/ldap/ldap_client_file,...
2013 Jun 20
0
Produce HTML reference in knitr using rmd
...d for graph 1.
But in a loop, 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)...
2007 Feb 16
1
Destination directory creation
...orlog}]" >> ${remote_mainlog}
fi
done
Now ${remote_get_list} is a variable containing a list of files or dirs
from a config file which looks like this :- ( obviously comments, blank
lines are ignore )
# This is a comment line
# so is this
## multiple hashes
#/location1
#/
#/loction2/somwhere
#/dir/dir2/file #Plus comments here
/tmp/davefile2
/export/home/user
The question i have is this :-
when i run the script using the above config file it only creates locally :-
${remote_get_localdir}/davefile2
${remote_get_localdir}/user
I see this as a problem as what i...
2006 Nov 01
0
[SPAM HEADER] - RE: Re: Newbie Questions - Grandstorm phones? - Email found in subject
...m for 4 lines with
7 programmable 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 Lis...
2004 Aug 06
2
mini browser and winamp info
Hi,
Can anyone point me at a url where i can learn to:
1. display the name of the ogg stream in the winamp window (is this to do
with the oddcast config or with the .pls file?)
2. show a url automatically in the winamp minibrowser when the ogg stream
plays
<p>many thanks
adam
<p><p><p>Adam Hyde
XS4ALL Internet B.V.
mobile : + (31) 06 2903 6248
Eekholt 42
1112 XH
2018 Jun 08
3
Samba, AD, 'short' name resolving...
...le.tld ( DC2.office2.example.tld )
Dhcp settings Loc 1:
Dns suffix : office1.example.tld
Dns search : office1.example.tld
Dhcp settings Loc 2:
Dns suffix : office2.example.tld
Dns search : office2.example.tld
If you want to be able to use the hostnames only without domainnames.
Ping dc1 on location1, resolves to dc1.office1.example.tld
Ping dc1 on location2, fails on location 2
And visaversa same problem.
Now, if you change Dns search on location 2 to :
office2.example.tld office1.example.tld
Then ping dc1 , resolves to dc1.office1.example.tld
Do note, if the name DC1 also exist in the d...
2018 Jun 08
4
Samba, AD, 'short' name resolving...
Mandi! Rowland Penny via samba
In chel di` si favelave...
> This is probably where you are going wrong. AD lives and dies on DNS,
> your DC MUST be authoritative for the AD domain.
...but *is* authoritative! Simply DHCP server assign the ''old'' DNS,
where all resolution fr the AD (sub)domain are forwarded to AD DNS...
> Your AD clients should be using the DC as