bssmle {intccr} | R Documentation |
B-spline Sieve Maximum Likelihood Estimation
Description
Routine that performs B-spline sieve maximum likelihood estimation with linear and nonlinear inequality/equality constraints
Usage
bssmle(formula, data, alpha, k = 1)
Arguments
formula |
a formula object relating survival object |
data |
a data frame that includes the variables named in the formula argument |
alpha |
|
k |
a parameter that controls the number of knots in the B-spline with |
Details
The function bssmle
performs B-spline sieve maximum likelihood estimation.
Value
The function bssmle
returns a list of components:
beta |
a vector of the estimated coefficients for the B-splines |
varnames |
a vector containing variable names |
alpha |
a vector of the link function parameters |
loglikelihood |
a loglikelihood of the fitted model |
convergence |
an indicator of convegence |
tms |
a vector of the minimum and maximum observation times |
Z |
a set of covariates |
Tv |
a vector of |
Tu |
a vector of |
Bv |
a list containing the B-splines basis functions evaluated at |
Bu |
a list containing the B-splines basis functions evaluated at |
dBv |
a list containing the first derivative of the B-splines basis functions evaluated at |
dBu |
a list containing the first derivative of the B-splines basis functions evaluated at |
dmat |
a matrix of event indicator functions |
Author(s)
Giorgos Bakoyannis, gbakogia@iu.edu
Jun Park, jun.park@alumni.iu.edu