Displaying 20 results from an estimated 2000 matches similar to: ""batched dry-run"... sort of"
2002 Jun 19
2
split plot design with missing plots
Windows 2000 . 5.00.2195 with Service Pack 1.
R 1.5.1
Output from my split-split plot aov "alerted" me that I have done something
wrong. I designed an experiment with all combinations of all levels of each
treatment, but lost a little data (3 out of 192 plots). With the following
data, I run the following model:
> collim[c(1:6,187:192),c(1,3:6,9)]
plot Litter Fert
2011 May 05
7
Draw a nomogram after glm
Hi all R users
I did a logistic regression with my binary variable Y (0/1) and 2
explanatory variables.
Now I try to draw my nomogram with predictive value. I visited the help of R
but I have problem to understand well the example. When I use glm fonction,
I have a problem, thus I use lrm. My code is:
modele<-lrm(Y~L+P,data=donnee)
fun<- function(x) plogis(x-modele$coef[1]+modele$coef[2])
2005 Oct 28
3
splitting a character field in R
Dear R users,
I have a dataframe with one character field, and I would like to create two
new fields (columns) in my dataset, by spliting the existing character
field into two using an existing substring.
... something that in SAS I could solve e.g. combining substr(which I am
aware exist in R) and "index" for determining the position of the pattern
within the string.
e.g. if my
2005 Nov 07
2
lattice chart: different definitions for series
Hi enthusiasts,
Trying to create a single chart in lattice with different plotting
definitions for the different series (two series should be drawn with lines
and the other without them)
I am using a dataset, which includes a grouping variable e.g. clinic with
three levels, the variable "year" and a continous variable: "mct".
In the graph the variable "year" is in
2002 Aug 28
1
Re: samba-2.2.5-printing.patch (Llu'is Batlle)
Hi
I have an hp1220c printer I'm having problems with also. Which patches
are you referring to and where can I get them?
Dennis
>
>Message: 1
>Date: Wed, 28 Aug 2002 12:43:17 +0200
>From: "Llu'is Batlle" <lluisbatlle@tavil.net>
>To: samba@lists.samba.org
>Subject: Re: [Samba] samba-2.2.5-printing.patch
>
>On Wed, Aug 28, 2002 at 12:28:22PM +0200,
2012 Oct 26
4
Can't replace a faulty disk of raid1
Hello,
I had a raid1 btrfs (540GB) on vanilla 3.6.3, a disk failed, and removed it at
power off, plugged in a new one, partitioned it (to 110GB, by error), and added
it to btrfs.
I tried to remove the missing device, and it said "Input/output error" after a
while. Next attempts simply gave "Invalid argument".
I repartitioned, rebooted the system, and made the partition grow:
2012 Aug 15
6
State of nocow file attribute
Hello,
some time ago we discussed on #btrfs that the nocow attribute for files wasn''t
working (around 3.3 or 3.4 kernels). That was evident by files fragmenting even
with the attribute set.
Chris mentioned to find a fix quickly for that, and posted some lines of change
into irc. But recently someone mentioned that 3.6-rc looks like still not
respecting nocow for files.
Is there really
2002 Aug 13
2
Win2k explorer.exe dies when dealing with printers
Hi there.
I've been some days dealing with printing problems in Win2k clients, having
a Samba 2.2.5 parched with "parse_sec.patch" as a printer server.
When I try to print anything, explorer.exe dies. Sometimes dies spoolsv.exe,
or sometimes all the system locks (it may be because explorer do not restart).
It happens to all my Win2k clients with Service Pack 2, and only when using
2016 Apr 21
0
xen_4.4.1-9+deb8u5_allonly.changes ACCEPTED into proposed-updates->stable-new
Mapping stable-security to proposed-updates.
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 19 Apr 2016 20:42:09 +0200
Source: xen
Binary: libxen-4.4 libxenstore3.0 libxen-dev xenstore-utils xen-utils-common xen-utils-4.4 xen-hypervisor-4.4-amd64 xen-system-amd64 xen-hypervisor-4.4-arm64 xen-system-arm64 xen-hypervisor-4.4-armhf xen-system-armhf
Architecture:
2016 Apr 22
0
xen_4.4.1-9+deb8u5_allonly.changes ACCEPTED into proposed-updates->stable-new, proposed-updates
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 19 Apr 2016 20:42:09 +0200
Source: xen
Binary: libxen-4.4 libxenstore3.0 libxen-dev xenstore-utils xen-utils-common xen-utils-4.4 xen-hypervisor-4.4-amd64 xen-system-amd64 xen-hypervisor-4.4-arm64 xen-system-arm64 xen-hypervisor-4.4-armhf xen-system-armhf
Architecture: all source
Version: 4.4.1-9+deb8u5
2007 Nov 19
2
How to write plugin
Hi,
Where can I find documentation for plugin writers? Now I see
mail-log-plugin source, but I can't understand how entry points
(functions mail-log-plugin-init and mail-log-plugin-deinit) are
defined to execute some actions on load/unload/copy messages.
Can anybody comments this?
2004 Feb 07
2
killing rsync
HI,
My name is tarun and iam new to this list..
Can any one please help me ??
How can i kill a rsync.. Suppose if iam in middle of rsync of a whole 10gb of data. Can i kill rsync in the middle using kill "rsync process id" and resume it later, wouldnt it result in any errors if we kill rsync suddenly. Or is there any signal to send to rsync to terminate it cleanly..Doest rsync have
2006 May 26
1
query: sample size calculation
Dear all,
I am doing something wrong.
I am trying to apply a formula for sample size calculation as in the book
"Design and Analysis of Clinical Trials", from Chow et all.
There a suggested sample size strategy uses the formula
0.30/0.45=F(0.80,2n,2n)/F(0.025,2n,2n)
which gives n=96, as in the book.
(here F(alfa,k,n) is the upper (alfa)th quantile of an F distribution with
k,n
2009 May 12
2
From two colors to 01 sequences
Dear All,
Perhaps, what I am asking is impossible, but I am asking it anyway.
I have got several pdf files with rows of colored rectangles: red
rectangles should be read as 0; green rectangles as 1. No other color
exists. Is there some way to have R reading the colored rectangles to
a matrix or data frame converting the color of the rectangles to
sequences of 01?
Thanks in advance,
Paul
2007 Sep 27
2
Log file name too with mail_log
Hi!
Is there a way to log the file that have been copied when a person move
it from a folder to another using mail_log?
Actualy this is what I get in logfile:
dovecot: 2007-09-27 15:15:33 Info: IMAP(user at mydomain.com): copy ->
Spam: uid=101, msgid=<46FBC6C9.1060301 at somedomain.com>, box=Dovecot
What I would like to have is something like:
dovecot: 2007-09-27 15:15:33 Info:
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
There are ~4300 uses of pr_warn and ~250 uses of the older
pr_warning in the kernel source tree.
Make the use of pr_warn consistent across all kernel files.
This excludes all files in tools/ as there is a separate
define pr_warning for that directory tree and pr_warn is
not used in tools/.
Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing.
Miscellanea:
o Coalesce formats and
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
There are ~4300 uses of pr_warn and ~250 uses of the older
pr_warning in the kernel source tree.
Make the use of pr_warn consistent across all kernel files.
This excludes all files in tools/ as there is a separate
define pr_warning for that directory tree and pr_warn is
not used in tools/.
Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing.
Miscellanea:
o Coalesce formats and
2017 Feb 17
11
[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
There are ~4300 uses of pr_warn and ~250 uses of the older
pr_warning in the kernel source tree.
Make the use of pr_warn consistent across all kernel files.
This excludes all files in tools/ as there is a separate
define pr_warning for that directory tree and pr_warn is
not used in tools/.
Done with 'sed s/\bpr_warning\b/pr_warn/' and some emacsing.
Miscellanea:
o Coalesce formats and
2005 Jul 05
2
Trying the configuration in nano.txt
Hi!
(I sent other mails some time ago, about not-using the Julian''s patches).
When I try the configuration from Nano.txt, having the Julian''s
patches applied, only the first ''hop'' of the routing table "222" is
used (according to tables shown in Nano.txt).
I saw that this question was asked some time ago, with no answer.
Maybe someone can tell me the
2004 Nov 30
0
[Bug 2104] New: Add support for --dry-run with --write-batch
https://bugzilla.samba.org/show_bug.cgi?id=2104
Summary: Add support for --dry-run with --write-batch
Product: rsync
Version: 2.6.3
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: wayned@samba.org