Displaying 8 results from an estimated 8 matches for "diel".
Did you mean:
die
2016 Aug 09
3
Equivalent ssh_config setting for "ssh -N"
...9;s -T. From the man page, it doesn't really look like there's an ssh_config option for -N.
-----Original Message-----
From: openssh-unix-dev [mailto:openssh-unix-dev-bounces+scott_n=xypro.com at mindrot.org] On Behalf Of Scott Neugroschl
Sent: Tuesday, August 09, 2016 1:04 PM
To: Volker Diels-Grabsch; openssh-unix-dev at mindrot.org
Subject: RE: Equivalent ssh_config setting for "ssh -N"
RequestTTY no
-----Original Message-----
From: openssh-unix-dev [mailto:openssh-unix-dev-bounces+scott_n=xypro.com at mindrot.org] On Behalf Of Volker Diels-Grabsch
Sent: Tuesday, August 09...
2016 Aug 09
4
Equivalent ssh_config setting for "ssh -N"
...SomeSettingEquivalentToDashN yes
so I can call it via "ssh foo" instead of "ssh -N foo".
Are there good reasons not to provide such a setting?
Or, would you accept a patch that introduces such a setting?
If so, how sould this setting be named?
Regards,
Volker
--
Volker Diels-Grabsch
----<<<((()))>>>----
2011 Aug 23
1
P values for vglm(zibinomial) function in VGAM
Hi ,
I know this question has been asked twice in the past but to my knowldege,
it still hasn't been solved.
I am doing a zero inflated binomial model using the VGAM package, I need to
obtain p values for my Tvalues in the vglm output. code is as follows
> mod2=vglm(dmat~Season+Diel+Tidal.phase+Tidal.cycle,zibinomial, data=mp1)
> summary(mod2)
Call:
vglm(formula = dmat ~ Season + Diel + Tidal.phase + Tidal.cycle,
family = zibinomial, data = mp1)
Pearson Residuals:
Min 1Q Median 3Q Max
logit(phi) -3.6496 0.273679 0.285619 0.29676...
2016 Aug 29
2
[PATCH] Add ssh_config option ExecRemoteCommand which is equivalent to -N
...on't mind that I resubmit my patch for OpenSSH.
This patch adds a new ssh_config option "ExecRemoteCommand", which is
the missing equivalent to the "-N" command line option.
For implementation notes, please have a look at the top of the patch.
Regards,
Volker
--
Volker Diels-Grabsch
----<<<((()))>>>----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openssh-7.3p1_exec_remote_command_v1.patch
Type: text/x-diff
Size: 8148 bytes
Desc: not available
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachme...
2002 Sep 09
3
loading data from a specified directory
...tifier f in this code segment:
image.dvm <- function (horiz.slice.int=2, ping.int=3,
start.h=3, start.min=4,
max.z=800, f=350:372)
{
## Purpose: to display the whole echogram integrals for consecutive CREST
## files to illustrate patterns of diel vertical migration
## ----------------------------------------------------------------------
## Arguments:
## ----------------------------------------------------------------------
## Author: Sam McClatchie, Date: 6 Sep 2002, 12:02
for (i in 1:length(f))
paste("t."...
2008 Jun 26
0
plot multiple xYplots
Dear All,
I'm having trouble ploting multiple xYplots (Hmisc) within the same pg
although I've done it before w/ xyplots. I've produced 4 similar plots
e.g.
rna.h<-xYplot(Cbind(RNA,Lo,Up)~HO|factor(MO,labels=c("April",
"May","June")),data=diel.data,method="bars",type="b",
keys="lines",pch=16,col=1,cap=.04,
ylim=c(-0.5,6.5),xlim=c(0.1,24.6),
xlab="Hour (local time)",ylab=expression(log(RNA)),
layout=c(3,1),aspect=5/3)
For some time, the following commands worked fine w/ xyplots
postscript(file...
2008 Jun 26
0
multiple xYplots
Dear All,
I'm having trouble ploting multiple xYplots (Hmisc) within the same pg
although I've done
it before w/ xyplots. I've produced 4 similar plots e.g.
rna.h<-xYplot(Cbind(RNA,Lo,Up)~HO|factor(MO,labels=c("April",
"May","June")),data=diel.data,method="bars",type="b",
keys="lines",pch=16,col=1,cap=.04,
ylim=c(-0.5,6.5),xlim=c(0.1,24.6),
xlab="Hour (local time)",ylab=expression(log(RNA)),
layout=c(3,1),aspect=5/3)
For some time, the following commands worked...
2011 Sep 02
0
post hoc testing of glmer in lme4
I have a mixed model with a binomial response, four factor variables and one
random factor.
m1=glmer(nbhf.hour~Season+Diel+Tidal.phase+Tidal.cycle+(1|POD.ID),family=binomial,data
=bl1,control=list(msVerbose=TRUE))
I have really need to try and find a post hoc test for this model and
finding the pariwise comparisons, note the dataset is unbalanced. I had read
many questions on this and there doesn't seem to be an a...