individual_spline: Get spline coefficients for a single person

Description Usage Arguments

View source: R/splineTree.R

Description

Get spline coefficients for a single person

Usage

1
2
individual_spline(person, idvar, yvar, tvar, data, boundaryKnots,
  innerKnots, degree, intercept)

Arguments

person

ID of this person

idvar

name of the id variable (string)

yvar

the name of the response variable

tvar

name of time variable (string)

data

full dataset

boundaryKnots

the boundary knots for the bspline

innerKnots

the inner knots for the bspline

degree

the degree of the bspline

intercept

whether or not to include an intercept


splinetree documentation built on July 18, 2019, 9:08 a.m.