Displaying 20 results from an estimated 10000 matches similar to: "Upgrade 4.0.0alpha14"
2009 Feb 13
0
help with reshaping (no file attached)
MCI
A1
A2
A13
A14
A23
A24
A33
A34
Grouped together
56766
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
6459
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
31233
2006 Dec 31
0
(no subject)
> > If one compares the random effect estimates, in fact, one sees that
> > they are in the correct proportion, with the expected signs. They are
> > just approximately eight orders of magnitude too small. Is this a bug?
>
> BLUPs are essentially shrinkage estimates, where shrinkage is
> determined with magnitude of variance. Lower variance more
> shrinkage towards
2006 Dec 31
2
zero random effect sizes with binomial lmer [sorry, ignore previous]
I am fitting models to the responses to a questionnaire that has
seven yes/no questions (Item). For each combination of Subject and
Item, the variable Response is coded as 0 or 1.
I want to include random effects for both Subject and Item. While I
understand that the datasets are fairly small, and there are a lot of
invariant subjects, I do not understand something that is happening
here, and in
2006 Dec 31
7
zero random effect sizes with binomial lmer
I am fitting models to the responses to a questionnaire that has
seven yes/no questions (Item). For each combination of Subject and
Item, the variable Response is coded as 0 or 1.
I want to include random effects for both Subject and Item. While I
understand that the datasets are fairly small, and there are a lot of
invariant subjects, I do not understand something that is happening
2017 Dec 14
1
match and new columns
Hi Bill,
I put stringsAsFactors = FALSE
still did not work.
tdat <- read.table(textConnection("A B C Y
A12 B03 C04 0.70
A23 B05 C06 0.05
A14 B06 C07 1.20
A25 A23 A12 3.51
A16 A25 A14 2,16"),header = TRUE ,stringsAsFactors = FALSE)
tdat$D <- 0
tdat$E <- 0
tdat$D <- (ifelse(tdat$B %in% tdat$A, tdat$A[tdat$B], 0))
tdat$E <- (ifelse(tdat$B %in% tdat$A, tdat$A[tdat$C], 0))
2017 Dec 14
0
match and new columns
Use the stringsAsFactors=FALSE argument to read.table when
making your data.frame - factors are getting in your way here.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Wed, Dec 13, 2017 at 3:02 PM, Val <valkremk at gmail.com> wrote:
> Thank you Rui,
> I did not get the desired result. Here is the output from your script
>
> A B C Y D E
> 1 A12 B03 C04 0.70 0 0
2017 Dec 13
2
match and new columns
Thank you Rui,
I did not get the desired result. Here is the output from your script
A B C Y D E
1 A12 B03 C04 0.70 0 0
2 A23 B05 C06 0.05 0 0
3 A14 B06 C07 1.20 0 0
4 A25 A23 A12 3.51 1 1
5 A16 A25 A14 2,16 4 4
On Wed, Dec 13, 2017 at 4:36 PM, Rui Barradas <ruipbarradas at sapo.pt> wrote:
> Hello,
>
> Here is one way.
>
> tdat$D <- ifelse(tdat$B %in% tdat$A,
2017 Dec 13
0
match and new columns
Hello,
Here is one way.
tdat$D <- ifelse(tdat$B %in% tdat$A, tdat$A[tdat$B], 0)
tdat$E <- ifelse(tdat$B %in% tdat$A, tdat$A[tdat$C], 0)
Hope this helps,
Rui Barradas
On 12/13/2017 9:36 PM, Val wrote:
> Hi all,
>
> I have a data frame
> tdat <- read.table(textConnection("A B C Y
> A12 B03 C04 0.70
> A23 B05 C06 0.05
> A14 B06 C07 1.20
> A25 A23 A12 3.51
2017 Dec 13
3
match and new columns
Hi all,
I have a data frame
tdat <- read.table(textConnection("A B C Y
A12 B03 C04 0.70
A23 B05 C06 0.05
A14 B06 C07 1.20
A25 A23 A12 3.51
A16 A25 A14 2,16"),header = TRUE)
I want match tdat$B with tdat$A and populate the column values of tdat$A
( col A and Col B) in the newly created columns (col D and col E). please
find my attempt and the desired output below
Desired output
2010 May 27
1
stripplot, lattice
hello,
i can't figure out how to set position of panels of my stripplot -
i`d like the panels of one level of the factor stage (nr. of panels within
each stage, A: 12, B: 12, C: 12, D: 4, each panel representing a site) to be
in one column, with A to D from left to right and with descending site.nr at
each row.
like:
A1 B1 C1 D1
A2 B2 .. ..
A3 .. ..
..
how is this achieved?
any help
2011 Feb 10
3
Connection refused. Mail Client Error: 800ccccd9. Please help :-))))
Hi!
I cannot connect to the dovecot server :-( I get Windows Mail Client Error: 800ccccd9. Please help :-))))
# 2.0.beta6 (3156315704ef): /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-71.el6.x86_64 x86_64 Scientific Linux release 6.0 (Carbon)
auth_debug = yes
auth_debug_passwords = yes
auth_verbose = yes
auth_verbose_passwords = plain
debug_log_path = /var/log/dovecot.log
disable_plaintext_auth
2015 Dec 08
0
yum errors
> On Dec 7, 2015, at 8:23 PM, Wes James <comptekki at me.com> wrote:
>
>
>> On Dec 7, 2015, at 8:03 PM, Wes James <comptekki at me.com> wrote:
>>
>
> <snip>
>
>> I finally just did yum update on this box (actually 6.3) and now it is 6.7. During the update it created a CentOS-Base.repo.rpmnew file. I renamed my current one and this one to
2015 Dec 08
0
yum errors
Wes James wrote:
>
>> On Dec 7, 2015, at 8:37 PM, Wes James <comptekki at me.com> wrote:
>>
>>>
>>> On Dec 7, 2015, at 8:23 PM, Wes James <comptekki at me.com <mailto:comptekki at me.com>> wrote:
>>>
>>>
>>>> On Dec 7, 2015, at 8:03 PM, Wes James <comptekki at me.com> wrote:
>>>>
>>>
2010 Jun 12
1
v2.0.beta6 released
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta6.tar.gz
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta6.tar.gz.sig
Unfortunately this still isn't rc1 yet, but the next one will be, I promise :) Basically all of the important changes are done now. The TODO list for rc1 is:
- Test and fix dsync bugs
- Finish director
- Add man pages started by Pascal Volk. BTW. He asked for
2010 Jun 12
1
v2.0.beta6 released
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta6.tar.gz
http://dovecot.org/releases/2.0/beta/dovecot-2.0.beta6.tar.gz.sig
Unfortunately this still isn't rc1 yet, but the next one will be, I promise :) Basically all of the important changes are done now. The TODO list for rc1 is:
- Test and fix dsync bugs
- Finish director
- Add man pages started by Pascal Volk. BTW. He asked for
2008 Jan 16
1
Wine and Presto WMS
Hi!
I'm trying to configure Presto WMS (a wifi adapter for a external
projector) and after copying one dll to Presto folder and three dlls to
system32 folder, aplicattion starts but returns a WMS error that says
"Supported Network Connection Device can't be found". Wine message says
"fixme:win:EnumDisplayDevicesW ((null),0,0x33f774,0x00000000), stub!
What is happening?
2015 Dec 08
0
yum errors
On 12/08/2015 06:50 PM, Wes James wrote:
>> On Dec 7, 2015, at 10:02 PM, Jake Shipton <jakems at fedoraproject.org> wrote:
>>
>> Wes James wrote:
>>>> On Dec 7, 2015, at 8:37 PM, Wes James <comptekki at me.com> wrote:
>>>>
>>>>> On Dec 7, 2015, at 8:23 PM, Wes James <comptekki at me.com <mailto:comptekki at me.com>>
2015 Dec 08
0
yum errors
On 12/07/2015 11:50 PM, Wes James wrote:
>
>> On Dec 7, 2015, at 10:02 PM, Jake Shipton <jakems at fedoraproject.org> wrote:
>>
>> Wes James wrote:
>>>
>>>> On Dec 7, 2015, at 8:37 PM, Wes James <comptekki at me.com> wrote:
>>>>
>>>>>
>>>>> On Dec 7, 2015, at 8:23 PM, Wes James <comptekki at me.com
2007 Nov 02
0
v1.1.beta6 released
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta6.tar.gz
http://dovecot.org/releases/1.1/beta/dovecot-1.1.beta6.tar.gz.sig
Fixes since beta5:
- dovecot.index.cache file wasn't actually being created/updated (or
something like that)
- SORT assert-crashed sometimes when sorting by string fields
- etc.
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2011 Mar 22
2
dsync inbox conversion problem (mbox -> mdbox)
Hi,
We are trying to convert all mbox mail on our systems to mdbox using
dsync, in order to be able to use email sub-folders in Thunderbird.
Everything works fine for non-inbox folders, however the inbox folders
are not getting converted.
We used:
*dsync -v convert mbox:~/mail:INBOX=/var/mail/%u*
*dovecot --version*
2.0.beta6 (3156315704ef) (shipping with RHEL6/SL6)
*dovecot -n*
#