search for: dgl

Displaying 9 results from an estimated 9 matches for "dgl".

Did you mean: del
2007 Apr 11
0
Error with corCompSymm and lme fit for repeated measures
...symmetry correlation structure. This problem doesn't occur when using corAR1 or any of the other structures. I would greatly appreciate help on how to solve this issue. Here's my data, code lines, and error messages: > PhotoRed TreeID Block M D Time y 1 1 Dgl s1 0.5m june 2.91130232 2 1 Dgl s1 1.0m june 4.92232779 3 1 Dgl s1 2.5m june 6.17724409 4 1 Dgl s1 5.0m june 3.34278032 5 1 Dgl s1 0.5m july 6.30782170 6 1 Dgl s1 1.0m july 6.98652976 7 1 Dgl s1 2.5m july 8.80715989 8 1 Dg...
2012 May 29
1
Boxplot superscript y-axis
Dear list, I need to include in a superscript number (-1) in a y-axis label of a boxplot graphic. I tried the following line: >boxplot(five$gr13~five$Code, xlab="Species code", ylab=substitute(paste("DGL growth (cm.yr"^{-1},")"))) It returns the following error message: Error in "DGL growth (cm.yr"^{ : non-numeric argument to binary operator I used the same line for the plot function in another graphic and it worked perfectly well. Any suggestions? -- Prof. Eduardo v...
2004 Nov 28
1
lm help: using lm when one point is known (not y intercept)
...llowing data must go through the point (-37.25(effect), 50(prob)). Note: you can ignore the label column. Effect Prob Label 1 -1143.75 7.142857 L 2 -572.75 21.428571 D 3 -223.75 35.714286 GL 4 123.25 50.000000 DG 5 359.75 64.285714 G 6 374.75 78.571429 DGL 7 821.75 92.857143 DL Thanks in advance! Seth Imhoff
2003 Jun 23
1
mpd VPN won't work after upgrade from 4.6-STABLE to 4.8-STABLE
...already. This is the latest mpd port (3.13) on both ends (FreeBSD on both ends), and I use mpp-e128. The link claims to come up, but any traffic on it causes protocol-reject messages and doesn't get through (pings don't return etc.). Thanks for any and all help. -- Doug Lee dgl@dlee.org http://www.dlee.org Bartimaeus Group doug@bartsite.com http://www.bartsite.com "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum
2003 Jul 11
2
Should I have to run make readme/index in ports after cvsup's?
...lines to over 500 on a `make readme' in that directory just now. I thought `cvsup -g -L 2 /etc/cvsup_ports' would update the README.html files too. Should I be running `make readme' and/or `make index' (and/or anything else) myself after cvsupdating ports? -- Doug Lee dgl@dlee.org http://www.dlee.org Bartimaeus Group doug@bartsite.com http://www.bartsite.com "Believe, when you are most unhappy, that there is something for you to do in the world. So long as you can sweeten another's pain, life is not in vain." --Helen Keller
2023 Oct 13
0
sftp: check-file-* extension
Hi, I wondered if there had ever been consideration to implementing check-file-handle / check-file-name in OpenSSH's sftp server? While it's only specified in an expired draft[1] some other implementations do support it. [1]: https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-extensions-00#section-3
2024 Jul 08
1
Can we reset CSI u mode on client disconnect? via
On Mon, 8 Jul 2024 at 12:36, Thorsten Glaser <t.glaser at qvest-digital.com> wrote: > >manifestation of the problem. As mentioned in the Kitty issue, shells > >should really gain support for input modes. > > Pretty sure that not. That would totally mess up things like > OS/2 console windows and possibly VT100 (hardware) terminals > and just look like extra junk spewed
2024 Nov 07
1
ssh compat information
On Fri, 8 Nov 2024 at 03:16, Darren Tucker <dtucker at dtucker.net> wrote: > > On Thu, 7 Nov 2024 at 07:55, Chris Rapier <rapier at psc.edu> wrote: > >[...]I had been using > > Blake2b512 for the hashing algorithm but I want to put in a path to use > > xxhash instead. Maintaining backward compatibility means I need to know > > something about the remote.
2024 Jul 08
1
Can we reset CSI u mode on client disconnect? via
On Mon, 8 Jul 2024 at 11:58, Damien Miller <djm at mindrot.org> wrote: > ssh already restores all TTY flags on exit: This isn't a TTY flag, it's a terminal mode enabled via an escape sequence, there's actually multiple modes involved (CSI u as in the subject), but xterm also supports "modifyOtherKeys" and Vim for example will pick depending what the terminal reports