nice: Make nice ANOVA table for printing.

Description Usage Arguments Note

View source: R/nice.R

Description

This generic function produces a nice ANOVA table for objects of class "monet" as returned by test_terms().

Usage

1
2
3
4
5
6
7
8
nice(object, ...)

## S3 method for class 'monet'
nice(object, sig_symbols = attr(object$anova_table,
  "sig_symbols"), ...)

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

Arguments

object, x

An object of class "monet".

...

currently ignored.

sig_symbols

Character. What should be the symbols designating significance? When entering an vector with length(sig.symbol) < 4 only those elements of the default (c(" +", " *", " **", " ***")) will be replaced. sig_symbols = "" will display the stars but not the +, sig_symbols = rep("", 4) will display no symbols. The default is given by afex_options("sig_symbols").

Note

Same functionality as the function with the same name from afex.


singmann/monet documentation built on April 23, 2021, 3:02 a.m.