printMethods: userfriendlyscience print methods

Description Usage Arguments Value Author(s) Examples

Description

These methods print the userfriendlyscience objects. Note that they are not all documented; most of them are quite straightforward.

Usage

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
## S3 method for class 'dlvPlot'
print(x, ...) 
## S3 method for class 'freq'
print(x, digits=x$input$digits, nsmall=x$input$nsmall,
transposed=x$input$transposed, ...)
## S3 method for class 'meanConfInt'
print(x, digits=2, ...)
## S3 method for class 'meanDiff'
print(x, digits=x$digits,powerDigits=x$digits + 2, ...)
## S3 method for class 'meanDiff.multi'
print(x, digits=x$digits,
powerDigits=x$digits + 2, ...)
## S3 method for class 'normalityAssessment'
print(x, ...)
## S3 method for class 'oddsratio'
print(x, digits=x$input$digits, ...)
## S3 method for class 'powerHist'
print(x, ...)
## S3 method for class 'rMatrix'
print(x, digits=x$digits, output=x$output,
pValueDigits = x$pValueDigits, env.LaTeX = x$env.LaTeX,
pboxWidthMultiplier = x$pboxWidthMultiplier,
colNames = x$colNames, ...)
## S3 method for class 'scaleDiagnosis'
print(x, ...)
## S3 method for class 'scaleStructure'
print(x, digits=x$input$digits, ...)
## S3 method for class 'sdConfInt'
print(x, digits=2, ...)
## S3 method for class 'testRetestAlpha'
print(x, ...)
## S3 method for class 'testRetestCES'
print(x, digits=x$input$digits, ...)
## S3 method for class 'testRetestReliability'
print(x, digits=x$input$digits, ...)
## S3 method for class 'parallelSubscales'
print(x, nsmall=2, ...)
## S3 method for class 'dataShape'
print(x, digits=x$input$digits, extraNotification=TRUE, ...)
## S3 method for class 'didacticPlot'
print(x, ...)
## S3 method for class 'scatterMatrix'
print(x, ...)
## S3 method for class 'CramersV'
print(x, digits = x$input$digits, ...)
## S3 method for class 'associationMatrix'
print(x, type = x$input$type,
                                  info = x$input$info,
                                  file = x$input$file, ...)
## S3 method for class 'confIntV'
print(x, digits = x$input$digits, ...)
## S3 method for class 'cohensdCI'
print(x, ...)
## S3 method for class 'crossTab'
print(x, digits = x$input$digits,
                         pValueDigits=x$input$pValueDigits, ...)
## S3 method for class 'oneway'
print(x, digits = x$input$digits,
                       pvalueDigits=x$input$pvalueDigits,
                       na.print="", ...)
## S3 method for class 'posthocTGH'
print(x, digits = x$input$digits, ...)
## S3 method for class 'scaleInspection'
print(x, show=x$show, ...)
## S3 method for class 'regr'
print(x, digits=x$input$digits,
                     pvalueDigits=x$input$pvalueDigits, ...)
## S3 method for class 'processOpenSesameIAT'
print(x, ...)
## S3 method for class 'processOpenSesameIAT.log'
print(x, ...)
## S3 method for class 'descr'
print(x, digits = attr(x, 'digits'),
                      t = attr(x, "transpose"),
                      row.names = FALSE, ...)
## S3 method for class 'therapyMonitor'
print(x, digits=2, printPlot = TRUE, ...)
## S3 method for class 'therapyMonitor.multi'
print(x, ...)
## S3 method for class 'asymmetricalScatterMatrix'
print(x, ...)
## S3 method for class 'fullFact'
print(x, ...)
## S3 method for class 'confIntOmegaSq'
print(x, ..., digits = 2)
## S3 method for class 'examine'
print(x, ...)
## S3 method for class 'examineBy'
print(x, ...)
## S3 method for class 'frequencies'
print(x, ...)
## S3 method for class 'power.htest.ufs'
print(x, digits = x$digits, ...)
## S3 method for class 'regrInfluential'
print(x, ...)
## S3 method for class 'nnc'
print(x, digits=2, ...)
## S3 method for class 'fanova'
print(x, digits = x$input$digits, ...) 
## S3 method for class 'genlog'
print(x, digits = 3, ...)
## S3 method for class 'ggProportionPlot'
print(x, ...)
## S3 method for class 'logRegr'
print(x, digits = x$input$digits,
                        pvalueDigits = x$input$pvalueDigits, 
                        ...)
## S3 method for class 'piecewiseRegr'
print(x, digits = x$input$digits, ...) 

Arguments

x

The object to print.

digits

The number of significant digits to print.

nsmall

The minimum number of digits to the right of the decimal point in formatting real/complex numbers in non-scientific formats. Allowed values are 0 <= nsmall <= 20.

transposed, t

Whether the frequency object should be printed transposed (this can be useful for blind users).

powerDigits

Number of digits to use when printing the power.

output, env.LaTeX, pboxWidthMultiplier, colNames, pValueDigits

Output to produce; see /code/linkrMatrix for details.

type, info, file

Output to produce and file to write to; see /code/linkassociationMatrix for details.

extraNotification

Whether an extra notification about the type of skewness and kurtosis returned by dataShape is shown.

pvalueDigits

The number of digits to show for p-values; smaller p-values will be shown as <.001 or <.0001 etc.

printPlot

Whether to also print the plot.

na.print

What to print for missing values, for example for a oneway anova table.

show

To override the 'show' argument, which is sometimes used to inhibit printing of extensive information with e.g. many plots, which is useful for some functions that, for example, primarily generate a PDF.

row.names

Whether to print rownames.

...

Addition arguments that are passed on to the print functions when it's called.

Value

These printing methods return nothing, but print stuff.

Author(s)

Gjalt-Jorn Peters

Maintainer: Gjalt-Jorn Peters <gjalt-jorn@userfriendlyscience.com>

Examples

1
2
3
print(sdConfInt(sd=4, n=20));

print(oneway(y=ChickWeight$weight, x=ChickWeight$Diet), na.print="[NO VALUE]");

Matherion/userfriendlyscience documentation built on May 7, 2019, 3:41 p.m.