summary.sart {CDatanet}R Documentation

Summarize sart Model

Description

Summary and print methods for the class sart as returned by the function sart.

Usage

## S3 method for class 'sart'
summary(object, Glist, data, ...)

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

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

## S3 method for class 'sarts'
summary(object, ...)

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

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

Arguments

object

an object of class sart, output of the function sart.

Glist

adjacency matrix or list sub-adjacency matrix. This is not necessary if the covariance method was computed in cdnet.

data

dataframe containing the explanatory variables. This is not necessary if the covariance method was computed in cdnet.

...

further arguments passed to or from other methods.

x

an object of class summary.sart, output of the function summary.sart or class sart, output of the function sart.

Value

A list of the same objects in object.


[Package CDatanet version 2.1.3 Index]