print.densLPS function

Print a summary of the information in a densLPS.object

Print a summary of the information in a densLPS.object

Print summary information on the density estimate obtained by densityLPS from censored data with given mean and variance.

## S3 method for class 'densLPS' print(x,...)

Arguments

  • x: a densLPS.object.
  • ...: Optional additional print parameters.

Returns

No returned value (just printed summary).

Examples

require(DALSM) data(DALSM_IncomeData) resp = DALSM_IncomeData[,1:2] fit = DALSM(y=resp, formula1 = ~twoincomes+s(age)+s(eduyrs), formula2 = ~twoincomes+s(age)+s(eduyrs), data = DALSM_IncomeData) plot(fit$derr) ## Plot the estimated error density print(fit$derr) ## ... and provide some descriptive elements on it

References

Lambert, P. (2021). Fast Bayesian inference using Laplace approximations in nonparametric double additive location-scale models with right- and interval-censored data. Computational Statistics and Data Analysis, 161: 107250. doi:10.1016/j.csda.2021.107250

See Also

densLPS.object, plot.densLPS, densityLPS.

Author(s)

Philippe Lambert p.lambert@uliege.be

  • Maintainer: Philippe Lambert
  • License: GPL-3
  • Last published: 2023-10-02