Displaying 20 results from an estimated 48 matches for "ms1".
Did you mean:
ms
2024 Aug 16
2
boxplot notch
...library(stats)
library(dplyr)
library(ggpubr)
library(patchwork)
library(plotrix)
library(tidyverse)
library(dplyr)
#read data
MS = read.delim("Test1.txt", na.strings="NA")
names(MS)
MS$Jahr<-as.numeric(MS$Jahr)
MS$Bio<-as.factor(MS$Bio)
str(MS)
##### boxplot BFF QI
MS1<- MS %>% filter(QI_A!="NA") %>% droplevels()
MS1$Jahr<-as.factor(MS1$Jahr)
MS1s <- MS1 %>%
group_by(MS1$Jahr, MS1$Bio) %>%
summarise(
y0 = quantile(QI_A, 0.05),
y25 = quantile(QI_A, 0.25),
y50 = mean(QI_A),
y75 = quantile(QI_A, 0.75),
y100 = q...
2024 Aug 16
1
boxplot notch
...es anyone
> know if the command ?notch=TRUE? is at the wrong place in my special code
> construct?
>
>
>
> Without notch=TRUE the code provides the planned ggplot.
>
>
>
> Kind regards
>
> Sibylle
>
>
>
> Code:
>
>
>
> MS1<- MS %>% filter(QI_A!="NA") %>% droplevels()
>
> MS1$Jahr<-as.factor(MS1$Jahr)
>
>
>
> MS1s <- MS1 %>%
>
> group_by(MS1$Jahr, MS1$Bio) %>%
>
> summarise(
>
> y0 = quantile(QI_A, 0.05),
>
> y25 = quant...
2024 Aug 16
1
boxplot notch
Dear community
I tried the following code using geom_boxplot() and notch=TRUE. Does anyone
know if the command ?notch=TRUE? is at the wrong place in my special code
construct?
Without notch=TRUE the code provides the planned ggplot.
Kind regards
Sibylle
Code:
MS1<- MS %>% filter(QI_A!="NA") %>% droplevels()
MS1$Jahr<-as.factor(MS1$Jahr)
MS1s <- MS1 %>%
group_by(MS1$Jahr, MS1$Bio) %>%
summarise(
y0 = quantile(QI_A, 0.05),
y25 = quantile(QI_A, 0.25),
y50 = mean(QI_A),
y75 = quantile(QI_A, 0.75),...
2015 Jul 21
3
dovecot proxy/director and high availability design
Round-robin DNS last I checked can be fraught with issues.
While doing something else I came up with this idea: Clients --> Load Balancer(HAProxy) --> Dovecot Proxy(DP) --> Dovecot Director(DD) --> MS1 / MS2.
When DP checks say user100 it'll find a host=DD-POD1 that returns two IPs, those of the two DD that sit in front of POD1. This DD pair is the only pair in the ring and only responsible for POD1. Another pair will handle POD2. When DD looks up the host value for a user it'll find...
2015 Jul 20
3
dovecot proxy/director and high availability design
I'm trying to determine which dovecot components to use and how to order them in the network path from client to mail store.
If I have say 1,000 users, all stored in MySQL (or LDAP) and have 4 mail stores, configured into 2, 2 node pods.
MS1 and MS2 are pod1 and are configured with replication (dsync) and host users 0-500. MS3 and MS4 are pod2 and are configured with replication between them and host users 501-1000. Ideally the active connections in pod1 would be split 50/50 between MS1 and MS2. When maintenance is performed obviou...
2024 Aug 16
1
boxplot notch
...; library(plotrix)
> library(tidyverse)
> library(dplyr)
>
> #read data
> MS = read.delim("Test1.txt", na.strings="NA")
> names(MS)
>
> MS$Jahr<-as.numeric(MS$Jahr)
> MS$Bio<-as.factor(MS$Bio)
> str(MS)
>
> ##### boxplot BFF QI
>
> MS1<- MS %>% filter(QI_A!="NA") %>% droplevels()
> MS1$Jahr<-as.factor(MS1$Jahr)
>
> MS1s <- MS1 %>%
> group_by(MS1$Jahr, MS1$Bio) %>%
> summarise(
> y0 = quantile(QI_A, 0.05),
> y25 = quantile(QI_A, 0.25),
> y50 = mean(QI_A),...
2015 Jul 21
0
dovecot proxy/director and high availability design
...t 5:32 PM, Chad M Stewart <cms at balius.com> wrote:
>
>
> Round-robin DNS last I checked can be fraught with issues.
>
> While doing something else I came up with this idea: Clients --> Load Balancer(HAProxy) --> Dovecot Proxy(DP) --> Dovecot Director(DD) --> MS1 / MS2.
>
>
> When DP checks say user100 it'll find a host=DD-POD1 that returns two IPs, those of the two DD that sit in front of POD1. This DD pair is the only pair in the ring and only responsible for POD1. Another pair will handle POD2. When DD looks up the host value for a user...
2008 May 09
1
Have you ever experienced this problem with REAL in a C code
...oth of
these codes are (seem to be) ok and *always* return numeric - and no
special values as Inf, NA,...
When I'm running my codes (enclosed you'll find the C code), I get one
of the following error - *when error occurs*:
Error in gibbs(1000, init, prior.p, "whitmat", data = ms1, coord =
locations, :
REAL() can only be applied to a 'numeric', not a 'raw'
or
Error in gibbs(1000, init, prior.p, "whitmat", data = ms1, coord =
locations, :
REAL() can only be applied to a 'numeric', not a 'list'
or
Error in gibbs(1000, init,...
2024 Jul 18
2
ggplot two-factor legend
...(green and red) and
the linetype (solid and dashed).
Challenge: my code produces now two legends. One with the colors for the
group and one with the linetype for the group. Does somebody have a hint how
to adapt the code to produce one legend? Group 0 = red and dashed, Group 1 =
green and solid?
MS1<- MS %>% filter(QI_A!="NA") %>% droplevels()
dev.new(width=4, height=2.75)
par(mar = c(0,6,0,0))
p1<-ggplot(data = MS1, aes(x= Jahr, y= QI_A,group=Bio,color=Bio,
linetype=Bio)) +
geom_smooth(aes(fill=Bio) , method = "lm" , formula = y ~ x +
I(x^2),linewidth=1)...
2015 Jun 25
1
Winbindd Strangeness
...accounts, adding all the Unix attributes, the UID_Number
>>> is not showing the correct value for new accounts. Existing ones are
>>> okay.
>>>
>>> Member_Server Config:
>>>
>>> [global]
>>>
>>> netbios name = MS1
>>> workgroup = AD
>>> security = ADS
>>> realm = SAMBADOM
>>> dedicated keytab file = /etc/krb5.keytab
>>> kerberos method = secrets and keytab
>>>
>>> idmap config *:backend = tdb
>>>...
2012 Sep 19
1
ssl cert for mail server
for testing a new ssl cert. it works ok for browsers, but
> openssl s_client -crlf -connect ms1.trailsandtribulations.net:443
=> verify error:num=19:self signed certificate in certificate chain
is this ssl cert - as it's constructed - is ok for mail clients? (realize
needs to be on mail port etc - right now talking about the cert itself.)
have had problems with thunderbird, and was...
2015 Jul 21
2
dovecot proxy/director and high availability design
...M Stewart <cms at balius.com> wrote:
>>
>>
>> Round-robin DNS last I checked can be fraught with issues.
>>
>> While doing something else I came up with this idea: Clients --> Load Balancer(HAProxy) --> Dovecot Proxy(DP) --> Dovecot Director(DD) --> MS1 / MS2.
>>
>>
>> When DP checks say user100 it'll find a host=DD-POD1 that returns two IPs, those of the two DD that sit in front of POD1. This DD pair is the only pair in the ring and only responsible for POD1. Another pair will handle POD2. When DD looks up the host value f...
2003 Sep 07
0
chan_local environments: unexpected results
...HERTEST=goodness)
exten => 2209,2,NoOp(${MYTEST})
exten => 2209,3,NoOp(${OTHERTEST})
exten => 2209,4,Dial(SIP/2209)
exten => 2209,105,Answer
exten => 2209,106,Playback(invalid)
exten => 2209,107,NoOp(${MYTEST})
exten => 2209,108,NoOp(${OTHERTEST})
exten => 2209,109,Hangup
ms1*CLI>
-- Executing SetVar("SIP/2203-2496", "MYTEST=ishouldnotseethis")
in new stack
-- Executing Dial("SIP/2203-2496", "Local/2209@local") in new stack
-- Called 2209@local
-- Executing SetVar("Local/2209@local-2af6,2",
"...
2015 Jun 29
1
Winbindd Strangeness
...ber
>>>> is not showing the correct value for new accounts. Existing ones are
>>>> okay.
>>>>
>>>> Member_Server Config:
>>>>
>>>> [global]
>>>>
>>>> netbios name = MS1
>>>> workgroup = AD
>>>> security = ADS
>>>> realm = SAMBADOM
>>>> dedicated keytab file = /etc/krb5.keytab
>>>> kerberos method = secrets and keytab
>>>>
>>...
2024 Jul 18
1
ggplot two-factor legend
...solid and dashed).
> Challenge: my code produces now two legends. One with the colors for the
> group and one with the linetype for the group. Does somebody have a hint how
> to adapt the code to produce one legend? Group 0 = red and dashed, Group 1 =
> green and solid?
>
>
> MS1<- MS %>% filter(QI_A!="NA") %>% droplevels()
> dev.new(width=4, height=2.75)
> par(mar = c(0,6,0,0))
> p1<-ggplot(data = MS1, aes(x= Jahr, y= QI_A,group=Bio,color=Bio,
> linetype=Bio)) +
> geom_smooth(aes(fill=Bio) , method = "lm" , formula = y ~...
2015 Jul 20
0
dovecot proxy/director and high availability design
...wrote:
>
>
> I'm trying to determine which dovecot components to use and how to order them in the network path from client to mail store.
>
>
> If I have say 1,000 users, all stored in MySQL (or LDAP) and have 4 mail stores, configured into 2, 2 node pods.
>
>
> MS1 and MS2 are pod1 and are configured with replication (dsync) and host users 0-500. MS3 and MS4 are pod2 and are configured with replication between them and host users 501-1000. Ideally the active connections in pod1 would be split 50/50 between MS1 and MS2. When maintenance is performed obviou...
2009 Jan 21
6
nfsv3 provider: "failed to grab process"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hi,
i''m trying to use the nfsv3 provider on S10U6, with the following simple
script:
#! /usr/sbin/dtrace -s
#pragma D option quiet
nfsv3:::op-read-start {
printf("%s\n", args[1]->noi_curpath);
}
however, when running it, i get the following error:
dtrace: failed to compile script ./nfs2.d: line 5: failed to grab
2024 Jul 18
1
ggplot two-factor legend
...etype (solid and dashed).
>Challenge: my code produces now two legends. One with the colors for the
>group and one with the linetype for the group. Does somebody have a hint how
>to adapt the code to produce one legend? Group 0 = red and dashed, Group 1 =
>green and solid?
>
>
>MS1<- MS %>% filter(QI_A!="NA") %>% droplevels()
>dev.new(width=4, height=2.75)
>par(mar = c(0,6,0,0))
>p1<-ggplot(data = MS1, aes(x= Jahr, y= QI_A,group=Bio,color=Bio,
>linetype=Bio)) +
> geom_smooth(aes(fill=Bio) , method = "lm" , formula = y ~ x +...
2024 Jul 18
1
ggplot two-factor legend
...produces now two legends. One with the colors for the
>> group and one with the linetype for the group. Does somebody have a
>> hint how
>> to adapt the code to produce one legend? Group 0 = red and dashed,
>> Group 1 =
>> green and solid?
>>
>>
>> MS1<- MS %>% filter(QI_A!="NA") %>% droplevels()
>> dev.new(width=4, height=2.75)
>> par(mar = c(0,6,0,0))
>> p1<-ggplot(data = MS1, aes(x= Jahr, y= QI_A,group=Bio,color=Bio,
>> linetype=Bio)) +
>> ???????? geom_smooth(aes(fill=Bio) , method = "l...
2012 Oct 02
3
PROBLEM : Cannot require an Exec
...c-EEE"],
}
exec { "exec-EEE":
refreshonly => true,
command => "/bin/false",
notify => Exec["exec-FFF"],
}
exec { "exec-FFF":
refreshonly => true,
command => "/bin/touch /tmp/FFF",
returns => 0,
}
*ms1:/root/aaron> puppet apply t1.pp*
notice: /Stage[main]//Exec[exec-AAA]/returns: executed successfully
err: /Stage[main]//Exec[exec-BBB]: Failed to call refresh: /bin/false
returned 1 instead of one of [0] at /root/aaron/t1.pp:11
notice: /Stage[main]//Exec[exec-DDD]/returns: executed successfull...