Displaying 20 results from an estimated 6000 matches similar to: "Generating all possible models from full model"
2009 Feb 18
1
using stepAIC with negative binomial regression - error message help
Dear List,
I am having problems running stepAIC with a negative binomial regression model. I am working with data on manta ray abundance, using 20 predictor variables. Predictors include variables for location (site), time (year, cos and sin of calendar day, length of day, percent lunar illumination), oceanography (sea surface temp mean and std, sea surface height mean and std), weather (cos
2010 May 03
2
Estimating theta for negative binomial model
Dear List,
I am trying to do model averaging for a negative binomial model using the package AICcmodavg. I need to use glm() since the package does not accept glm.nb() models. I can get glm() to work if I first run glm.nb and take theta from that model, but is there a simpler way to estimate theta for the glm model? The two models are:
mod.nb<-glm.nb(mantas~site,data=mydata)
2003 Jun 10
1
Bootstraping with MANOVA
Hi,
Does anyone know what the error message mean?
> Boot2.Pillai <- function(x, ind) {
+ x <- as.matrix(x[,2:ncol(x)])
+ boot.x <- as.factor(x[ind, 1])
+ boot.man <- manova(x ~ boot.x)
+ summary(manova(boot.man))[[4]][[3]]
+ }
>
> man.res <- manova(as.matrix(pl.nosite) ~
+ as.factor(plankton.new[,1]))$residuals
> boot2.plank <-
2017 Feb 06
2
Compiling Dovecot on Solaris 10
Hello,
thank You, this solution worked too. But had to do same thing for those files:
test-http-client-errors.c:388
test-http-client-errors.c:484
test-http-client-errors.c:556
test-http-client-errors.c:636
test-http-server-errors.c:594
main.c:63
director.c:1445
director.c:1448
imap-client.c:253
director.c:1445
director.c:1448
mail-stats.c:56
Is this an old compiler issue or something else?
2017 Feb 02
6
Compiling Dovecot on Solaris 10
Hello,
I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
test-ioloop.c: In function `test_ioloop_pending_io':
test-ioloop.c:188: error: size of array `type name' is negative
My configuration is like this:
Install prefix . : /usr/local
File offsets ... : 64bit
I/O polling .... : poll
I/O notifys .... : none
SSL ............ : yes (OpenSSL)
GSSAPI ......... : no
2009 Aug 30
1
Trying to rename spatial pts data frame slot that isn't a slot()
Dear List,
I am analyzing the home range area of fish and seem to have lost the individuals ID names during my manipulations, and can't find out how to rename them. I calculated the MCP of the fish using mcp() in Adehabitat. MCP's were converted to spatial points data frame and exported to qGIS for manipulations. At this point the ID names were lost. I brought the manipulated
2012 Feb 14
1
cumsum function to determine plankton phenology
Apologies for the empty email earlier!
I have species abundance data sampled at a weekly frequency or
sometimes monthly depending on the year.
The goal is to identify the dates in an annual cycle in which the
cumulative abundance of a species reaches some threshold.
Here's an example of the data for 1 species over an annual period:
"mc_pheno" is the object created from this data:
2017 Feb 03
2
Compiling Dovecot on Solaris 10
Hi,
thank You for a reply, compiling with Solaris Studio 12.5 solved this case.
Martin Preen <preen at informatik.uni-freiburg.de> ra??:
> Hello,
> I don't have problems building 2.2.27 on Solaris 10
> (using Sun Workshop compiler 5.11).
>
> The configuration is the same as your.
> Maybe a compiler/version problem on your system ?
>
> Regards,
> Martin
>
2003 Jun 07
1
Extracting Numbers from MANOVA output
Hi,
Suppose I have:
> summary(manova(plank.man))
Df Pillai approx F num Df den Df Pr(>F)
plankton.new[, 1] 1 0.5267 9.8316 6 53 2.849e-07 ***
Residuals 58
---
Signif. codes: 0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1
My understanding is the MANOVA summary returns a list.
2009 Sep 28
1
xyplot help - colors and break in plot
Dear List,
I am new to lattice plots, and am having problems with getting my plot to do what I want. Specifically:
1. I would like the legend to have the same symbols as the plot. I tried simpleKey but can't seem to get it to work with autoKey. Right now my plot has dots (pch=19) and my legend shows circles.
2. I have nine groups but xyplot seems to only be using seven colors, so two
2008 May 13
1
Bubble plot pie chart map
Hello,
I am currently trying to show the abundance of two species of
zooplankton within the North Sea as pie chart bubble plots. I followed
Werner Wernersen's advice in R help
(http://finzi.psych.upenn.edu/R/Rhelp02a/archive/48644.html) and used
Paul Murrell's paper "Integrating Grid Graphics Output with Base
Graphics Output" (in R News) to try and do this (using the gridBase
2007 May 21
1
Comparing multiple distributions
Hello eveybody,
I am studying the vertical distribution of plankton and want to study
its variations relatively to several factors (time of day, species,
water column structure etc.). So my data is special in that, at each
sampling site (each observation), I don't have *one* number, I have
*several* numbers (abundance of organisms in each depth bin, I sample
5 depth bins) which
2017 Oct 30
1
LDAP authentication and shadowExpire
Hi,
I am trying to configure Dovecot (2.2.27) with LDAP passdb,
specifically with authentication binds
(https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds).
Atribute shadowExpire has a unix time stamp value. Is there a way to
write pass_filter like shadowExpire<ToDay?
Or maybe there is better way to implement password expiration in Dovecot?
--
Pagarbiai
Mantas Gegu?is
VU
2018 Jan 16
1
Replication configuration
Hello,
I am trying to configure replication between two servers, for only
specified virtual users, without success of course :) I am using LDAP
for accounting.
I have tried to pass a file with list like this:
replication_dsync_parameters = -d -N -l 30 -U -F /etc/dovecot/list
I have even tried to specify users with LDAP filter: iterate_filter =
(|(uid=user1)(uid=user2))
both without
2016 Sep 28
2
Possible formatting bug in ssh-agent.1 man page
On 2016-09-28 00:10, Ingo Schwarze wrote:
> The patch also inserts a few needless .PP before .SH, but that does
> no harm. mdoc2man.awk is a terrible hack and not a proper parser
> in the first place, so we shouldn't expect beauty in its output.
> If the output is correct and portable, that's good enough. At some
> point, we should replace mdoc2man.awk with mandoc -Tman
2015 Aug 21
4
Announce: OpenSSH 7.1 released
OpenSSH 7.1 has just been released. It will be available from the
mirrors listed at http://www.openssh.com/ shortly.
OpenSSH is a 100% complete SSH protocol 2.0 implementation and
includes sftp client and server support. OpenSSH also includes
transitional support for the legacy SSH 1.3 and 1.5 protocols
that may be enabled at compile-time.
Once again, we would like to thank the OpenSSH community
2012 Feb 14
0
cumsum formula to determine plankton phenology
Dear R-users
--
-- Heather Anne
-------------------------------------------
Heather A. Wright, PhD candidate
Ecology and Evolution of Plankton
Stazione Zoologica Anton Dohrn
Villa Comunale
80121 - Napoli, Italy
website<http://www.szn.it/SZNWeb/cmd/ShowArchiveItem?TYPE_ID=HUMANRESOURCE&ITEM_ID=21942&LANGUAGE_ID=2>
Lab: +39 081 583 3201
Cell: +39 366 484 2196
Fax: +39 081 764 1355
*
2017 Feb 05
0
Compiling Dovecot on Solaris 10
On 2 Feb 2017, at 19.38, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote:
>
> Hello,
>
> I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
> test-ioloop.c: In function `test_ioloop_pending_io':
> test-ioloop.c:188: error: size of array `type name' is negative
Change NULL to (void *)NULL in that line.
2017 Feb 06
0
Compiling Dovecot on Solaris 10
On 6 Feb 2017, at 17.06, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote:
>
> Hello,
>
> thank You, this solution worked too. But had to do same thing for those files:
>
> test-http-client-errors.c:388
> test-http-client-errors.c:484
> test-http-client-errors.c:556
> test-http-client-errors.c:636
> test-http-server-errors.c:594
> main.c:63
>
2007 Jun 29
2
connection dropped by imap
hello,
when i create imap account in mail client (ex: outlook, thunderbird) it's
allright. but if i want login with this account to webmail (i have 2
webmail: squirrelmail and roundcube) commonly i get error. squirrelmail
say: Connection droped by imap. roundcube say nothing(white screen). But
sometimes i can login.
and i see one thing...
when i restart apache, i can login above 1-2 hours,