degreesOrKnots.fnc {languageR}R Documentation

Extract degree of polynomial or knots for restricted cubic spline

Description

Extract degree of polynomial or knots for restricted cubic spline from the predictor name

Usage

degreesOrKnots.fnc(name)

Arguments

name name of predictor, e.g. poly(X, 2, raw = TRUE)

Details

attempts to find degrees or knots if present in input name

Value

Returns an integer for degrees or knots

Note

not intended for independent use

Author(s)

R. H. Baayen

References

~put references to the literature/web site here ~

See Also

See Also as plotLMER.fnc

Examples

  ## Not run: not intended for independent use

[Package languageR version 0.953 Index]