Displaying 20 results from an estimated 3000 matches similar to: "Derivative of model formula"
2010 Nov 07
3
regular exprs
Dear All,
I would appreciate any help with the following: given the vector 'x'
x <- c("Ass1", "Ass.s1", "Ass2", "Ass.s2")
I would like to pick up the positions where the character string
contains "Ass" but does not contain "Ass.s", so for 'x' that would be
positions 1 and 3.
I guess this could be programmed around
2010 Dec 15
0
package JM -- version 0.8-0
Dear R-users,
I'd like to announce the release of the new version of package JM (soon
available from CRAN) for the joint modeling of longitudinal and
time-to-event data using shared parameter models. These models are
applicable in mainly two settings. First, when focus is in the survival
outcome and we wish to account for the effect of a time-dependent
covariate measured with error.
2010 Dec 15
0
package JM -- version 0.8-0
Dear R-users,
I'd like to announce the release of the new version of package JM (soon
available from CRAN) for the joint modeling of longitudinal and
time-to-event data using shared parameter models. These models are
applicable in mainly two settings. First, when focus is in the survival
outcome and we wish to account for the effect of a time-dependent
covariate measured with error.
2011 Sep 28
0
package JM -- version 0.9-0
Dear R-users,
I'd like to announce the release of the new version of package JM (soon
available from CRAN) for the joint modeling of longitudinal and
time-to-event data using shared parameter models. These models are
applicable in mainly two settings. First, when focus is in the survival
outcome and we wish to account for the effect of an endogenous (aka
internal) time-dependent
2011 Sep 28
0
package JM -- version 0.9-0
Dear R-users,
I'd like to announce the release of the new version of package JM (soon
available from CRAN) for the joint modeling of longitudinal and
time-to-event data using shared parameter models. These models are
applicable in mainly two settings. First, when focus is in the survival
outcome and we wish to account for the effect of an endogenous (aka
internal) time-dependent
2012 Jul 10
0
package JM -- version 1.0-0
Dear R-users,
I'd like to announce the release of version 1.0-0 of package JM (already
available from CRAN) for the joint modeling of longitudinal and
time-to-event data using shared parameter models. These models are
applicable in mainly two settings. First, when focus is in the survival
outcome and we wish to account for the effect of an endogenous (aka
internal) time-dependent
2012 Jul 10
0
package JM -- version 1.0-0
Dear R-users,
I'd like to announce the release of version 1.0-0 of package JM (already
available from CRAN) for the joint modeling of longitudinal and
time-to-event data using shared parameter models. These models are
applicable in mainly two settings. First, when focus is in the survival
outcome and we wish to account for the effect of an endogenous (aka
internal) time-dependent
2012 Sep 18
0
New Package 'JMbayes' for the Joint Modeling of Longitudinal and Survival Data under a Bayesian approach
Dear R-users,
I would like to announce the release of the new package JMbayes
available from CRAN (http://CRAN.R-project.org/package=JMbayes). This
package fits shared parameter models for the joint modeling of normal
longitudinal responses and event times under a Bayesian approach using
JAGS, WinBUGS or OpenBUGS.
The package has a single model-fitting function called
jointModelBayes(),
2012 Sep 18
0
New Package 'JMbayes' for the Joint Modeling of Longitudinal and Survival Data under a Bayesian approach
Dear R-users,
I would like to announce the release of the new package JMbayes
available from CRAN (http://CRAN.R-project.org/package=JMbayes). This
package fits shared parameter models for the joint modeling of normal
longitudinal responses and event times under a Bayesian approach using
JAGS, WinBUGS or OpenBUGS.
The package has a single model-fitting function called
jointModelBayes(),
2013 May 21
1
making makepredictcall() work
Dear All,
I'm interested in creating a function similar to ns() from package
splines that can be passed in a model formula. The idea is to produce
"safe" predictions from a model using this function. As I have seen, to
do this I need to use makepredictcall(). Consider the following toy example:
myns <- function (x, df = NULL, knots = NULL, intercept = FALSE,
Boundary.knots =
2009 Jun 19
0
package JM -- version 0.3-0
Dear R-users,
I'd like to announce the release of the new version of package JM (soon
available from CRAN) for the joint modelling of longitudinal and
time-to-event data using shared parameter models. These models are
applicable in mainly two settings. First, when focus is in the
time-to-event outcome and we wish to account for the effect of a
time-dependent covariate measured with
2009 Jun 19
0
package JM -- version 0.3-0
Dear R-users,
I'd like to announce the release of the new version of package JM (soon
available from CRAN) for the joint modelling of longitudinal and
time-to-event data using shared parameter models. These models are
applicable in mainly two settings. First, when focus is in the
time-to-event outcome and we wish to account for the effect of a
time-dependent covariate measured with
2010 Mar 18
0
package JM -- version 0.6-0
Dear R-users,
I'd like to announce the release of the new version of package JM (soon
available from CRAN) for the joint modelling of longitudinal and
time-to-event data using shared parameter models. These models are
applicable in mainly two settings. First, when focus is in the
time-to-event outcome and we wish to account for the effect of a
time-dependent covariate measured with
2010 Mar 18
0
package JM -- version 0.6-0
Dear R-users,
I'd like to announce the release of the new version of package JM (soon
available from CRAN) for the joint modelling of longitudinal and
time-to-event data using shared parameter models. These models are
applicable in mainly two settings. First, when focus is in the
time-to-event outcome and we wish to account for the effect of a
time-dependent covariate measured with
2009 Jan 19
0
optim() example in relist() help page
I think the optim() example in the Details section of relist()'s help
page is not totally correct. In particular, in the current form it is
not taken into account that vcov should be a symmetric matrix and only
the parameters in the lower (or upper) triangular part should be optimized.
A possible fix is:
ipar <- list(mean = c(0, 1), vcov = c(1, 1, 0))
initial.param <-
2008 Nov 20
0
generate random number
check the following code:
# settings
n <- 100 # number of sample units
p <- 10 # number of repeated measurements
N <- n * p # total number of measurements
t.max <- 3
# parameter values
betas <- c(0.5, 0.4, -0.5, -0.8) # fixed effects (check also 'X' below)
sigma.b <- 2 # random effects variance
# id, treatment & time
id <- rep(1:n, each = p)
treat <- rep(0:1,
2009 Mar 02
0
package ltm -- version 0.9-0
Dear R-users,
I'd like to announce the release of the new version of package 'ltm'
(i.e., ltm_0.9-0 soon available from CRAN) for Item Response Theory
analyses. This package provides a flexible framework for analyzing
dichotomous and polytomous data under various IRT models. Furthermore,
supporting functions for descriptive statistics, goodness-of-fit,
ability estimation and
2009 Mar 02
0
package ltm -- version 0.9-0
Dear R-users,
I'd like to announce the release of the new version of package 'ltm'
(i.e., ltm_0.9-0 soon available from CRAN) for Item Response Theory
analyses. This package provides a flexible framework for analyzing
dichotomous and polytomous data under various IRT models. Furthermore,
supporting functions for descriptive statistics, goodness-of-fit,
ability estimation and
2010 Jun 01
1
using the design matrix to correctly configure contrasts
Esteemed R-forum subscribers,
I'm having a tough time configuring contrasts for my 3-way ANOVA. In short:
I don't know how to configure (all) my contrasts correctly in order to
specify (all) my comparisons of interest.
I succeeded getting my contrasts of interest set up for a simpler 2-way
ANOVA based on the fairly intuitive logic of the design col.names.
But i'm not able to
2010 Sep 23
1
How to pass a model formula as argument to with.mids
Hello
I would like to pass a model formula as an argument to the with.mids
function from the mice package. The with.mids functon fits models to
multiply imputed data sets.
Here's a simple example
library(mice)
#Create multiple imputations on the nhanes data contained in the mice
package.
imp <- mice(nahnes)
#Fitting a linear model with each imputed data set the regular way works