PsplinesKnots: Construct equally placed knots

View source: R/splinesFunctions.R

PsplinesKnotsR Documentation

Construct equally placed knots

Description

Construct equally placed knots.

Usage

PsplinesKnots(xmin, xmax, degree, nseg, cyclic = FALSE)

Arguments

xmin

A numerical value.

xmax

A numerical value.

degree

A numerical value.

nseg

A numerical value.

cyclic

A boolean, default false

Value

A numerical vector of knot positions.


LMMsolver documentation built on Aug. 21, 2025, 5:45 p.m.