Displaying 7 results from an estimated 7 matches for "garbett".
Did you mean:
barrett
2009 Apr 01
1
Vector of Vectors
...quot;])[2]
22
5
> v <- c(x,y)
> v
[1] 1 2 3 4 5
> v <- vector()
> v <- merge(v, x)
> v
[,1] [,2]
attr(,"row.names")
integer(0)
> v[1]
[1] NA
>
As you can see, vectors aren't very cooperative and lists are
downright baffling to me.
Shawn Garbett <shawn.p.garbett at vanderbilt.edu>
Vanderbilt Cancer Biology
220 Pierce Ave, PRB 715AA
Nashville, TN 37232
Office: 615.936.1975
Cell: 615.397.8737
2009 Oct 06
0
Bifurcating Autoregression
Is there any R package that implements a bifurcating autoregression,
aka the BAR(n) model? I've been reading the Huggins and Staudte paper,
"Variance Components Models for Dependent Cell Populations", from the
Journal of the American Statistical Association, 1994.
Shawn Garbett <shawn.p.garbett at vanderbilt.edu>
Vanderbilt Cancer Biology
220 Pierce Ave, PRB 715AA
Nashville, TN 37232
Office: 615.936.1975
Cell: 615.397.8737
2006 Feb 10
1
Timezone problem
Okay I have a database with all timestamps stored in
GMT, but each customer (who''s timezone is known),
wants all data and query done in their timezone. So
presentation is the standard offset and where clauses
subtracts the offset.
Could this be done as an extension to active record
such that all queries automatically adjust dates to
the timezone of the customer?
Shawn
2006 Jan 31
0
Structuring customizations
...ations?
My question is specifically directed to how the
directory structure would look such that I don''t move
any files around and if a model is changed, the impact
to each customer can be tested.
Each customer will also have their own test cases for
the customizations performed.
Shawn Garbett
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 Nov 28
4
validates_format_of nil
I''ve noticed that validates_format_of will return invalid if the field
is nil.
Question 1) How should we declare a validation that will validate it
with a regex if it is set, but, if the field is not set, just move on
Question 2) Why is it done this way? The other validators are only
invoked if the field is set . If you want to declare the field
mandatory, you add a
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):
2006 Feb 10
0
Partitioned Index
I have the following problem, a legacy Oracle database
with partitioned indexes. Every single table has a
column that specifies the partition. So my current
thinking is to add a route section to the url that
specifies the partition (this also makes business
sense-- it''s the way URLs are currently formed). Next
make a modification to the ActiveRecord, and a lib
that for all selects,