print.gsym.point {GsymPoint} | R Documentation |
Print method for gsym.point objects
Description
Default print method for objects fitted with gsym.point()
function. A short summary is printed with: the call to the gsym.point()
function for each categorical covariate level
(if the categorical.cov
argument of the gsym.point()
function is not NULL).
Usage
## S3 method for class 'gsym.point'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
x |
an object of class |
digits |
controls number of digits printed in the output. |
... |
further arguments passed to or from other methods. |
Author(s)
Mónica López-Ratón, Carmen Cadarso-Suárez, Elisa M. Molanes-López and Emilio Letón
See Also
gsym.point
, summary.gsym.point
Examples
library(GsymPoint)
data(elastase)
###########################################################
# Empirical Likelihood Method ("GPQ"):
###########################################################
gsym.point.GPQ.elastase<-gsym.point(methods = "GPQ", data = elastase, marker = "elas",
status = "status", tag.healthy = 0, categorical.cov = NULL, CFN = 1, CFP = 1,
control = control.gsym.point(), confidence.level = 0.95, trace = FALSE,
seed = FALSE, value.seed = 3, verbose = FALSE)
gsym.point.GPQ.elastase
print(gsym.point.GPQ.elastase)
[Package GsymPoint version 1.1.2 Index]