Learn R Programming

fsdaR (version 0.9-0)

score.object: Objects returned by the function score

Description

An object of class score.object holds information about the result of a call to score.

Arguments

Value

The functions print() and summary() are used to obtain and print a summary of the results. An object of class score is a list containing at least the following components:

  1. la: vector containing the values of lambda for which fan plot is constructed

  2. Score: a vector containing the values of the score test for each value of the transformation parameter.

  3. Lik: value of the likelihood. This output is produced only if lik=TRUE.

Examples

Run this code

 if (FALSE) {
   data(wool)
   (out <- score(cycles~., data=wool, lik=TRUE))

   class(out)
   summary(out)
 }

Run the code above in your browser using DataLab