Displaying 6 results from an estimated 6 matches for "multitable".
2003 Aug 08
1
understanding time series objects
### First, is there a way to access a univariate time series as a matrix
instead of a vector?
# For example:
data(UKLungDeaths)
# If I do
apply(mdeaths,1,cumsum)
# Gives an error as mdeaths is not a matrix but a vector, although when I
look at it :
mdeaths
# the ts object has a matrix like "appearance"
# The only way of doing it I've found is:
mdeaths2<-as.matrix(mdeaths)
2006 Jul 02
1
multitable form
Hi all,
Although I''m experienced with programming I''m a beginner with ruby, RoR
and MVC
So I follow examples from books and so on and all is ok.
I can make a model who is a class and who match to a table in my
database and then I generate pretty forms on a webpage.
I would like to know how I can do to make forms who interact with more
than one table.
For an example lets
2007 Sep 19
3
Create method calling wrong column name in a table
I have a multitable database with an observer logging changes into a
datachange table.
The create method inserts the data into the data change table, updates
my model, and then trys to load from the datachange table. When it
does this it WHERE clause that is generated for me is looking for a
column model_id which I...
2012 Mar 11
1
CRAN (and crantastic) updates this week
...(1.2.13), ibr
(1.4.1), LaplacesDemon (12.03.05), lattice (0.20-5), lattice (0.20-6),
lifecontingencies (0.9.1), lifecontingencies (0.9), lubridate (1.1.0),
Mangrove (1.1), matrixStats (0.4.4), maxLik (1.1-2), meboot (1.1-4),
MHadaptive (1.1-7), miRtest (1.2), mondate (0.9.9.03), multcomp
(1.2-12), multitable (1.3), MVA (1.0-3), networkDynamic (0.2-2), np
(0.40-13), npRmpi (0.40-13), openair (0.5-23), OpenCL (0.1-2),
pheatmap (0.6.1), pks (0.2-0), planar (1.2), plotGoogleMaps (1.2),
PowerTOST (0.9-4), ppstat (0.8), pROC (1.5.1), PTAk (1.2-5), qgraph
(1.0.2), qtl (1.23-16), rbamtools (2.0), rconifers (1....
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):
2004 Aug 23
0
corrections for R-intro.texi (PR#7192)
...23 13:24:22 2004
+++ R-intro.texi Mon Aug 23 13:24:22 2004
@@ -4703,7 +4703,7 @@
Each response distribution admits a variety of link functions to connect
the mean with the linear predictor. Those automatically available are
-as in the table below.
+shown in the following table:
@quotation
@multitable @columnfractions 0.25 0.55
======================================================================
[-function.-] {+function:+}
======================================================================
--- R-intro.texi~ Mon Aug 23 13:24:22 2004
+++ R-intro.texi Mon Aug 23 13:24:22 2004
@@ -4530,7 +453...