print.loess.boot: Print Loess bootstrap model

View source: R/print.loess.boot.R

print.loess.bootR Documentation

Print Loess bootstrap model

Description

print method for class "loess.boot"

Usage

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

Arguments

x

Object of class loess.boot

...

Ignored

Value

same as summary lowess.boot of data.frame including;

  • nreps Number of bootstrap replicates

  • confidence Confidence interval (region)

  • span alpha (span) parameter used loess fit

  • degree polynomial degree used in loess fit

  • normalize Normalized data (TRUE/FALSE)

  • family Family of statistic used in fit

  • parametric Parametric approximation (TRUE/FALSE)

  • surface Surface fit, see loess.control

  • data data.frame of x,y used in model

  • fit data.frame including:

    1. x - Equally-spaced x index

    2. y.fit - loess fit

    3. up.lim - Upper confidence interval

    4. low.lim - Lower confidence interval

    5. stddev - Standard deviation of loess fit at each x value


jeffreyevans/spatialEco documentation built on April 4, 2024, 10:53 a.m.