anansiTale-class: An S4 class to contain all 'anansi' stats results so that...

anansiTale-classR Documentation

An S4 class to contain all anansi stats results so that they can easily be extracted.

Description

anansiTale is the main container that will hold your stats output data coming out of the anansi pipeline.

Slots

subject

A character that describes the data that was queried.

type

A character that describes type of parameter contained in the estimates slot. For example r.values for correlations or r.squared for models.

df

a vector of length 2, containing df1 and df2 corresponding to the F-ratio considered.

F.valules

A matrix containing the f-values

estimates

A matrix containing the estimates for the parameters named in the type slot.

p.values

A matrix containing the p.values for the parameters named in the type slot.

q.values

A matrix containing the q.values for the parameters named in the type slot.


thomazbastiaanssen/anansi documentation built on Feb. 9, 2025, 2:07 p.m.