Displaying 20 results from an estimated 3000 matches similar to: "New packages: contrast and desirability"
2006 Jul 19
0
[R-pkgs] odfWeave Package
I've been meaning send an announcement for this package, but Greg Snow
beat me to the punch today.
Max
<snip>
The odfWeave package is now available on CRAN at
http://lib.stat.cmu.edu/R/CRAN/src/contrib/Descriptions/odfWeave.html
and your local mirror.
The package extends Sweave to Open Document Format (ODF) text document
files. Latex-style code chunks and in-line Sexpr commands
2006 Jul 19
0
odfWeave Package
The odfWeave package is now available on CRAN at
http://lib.stat.cmu.edu/R/CRAN/src/contrib/Descriptions/odfWeave.html
and your local mirror.
The package extends Sweave to Open Document Format (ODF) text document
files. Latex-style code chunks and in-line Sexpr commands can be used
to embed R output into ODF file, which can then be exported to doc,
rtf, html, pdf and other formats.
Other
2006 Jul 29
0
Version 0.4.3 of odfWeave
A new version of odfWeave is on CRAN. Changes include:
- handling of locales. Errors were being produced when locales were set
to anything but "C". The fix changes the locale to "C" and changes back
to the original locale when the user's code is executed.
- a bug fix for default plot device units (to prevent bitmap graphics
from being 480x480 inches on non-Windows
2006 Jul 29
0
Version 0.4.3 of odfWeave
A new version of odfWeave is on CRAN. Changes include:
- handling of locales. Errors were being produced when locales were set
to anything but "C". The fix changes the locale to "C" and changes back
to the original locale when the user's code is executed.
- a bug fix for default plot device units (to prevent bitmap graphics
from being 480x480 inches on non-Windows
2009 Sep 27
3
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* bdoc (1.0)
Michael Anderson
http://crantastic.org/packages/bdoc
This package contains a function that will classify DNA barcodes as
well as a few test and reference data sets.
* bdsmatrix (1.0)
Terry Therneau
http://crantastic.org/packages/bdsmatrix
This is a special case of sparse matrices, used by coxme and
2006 Sep 06
0
odfWeave Version 0.4.4
Version 0.4.4 of odfWeave is available from CRAN. A Windows binary
should be available shortly.
This version requires base R version 2.3.1 or greater.
Changes from the last version include
- Non-English character sets are handled better. For example, Chinese
characters can be included in R code. See the file "testCases.odt" in
the examples directory for an example
- Image
2006 Sep 06
0
odfWeave Version 0.4.4
Version 0.4.4 of odfWeave is available from CRAN. A Windows binary
should be available shortly.
This version requires base R version 2.3.1 or greater.
Changes from the last version include
- Non-English character sets are handled better. For example, Chinese
characters can be included in R code. See the file "testCases.odt" in
the examples directory for an example
- Image
2007 Apr 16
2
Queue trouble
Hi everyone,
I'm in trouble with queue.
There are a little local radio station with one studio and we have to
switch queued callers to the live program. Everything works fine
(counting callers, periodic announcements), but while the announcement
is played for 'firs in line' caller, studio gets a free line out not the
caller.
member = SIP/suich ;only 1 member
strategy = ringall
2010 Sep 29
0
caret package version 4.63
Version 4.63 of the caret package is now on CRAN.
caret can be used to tune the parameters of predictive models using
resampling, estimate variable importance and visualize the results.
There are also various modeling and "helper" functions that can be
useful for training models.
caret has wrappers to over 99 different models for classification
and regression. See the package vignettes
2010 Sep 29
0
caret package version 4.63
Version 4.63 of the caret package is now on CRAN.
caret can be used to tune the parameters of predictive models using
resampling, estimate variable importance and visualize the results.
There are also various modeling and "helper" functions that can be
useful for training models.
caret has wrappers to over 99 different models for classification
and regression. See the package vignettes
2008 Nov 21
1
Discrepancy in the regression coefficients for Cox regression - PBC data set
Hi,
When I run the following Cox proportional hazards model on the Mayo clinic's
PBC data set (given in the "survival" package), the regression coefficients
do not agree with the results presented in Table 4.6.3 (p. 195) of Fleming &
Harrington's book.
library(survival)
data(pbc)
ans.cox <- coxph(Surv(time, status) ~ log(bili) + log(alb) + age +
log(protime) +
2004 Dec 29
0
GEE with own link function
Hello,
I want to fit a GEE with a user-defined link function.
For the user-defined link-function I still read
http://finzi.psych.upenn.edu/R/Rhelp01/archive/6555.html and
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/25727.html.
Only for testing purposes I added a new link function
(corlogit) in make.link (as well as in binomial) with
exactly the same code as logit before using my code.
2005 Jun 07
0
user-defined spatial correlation structure in geeglm/geese
Dear all,
We have got data (response and predictor variables) for each country of the
world; I started by fitting standard GLM and tested for spatial correlation
using variogram models (geoR) fitted to the residuals of the GLM. Spatial
autocorrelation is significant. Therefore, I think about using general
estimation equations (geeglm or geese in geepack) allowing for residual
spatial
2008 Mar 05
1
problem with geepack
Hi all
I am analyzing a data set containing information about the behaviour of
marine molluscs on a vertical wall. Since I have replicate observations
on the same individuals I was thinking to use the geepack library.
The data are organised in a dataframe with the following variables
Date = date of sampling,
Size = dimensions (mm)
Activity duration of activity (min)
Water = duration of
2004 Apr 12
0
new version of gregmisc package
gregmisc 0.10.1
---------------
gregmisc 0.10.1 is now available at ftp://cran.r-project.org/incoming/ and
will move to the regular contributed packages location
(http://cran.r-project.org/src/contrib/PACKAGES.html#gregmisc) as soon as
the CRAN administrators get caught up.
Recent Changes
---------------
Version 0.10.1
- Fixed bug in textplot() reported by Kevin Wright <kevin.d.wright at
2004 Apr 12
0
new version of gregmisc package
gregmisc 0.10.1
---------------
gregmisc 0.10.1 is now available at ftp://cran.r-project.org/incoming/ and
will move to the regular contributed packages location
(http://cran.r-project.org/src/contrib/PACKAGES.html#gregmisc) as soon as
the CRAN administrators get caught up.
Recent Changes
---------------
Version 0.10.1
- Fixed bug in textplot() reported by Kevin Wright <kevin.d.wright at
2015 Apr 17
2
mailbox deletion is not replicated correctly
On 16.04.2015 20:32, Timo Sirainen wrote:
> On 16 Apr 2015, at 19:22, Dennis Kuhn <d.kuhn at heinlein-support.de> wrote:
>>
>> i can't delete several folders at once. I have a folder structure like
>> folder1/folder2/folder3 (we use slash as hierarchy separator). When i
>> delete folder1 server1 executes the command correctly
>>
>>
>> Apr 16
2015 Jul 14
0
mailbox deletion is not replicated correctly
On 04/17/2015 12:07 PM, Dennis Kuhn wrote:
> On 16.04.2015 20:32, Timo Sirainen wrote:
>> On 16 Apr 2015, at 19:22, Dennis Kuhn <d.kuhn at heinlein-support.de> wrote:
>>> i can't delete several folders at once. I have a folder structure like
>>> folder1/folder2/folder3 (we use slash as hierarchy separator). When i
>>> delete folder1 server1 executes
2015 Apr 16
2
mailbox deletion is not replicated correctly
i can't delete several folders at once. I have a folder structure like
folder1/folder2/folder3 (we use slash as hierarchy separator). When i
delete folder1 server1 executes the command correctly
Apr 16 13:44:28 server1 dovecot: imap(d.kuhn at heinlein-support.de):
Mailbox deleted: INBOX/Trash/folder1/folder2/folder3
Apr 16 13:44:28 server1 dovecot: imap(d.kuhn at heinlein-support.de):
2003 Oct 24
1
gee and geepack: different results?
Hi, I downloaded both gee and geepack, and I am trying to understand the
differences between the two libraries.
I used the same data and estimated the same model, with a correlation
structure autoregressive of order 1. Surprisingly for me, I found very
different results. Coefficients are slightly different in value but
sometimes opposite in sign.
Moreover, the estimate of rho (correlation