Displaying 20 results from an estimated 100 matches similar to: "Comparing dcast and reshape"
2012 Sep 08
0
reshape and geeglm problem
Dear R users,
could you please help me figure out why I am getting an error?
Initially my data looks like this:
> attributes(compl)$names
[1] "UserID" "compl_bin" "Sex.x" "PHQ_base" "PHQ_Surv1" "PHQ_Surv2" "PHQ_Surv3"
[8] "PHQ_Surv4" "EFE"
2017 Sep 05
2
doveadm expunge returns error code 68
Hi,
i am running basically this from cron:
/usr/bin/doveadm -v expunge -u * mailbox INBOX.Spam SENTBEFORE 90d
/usr/bin/doveadm -v expunge -u * mailbox INBOX.Trash SENTBEFORE 90d
/usr/bin/doveadm -v expunge -u * mailbox INBOX.Junk SENTBEFORE 90d
Now i am experiencing that the first line e.g. expunging INBOX.Spam
returns the error code 68. No syslog/Output whatsoever. I tried
running with -vvv -D
2016 Feb 08
2
autoexpunge - different settings for different users
> On Feb 7, 2016, at 10:59 AM, Timo Sirainen <tss at iki.fi> wrote:
>> On 07 Feb 2016, at 04:50, Tom Johnson <tj at terramar.net> wrote:
>>
>> I have some users where I'd like to expunge their mail at different times.
>> ....
>> ....
>> Is there a way to do some sort of lookup for this? Or is this beyond the ability of the autoexpunge
2017 Sep 08
1
doveadm expunge returns error code 68
Hi Aki,
On Wed, Sep 06, 2017 at 11:26:30AM +0300, Aki Tuomi wrote:
> On 05.09.2017 14:39, Florian Lohoff wrote:
> > Hi,
> > i am running basically this from cron:
> >
> > /usr/bin/doveadm -v expunge -u * mailbox INBOX.Spam SENTBEFORE 90d
> > /usr/bin/doveadm -v expunge -u * mailbox INBOX.Trash SENTBEFORE 90d
> > /usr/bin/doveadm -v expunge -u * mailbox
2019 Jun 19
2
User listing returned failure with -A
First, I archive the old messages in the INBOX on my list account
# doveadm -Dv move -u kremels at kreme.com Archive mailbox INBOX BEFORE 90d Debug: Loading modules from directory: /usr/local/lib/dovecot/doveadm
Debug: Skipping module doveadm_acl_plugin, because dlopen() failed:
2011 May 29
1
Oddity: I seem to have a variable in a dataframe that doesn't show in colnames() - can anyone advise?
I may be being dopey, I surely am, but I'm baffled by this. I've been
working, on and off for a few days in R version 2.13.0 (2011-04-13)
i386-pc-mingw32/i386 (32-bit) working it through ESS.
I've got a dataframe created a couple of days back, during the session:
> dim(AllDat)
[1] 27270 94
I came back this morning and misremembered my variables and thought I
had a variable
2014 Apr 08
1
Debugging doveadm expunge
Hi,
I'm a recent convert to dovecot, and in general it is all working fine.
However, I have a number of cron jobs set up to purge old messages from
mailboxes. These don't seem to be doing what I would expect.
Is there any way of debugging this process? Some way of seeing what messages
it's checking, and why each one matches or fails to match?
For example, I'm running this:
2020 Aug 08
2
is there a way to run doveadm expunge with exception?
is there a way to run this command but with exception to not delete the
FLAGGED email?
doveadm expunge -u user at email.com mailbox Inbox SENTBEFORE 90d
--
Sent from: http://dovecot.2317879.n4.nabble.com/
2016 May 02
2
autoexpunge wildcard mailbox from userdb
On 02/05/16 16:51, Timo Sirainen wrote:
> On 02 May 2016, at 03:47, Leon Kyneur <leon at f-m.fm> wrote:
>> Was excited to see that wildcards are now possible on autoexpunge in the 2.2.24 release.
>>
>> However I'm trying to configure these from the userdb lookup and it doesn't appear to be working.
>>
>> if I set in 15-mailboxes.conf
>> mailbox
2009 Nov 11
1
Postfix and Dovecot SASL
Hello all,
I am struggeling to get my Dovecot SASL to work within postfix. I have used
the configuration example listed on the main-site of dovecot and it
basically isn't giving me any success at all. I am probably missing
something easy, but after spending a few days testing and walking through
everything I could think about I thought figured it was better to ask :)
Hope someone can point me
2012 May 31
1
anova of lme objects (model1, model2) gives different results depending on order of models
Hello-
I understand that it's convention, when comparing two models using the
anova function anova(model1, model2), to put the more "complicated" (for
want of a better word) model as the second model. However, I'm using lme
in the nlme package and I've found that the order of the models actually
gives opposite results. I'm not sure if this is supposed to be the case
2013 Jun 26
1
Error when using median as aggregation function in dcast
Hi,
I am trying to calculated various summary statistics using the dcast
function
of reshape2. This works perfectly for getting the mean, sum, length, sd. But
when I want to calculate the median I get an error. I tried it with and
without removing
NAs:
my_median <- function(x) median(x, na.rm = FALSE)
median_df <- dcast(patch_stats_dfm,formula=species~input+barriers,my_median)
Error in
2012 Mar 19
0
Reshape data frame with dcast and melt
Hello,
I implemented two functions reshape_long and reshape_wide (see full working
example below) to reshape data frames.
I created several small examples and the two functions seemed to work
properly. However, using the reshape_wide function
on my real data sets (about 200.000 to 300.000 rows) failed. What happens is
set all values for X, Y and Z were set to 1.
The structure of my real data
2013 Jun 26
1
Margins in dcast (reshape2)
Hi,
I'd like to get mean values for the margins of my casted data.frame.
For the casting I am using dcast() from reshape2. However, when I set
the margins parameter (margins=c("grand\_row")) I get following error
concerning
an unrecognized escape character '\_'. So what is the correct command
to get the outermost margins only in reshape2?
/johannes
[[alternative HTML
2011 Dec 12
0
using dcast to reshape a DF from long to wide with multiple measured variables per obs
I have data in the following format:
person<- c(1,1,1,1,2,2,2,2,2,3,3,3,3,3,3)
v2<- c("2011-01-01", "2011-02-01", "2011-03-01", "2011-04-01", "2011-01-01", "2011-02-01", "2011-03-01", "2011-04-01", "2011-05-01", "2011-01-01", "2011-02-01", "2011-03-01",
2008 Sep 13
3
Freebsd auto locking users
Dear FreeBsd gurus, I have a problem concerning users password and
authentication policies. The goal is
1)make freebsd to lock users after 3 unsuccessful login attempts,
2)force users to change their passwords every 90 days
I've done such changes in Linux distros, with various PAM modules.But in
Freebsd it seems that i need to use login.conf file. Here I made
necessary changes in that
2010 Oct 04
1
dovecot 2.05 doveadm expunge undefined symbol: hook_client_created
HI Timo,
upgrading to 2.05
i now have
doveadm expunge -A mailbox Trash savedbefore 90d;
doveadm(root): Error:
dlopen(/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so) failed:
/usr/lib/dovecot/modules/lib02_imap_acl_plugin.so: undefined symbol:
hook_client_created
doveadm(root): Fatal: Couldn't load required plugins
root at mail01:~/fetchmailcreator# ls -la
2012 Apr 12
1
Using dcast with multiple functions to aggregate
Dear R communitiy,
I am trying to use multiple functions for aggregation within a function
call for dcast. However this seems to result in an error. Also I have not
managed to make dcast() work with fun.aggregate=sd. Please find attached
some example code using the ChickWeight data.
Many thanks for your help!
Jokel
#Chick weight example
names(ChickWeight) <- tolower(names(ChickWeight))
2012 Dec 03
2
Excluding all missing values with dcast ("reshape2" package)
Hello--I'm doing a simple crosstab using dcast:
rawfreq <- dcast(nh11brfs, race3~CHCCOPD, length)
with the results
race3 Yes No NA
1 White non-Hispanic 446 5473 21
2 Other non-Hispanic 29 211 0
3 Hispanic 6 81 1
4 <NA> 10 83 1
How would I modify this call to exclude all missing values; that is, to
obtain
race3
2011 Oct 31
1
reshape2: Lost Values Between melt() and dcast()
Working with 5 subset streams from my source data frame, three of them
successfully call dcast(), but two fail:
jerritt.cast <- dcast(jerritt.melt, site + sampdate ~ param)
Aggregation function missing: defaulting to length
and
winters.cast <- dcast(winters.melt, site + sampdate ~ param)
Aggregation function missing: defaulting to length
Yet both data frames have the values in their