Learn R Programming

ELT (version 1.5)

Method4B: Method4B function

Description

This function fits the Qxt using method 4 (second step) (non-parametric smoothing, see reference).

Usage

Method4B(PartOne, MyData, OptMale, OptFemale, Plot = F, ShowPlot = F,
  Color = MyData$Param$Color)

Arguments

PartOne
The list returned by the Method4A() function.
MyData
The list returned by the AddReference() function.
OptMale
Optimal smoothing parameters, obtained from the graphics generated by Method4A() for the male population.
OptFemale
Optimal smoothing parameters, obtained from the graphics generated by Method4A() for the female population.
Plot
If set to TRUE, a sub-directory will be created in the working directory. This sub-directory will contains png plots corresponding to the smoothed surface.
ShowPlot
If true, show plots.
Color
The color that will be used for the plots (HTML notation).