Displaying 20 results from an estimated 100 matches similar to: "New version: dclone 1.7-1 and dcmle 0.1-4 rolled out"
2011 Jan 03
0
dclone 1.3-0
Dear R Community,
I am happy to introduce the latest version 1.3-0 of the 'dclone' R package.
The package provides low level functions for implementing maximum
likelihood estimating procedures for complex models using data cloning
and Bayesian Markov chain Monte Carlo methods with support for JAGS,
WinBUGS and OpenBUGS.
Data cloning is a global optimization approach and a variant of
2011 Jan 03
0
dclone 1.3-0
Dear R Community,
I am happy to introduce the latest version 1.3-0 of the 'dclone' R package.
The package provides low level functions for implementing maximum
likelihood estimating procedures for complex models using data cloning
and Bayesian Markov chain Monte Carlo methods with support for JAGS,
WinBUGS and OpenBUGS.
Data cloning is a global optimization approach and a variant of
2012 Aug 27
0
PVAClone: new package for population viability analysis
Dear UseRs!
We are pleased to announce the release of our new package 'PVAClone'.
The 'PVAClone' package implements Population Viability Analysis (PVA)
methodology using data cloning. The data cloning algorithm by Lele et
al. (2007, 2010) is employed to compute maximum likelihood estimates
of the state-space model parameters and the corresponding standard
errors, heavily
2012 Aug 27
0
PVAClone: new package for population viability analysis
Dear UseRs!
We are pleased to announce the release of our new package 'PVAClone'.
The 'PVAClone' package implements Population Viability Analysis (PVA)
methodology using data cloning. The data cloning algorithm by Lele et
al. (2007, 2010) is employed to compute maximum likelihood estimates
of the state-space model parameters and the corresponding standard
errors, heavily
2012 May 20
1
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* bisectr (0.0.2)
Maintainer: Winston Chang
Author(s): Winston Chang <winston at stdout.org>
License: GPL-2
http://crantastic.org/packages/bisectr
Tools to find bad commits with git bisect
* CUMP (1.0)
Maintainer: Xuan Liu
Author(s): Xuan Liu <liuxuan at bu.edu> and Qiong Yang <qyang at bu.edu>
2005 Dec 23
6
Save using Update
Hi,
I want to update an existing row in table "items" where items.id == 10
I tried this:
item = Item.new
item.f1 = ...
item.f2 = ...
...
item.id = 10
item.save
I got an error
Duplicate entry ... for key 10 : INSERT INTO items ...
How do I make item.save to use UPDATE instead of INSERT?
--
Posted via http://www.ruby-forum.com/.
2024 May 22
1
confint Attempts to Use All Server CPUs by Default
Following up on this -- on my system, I have 69 packages installed
that appear to provide something like a confint() method:
h <- help.search("confint", agrep = FALSE)
p <- sort(unique(h$matches$Package))
length(p)
## [1] 69
p
[1] "bamlss" "bbmle" "binom" "brglm2"
[5] "broom"
2024 May 21
1
confint Attempts to Use All Server CPUs by Default
? Tue, 21 May 2024 08:00:11 +0000
Dario Strbenac via R-devel <r-devel at r-project.org> ?????:
> Would a less resource-intensive value, such as 1, be a safer default
> CPU value for confint?
Which confint() method do you have in mind? There is at least four of
them by default in R, and many additional classes could make use of
stats:::confint.default by implementing vcov().
>
2006 Jun 30
6
RSS::Parser Documentation
Hi
I am trying to use the RSS classes from "rss/2.0" and everything works
but I want to know what attributes and properties I can get at from each
of the classes I am getting back.
For example, the class has a "channel" which I can tell has a "title"
attribute (because it works when I query it :) but I would really like a
list of every attribute that is
2013 Jul 11
1
Differences between glmmPQL and lmer and AIC calculation
Dear R Community,
I?m relatively new in the field of R and I hope someone of you can
help me to solve my nerv-racking problem.
For my Master thesis I collected some behavioral data of fish using
acoustic telemetry. The aim of the study is to compare two different
groups of fish (coded as 0 and 1 which should be the dependent
variable) based on their swimming activity, habitat choice, etc.
2006 Feb 28
0
Rolled my own alternative to trigger function with OLD/NEW
Back with PostgreSQL, I just inspected OLD and NEW in trigger functions.
I came up with this alternative in Rails:
class Item < ActiveRecord::Base
def active=(value)
self.set_old(''active'', self.active)
write_attribute(:active, value)
end
def after_update
if !get_old(''active'') and self.active
Notifier::deliver_item_approved(self)
1999 Apr 16
0
Re-rolled JDK1.1.7 for FreeBSD 2.*
Due to problems with 'select' bugs and the demo directory being all
screwed up, I just re-rolled the JDK1.1.7 A.OUT release. Hopefully this
should allow folks to again run Java programs under FreeBSD 2.*.
The FreeBSD port has been upgraded to use the new release, so if you've
installed the old (broken) release, please upgrade your port, pkg_delete
the old one, and build the new one.
2008 Feb 23
1
Update from 1.0.10 -> 1.1rc1 "Transaction rolled back"???
Feb 23 19:48:14 postamt deliver(username): copy: uid=1, box=Dovecot Delivery Mail, dest=INBOX, msgid=<47C06A3F.3040101 at charite.de>, size=423118
Feb 23 19:48:14 postamt deliver(username): msgid=<47C06A3F.3040101 at charite.de>: saved mail to INBOX
Feb 23 19:48:14 postamt deliver(username): Transaction rolled back: Ignore last 1 changes
What does that "Transaction rolled back:
2010 Jul 26
0
ongoing problems with winbind since we rolled out RODCs
Hi there
We've been merrily chugging away with a large number (>30) of
samba-3.2.11 CentOS4.8 servers for some time now. Unfortunately in the
past two months our AD team has started replacing our Win2K3 domain
controllers with Win2K8 RODC (read-only DCs). As each site has been
migrated over to RODCs, the Samba server associated with that site has
started experiencing sporadic problems.
2005 Dec 27
3
myObject.send(column.name) from Agile Development book
I''m studying the Agile Development with Rails book. In the chapter that
first sets up the depot application (page 68), there is this bit of code
from a view:
<% for product in @products %>
<tr>
<% for column in Product.content_columns %>
<td><%=h product.send(column.name) %></td>
<% end %>
etc...
I am trying to absorb both Ruby and
2008 Feb 27
1
1.1rc1 "Transaction rolled back"?
>From my logs:
Feb 27 08:10:33 postamt dovecot: IMAP(username): expunge: uid=2793, box=Trash, msgid=<E2FEA6DFF2340C438369E79466FB7E94F43547 at EXCHANGE01.charite.de>, size=3025
Feb 27 08:10:33 postamt dovecot: IMAP(username): expunge: uid=2794, box=Trash, msgid=<20080226140752B6F6EC3EF7$08D09877C3 at REALTIMEPCR>, size=12833
Feb 27 08:10:33 postamt dovecot: IMAP(username): expunge:
2008 Nov 08
3
Rolled Distro?
Hi folks,
I've been a trixbox user for a few years now but I'm thinking about
jumping ship.
Trixbox is great, but it's missing two features out of the box which
are really important to me: outbound faxing (hylafax) and imap
voicemail. I see no indication that they will be included anytime in
the near future, so I have a choice to make - I've looked around at
Elastix,
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* disclapmix (0.1)
Maintainer: Mikkel Meyer Andersen
Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen
License: GPL-2
http://crantastic.org/packages/disclapmix
disclapmix makes inference in a mixture of Discrete Laplace
distributions using the EM algorithm.
* EstSimPDMP (1.1)
Maintainer: Unknown
Author(s):
2018 Oct 22
0
With the right kind of eyes you can almost see the high-water mark—that place where the wave finally broke and rolled back.
<http://vesedo.cf/lists/lt.php?id=YUgFAw9SVE9RXVEdU1wDX1cNVg>
ME CUB I CYCLE. /I C OW/. OFFICE WORKER ... /Master of Orion/? "/Mooo!/"
/to you too, Ymir
<http://vesedo.cf/lists/lt.php?id=YUgMBQZVGAFbVR1QWlQKVF0F>
/. Sometimes it's hard to really understand what it means to hear that your
story begins with a cubicle
2010 Jul 18
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* allan (1.0)
Alan Lee
http://crantastic.org/packages/allan
Automates Large Linear Analysis Model Fitting
* andrews (1.0)
Jaroslav Myslivec
http://crantastic.org/packages/andrews
Andrews curves for visualization of multidimensional data
* anesrake (0.3)
Josh Pasek
http://crantastic.org/packages/anesrake
This