Displaying 20 results from an estimated 33 matches for "separtely".
Did you mean:
separately
2011 Oct 17
0
Analyze each factor separtely
...y~ 1|strain +
1|code
tapply does not work (or rather i cannot get it to work)
In SAS i would simply use
PROC MIXED data=data;
by code;
model y=;
random code strain /solution;
run;
Not so easy in R?
thanks!
--
View this message in context: http://r.789695.n4.nabble.com/Analyze-each-factor-separtely-tp3913431p3913431.html
Sent from the R help mailing list archive at Nabble.com.
2008 May 08
1
Reading multiple tables from file
Dear R-users,
I have output files having a variable number of tables
in the following format:
-------------
1
Pietje
I1 I2 Value
1 1 0.11
1 2 0.12
2 1 0.21
2
Jantje
I1 I2 I3 Value
1 1 1 0.111
3 3 3 0.333
...
-------------
Would there be an easy way
of turning this into (a list of) data.frames
with names Pietje, Jantje
and variables I1,I2,...Value?
(I1,I2 are string or categorical,
2007 Nov 30
2
Hello I'm new and I've got a problem using metaflac
...\FLAC>metaflac --set-tag-from-file="CUESHEET=sola.cue"
so
la.flac
sola.flac: ERROR: file 'sola.cue' for 'CUESHEET' tag value has embedded NULs
And I've got that error.
See I have the flac that is one file containing all the tracks in a CD. I
want to rip each track separtely (in wav preferably) using something like
foobar. The problem is tha foobar just won't pick up (I don't know why) the
.cue file.
So I've tried to use metaflac because if I understood correctly this would
mark the "internal metadata" or something like that of the file and the w...
2003 Dec 05
1
How to use Sys.setlocale("LC_NUMERIC")?
Can you help me to use Sys.setlocale("LC_NUMERIC", "cs_CZ") (comma as a
decimal point) in some useful way, without all the workarounds?
After switching to Sys.setlocale("LC_NUMERIC", "cs_CZ"):
-- How do I set attributes in read.csv2() not to get columns of real
numbers (decimal point = comma, field separator = semicolon) as factors?
Wokrkaround: I can go
2010 Dec 25
4
need help with data management
I have a data frame that reads
client ID date transcations
323232 11/1/2010 22
323232 11/2/2010 0
323232 11/3/2010 missing
121212 11/10/2010 32
121212 11/11/2010 15
.................................
I want to order the rows by client ID and date and using a black-box
forecasting method create the data fcst(client,date of forecast, date
for which forecast applies).
Assume that I
2015 Oct 02
5
v2.2.19 released
http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz.sig
* pop3_deleted_flag has been broken since v2.2.10. Using it would
cause buffer overflows, which could be exploitable. However, this
bug would have become visible quite soon after users had deleted
some POP3 mails, because the pop3 processes would have started
crashing all the
2015 Oct 02
5
v2.2.19 released
http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.19.tar.gz.sig
* pop3_deleted_flag has been broken since v2.2.10. Using it would
cause buffer overflows, which could be exploitable. However, this
bug would have become visible quite soon after users had deleted
some POP3 mails, because the pop3 processes would have started
crashing all the
2015 Sep 12
3
My dovecot works fine against Active Directory 2003, but not against AD2008
Fran - thanks for your reply. I'm cc'ing you directly on this as well as posting
to the list as I'm not sure how often you check the list and I'm down to hanging
by my last fingernail on this project.
I have some preliminary questions interspersed below.
Thanks, --Mark
-----Original Message-----
> Subject: Re: My dovecot works fine against Active Directory 2003, but not
>
2009 Mar 06
0
[LLVMdev] LTO & PIC
Due to the LTO modifications to the build system it is not possible to do
old non LTO builds that involve some old PIC behaviour, this means Cygwin
and possible other platforms old behaviours is broken, and they are not
LTO'ed yet either.
Would it be possible to have both the old PIC behaviour and the new LTO
based behavious coincide via a flags like --enable-lto=(yes,no) and for
older PIC
2015 Oct 02
0
v2.2.19 released / imap-hibernate
Am 02.10.2015 um 18:13 schrieb Timo Sirainen:
> + Added imap-hibernate processes (see imap_hibernate_timeout setting).
> IDLEing IMAP connections can be hibernated, which saves memory.
here is my config to enable the new function:
----
imap_hibernate_timeout = 60s
service imap-hibernate {
unix_listener imap-hibernate {
user = vmail
}
}
service imap {
unix_listener
2007 Dec 03
0
Hello I'm new and I've got a problem using metaflac
...ET=sola.cue"
> so
> la.flac
> sola.flac: ERROR: file 'sola.cue' for 'CUESHEET' tag value has
> embedded NULs
>
> And I've got that error.
>
> See I have the flac that is one file containing all the tracks in a
> CD. I
> want to rip each track separtely (in wav preferably) using something
> like
> foobar. The problem is tha foobar just won't pick up (I don't know
> why) the
> .cue file.
>
> So I've tried to use metaflac because if I understood correctly this
> would
> mark the "internal metadata" or s...
1997 Apr 29
0
R-beta: New R package for survival analysis
Dear people at r-announce
At "http://www.med.uio.no/imb/stat/addreg/",
you can now find the new package addreg (version 1.0).
It performs additive hazards regression, which is an alternative (or
supplement) to the Cox model. It results in plots that are informative
regarding the effect of covariates on survival.
I wrote it as a S-plus package, but has made some small adjustments to
1997 Apr 29
0
R-beta: New R package for survival analysis
Dear people at r-announce
At "http://www.med.uio.no/imb/stat/addreg/",
you can now find the new package addreg (version 1.0).
It performs additive hazards regression, which is an alternative (or
supplement) to the Cox model. It results in plots that are informative
regarding the effect of covariates on survival.
I wrote it as a S-plus package, but has made some small adjustments to
2002 Oct 17
0
[Bug 416] New: problems with sshd starting up and hostkeys
...st_rsa_key
Could not load host key: /usr/local/etc/ssh_host_dsa_key
Disabling protocol version 1. Could not load host key
Disabling protocol version 2. Could not load host key
sshd: no hostkeys available -- exiting.
I have tried running make host-key several times, as well as running the
commands separtely.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2016 Mar 15
0
[PATCH v1 01/19] mm: use put_page to free page instead of putback_lru_page
On Mon, Mar 14, 2016 at 09:48:33AM +0100, Vlastimil Babka wrote:
> On 03/11/2016 08:30 AM, Minchan Kim wrote:
> >Procedure of page migration is as follows:
> >
> >First of all, it should isolate a page from LRU and try to
> >migrate the page. If it is successful, it releases the page
> >for freeing. Otherwise, it should put the page back to LRU
> >list.
>
2015 Aug 17
5
Aggregate load/stores
I've definitely "run into this problem", and I would very much love to
remove my kludges [that are incomplete, because I keep finding places where
I need to modify the code-gen to "fix" the same problem - this is probably
par for the course from a complete amateur compiler writer and someone that
has only spent the last 14 months working (as a hobby) with LLVM].
So whilst
2010 Feb 22
0
Speex echo cancellation and denoise issues
Hi All
I am using speex in one of my WinCE project.
I have been trying to use speex to perform denoise on the captured audio
packet and echo cancellation. Following behavior I have observed while using
various options. I would really appreciate if you could help me with the
issues I am facing.
1. Denoise: I have written the following to code to perform denoise.
//To initialize speex
2020 Jul 01
3
Problems with GPO
yes, due user SYSTEM
SYSTEM is NOT in "Domain Users"? but its an Autenticated user.
?
?
Greetz,
?
Louis
?
Van: Marcio Demetrio Bacci [mailto:marciobacci at gmail.com]
Verzonden: woensdag 1 juli 2020 16:07
Aan: L.P.H. van Belle
CC: samba at lists.samba.org
Onderwerp: Re: [Samba] Problems with GPO
Hi L.P.H van Belle,
Thanks for your answer.
But, Is that domain users already have
2009 Nov 29
1
Convergence problem with zeroinfl() and hurdle() when interaction term added
Hello,
I have a data frame with 1425 observations, 539 of which are zeros. I
am trying to fit the following ZINB:
f3<-formula(Nbr_Abs~ Zone * Year + Source)
ZINB2<-zeroinfl(f3, dist="negbin", link= "logit", data=TheData,
offset=log(trans.area), trace=TRUE)
Zone is a factor with 4 levels, Year a factor with 27 levels, and
Source a factor with 3 levels. Nbr_Abs is counts
2006 Feb 08
3
Two Lines, Two Businesses
After tinkering with a hand-knitted extensions.conf based on "Asterisk -
TFOT", I've now set up a server with Asterisk@Home and am experimenting
with it. I'd appreciated any advice from the more experienced list members
about which way to proceed.
We (my wife and I) have two separate micro-businesses with two POTS lines
plus fax. I'd like to have inbound calls on the two