Last data update: 2014.03.03

R: Print "acc.1test"-Object
print.acc.1testR Documentation

Print “acc.1test”-Object

Description

Prints objects of class acc.1test in an easy-to-read form.

Usage

## S3 method for class 'acc.1test'
print(x, ...)

Arguments

x

An object of class acc.1test.

...

Additional arguments (usually not required).

See Also

acc.1test.

Examples

data(Paired1) # Hypothetical study data 
a1 <- tab.1test(d=d, y=y1, data=Paired1)
a2 <- acc.1test(a1)
print(a2)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(DTComPair)
Loading required package: gee
Loading required package: PropCIs
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/DTComPair/print.acc.1test.Rd_%03d_medium.png", width=480, height=480)
> ### Name: print.acc.1test
> ### Title: Print "acc.1test"-Object
> ### Aliases: print.acc.1test
> 
> ### ** Examples
> 
> data(Paired1) # Hypothetical study data 
> a1 <- tab.1test(d=d, y=y1, data=Paired1)
> a2 <- acc.1test(a1)
> print(a2)
Diagnostic accuracy of test 'y1'

(Estimates, standard errors and 95%-confidence intervals)

                 Est.         SE  Lower CL  Upper CL
Sensitivity 0.8802661 0.01528718 0.8503038 0.9102284
Specificity 0.6781609 0.02891782 0.6214830 0.7348388
PPV         0.8253638 0.01731081 0.7914353 0.8592924
NPV         0.7662338 0.02784617 0.7116563 0.8208113

           Est.  SE (log)  Lower CL  Upper CL
PDLR  2.7351124 0.0915147 2.2860079 3.2724472
NDLR  0.1765568 0.1346088 0.1356142 0.2298601
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>