MakeSplineStr: spline helper function

Description Usage Arguments Details Examples

View source: R/helper_functions.R

Description

This is ...

Usage

1
MakeSplineStr(var.name, data, interior.knots)

Arguments

var.name

A variable name (character string)

data

a data frame

interior.knots

a numeric vector containing the interior knots of a parametric spline

Details

The procedure works like this...

Examples

1
2
data(testdata)
spline.fn <- MakeSplineStr("x", testdata, interior.knots = c(-.5, .5))

google/glmmplus documentation built on May 17, 2019, 7:47 a.m.