print.gsym.point: Print method for gsym.point objects

View source: R/print.gsym.point.R

print.gsym.pointR 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 gsym.point as produced by gsym.point() function.

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)


GsymPoint documentation built on Nov. 2, 2023, 5:59 p.m.