compareCurv: Centile curves according to different methods

Description Usage Arguments Value

View source: R/compareCurv.R

Description

Centile curves according to different methods

Usage

1
compareCurv(x, y, bandwidth.method = "CV", lambdas, data)

Arguments

x

the explanatory variable - numeric

y

the response variable - numeric

bandwidth.method

the method chosen to calculate bandwdth. Could be cross validation or Plug-in. Default is set to CV.

lambdas

to be set for "B-Splines". Can be a vector or a single numeric value. Tunes the tradeoff between the goodness of fit and the regularity of the spline - numeric value or numeric vector

data

the abnormal/external data we want to compare the curves with

Value

Plots centile curves with the different methods and displays them on the same figure as the noise data to compare


amouchot/nparamEstim documentation built on Feb. 6, 2021, 9:16 p.m.