AnansiTale is the main container that will hold your
stats output data coming out of the anansi pipeline.
Arguments
- subject
A character that describes the data that was queried.
- type
A character that describes type of parameter contained in the
estimatesslot. 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.
- estimates
A matrix containing the estimates for the parameters named in the
typeslot.- f.values
A matrix containing the f-values, for least-squares.
- t.values
A matrix containing the t-values, for correlations.
- p.values
A matrix containing the p.values for the parameters named in the
typeslot.
Slots
subjectA character that describes the data that was queried.
typeA character that describes type of parameter contained in the
estimatesslot. For example r.values for correlations or r.squared for models.dfa vector of length 2, containing df1 and df2 corresponding to the F-ratio considered.
estimatesA matrix containing the estimates for the parameters named in the
typeslot.f.valuesA matrix containing the f-values, for least-squares.
t.valuesA matrix containing the t-values, for correlations.
p.valuesA matrix containing the p.values for the parameters named in the
typeslot.
Examples
AnansiTale
#> <anansi::AnansiTale> class
#> @ parent : <S7_object>
#> @ constructor: function(subject, type, df, estimates, f.values, t.values, p.values) {...}
#> @ validator : <NULL>
#> @ properties :
#> $ subject : <character>
#> $ type : <character>
#> $ df : <integer> or <double>
#> $ estimates: <integer> or <double>
#> $ f.values : <integer> or <double>
#> $ t.values : <integer> or <double>
#> $ p.values : <integer> or <double>