Learn R Programming

Blossom (version 1.3)

LADObj-class: Class "LADObj"

Description

The LADObj class holds model specification and output from the Least Absolute Deviation lad and Hypothesis Test hypothesis.test commands. The summary.LADObj class represents the summary of these objects.

Arguments

Objects from the Class

Objects can be created by calls of the form new("LADObj", ...) or, more commonly, via the lad or hypothesis.test function call.

item

  • PermVals:
  • HasIntercept:
  • DoAllQuants:
  • DoRankScore:
  • IsOLS:
  • NumLaVars:
  • ResRed:
  • Resids:
  • Call:
  • response:
  • full.mod.names:
  • QuantOut:

code

QuantValues()

References

Cade, B.S. and J.D. Richards. 1996. Permutation tests for least absolute deviation regression. Biometrics 52, 886--902.

See Also

lad, hypothesis.test

Examples

Run this code
Out <- lad(lnlctm~widrat,data = lahontan,all.quants = TRUE)
summary(Out)
AllQuants <- QuantValues(Out)

Run the code above in your browser using DataLab