Help page for addreg.est Prints estimates for cumulative additive regression in survival analysis DESCRIPTION: Prints the cumulative additive regression estimates, calculated by the functions addreg.find USAGE: addreg.show(res , variablenr , times , digitsest , digitsvar) REQUIRED ARGUMENTS: linaerestimate The data from the function addreg.find variablenr An array with the variables we want to include in the study. Default is all variables. times The times for which estimates should be printed. OPTIONAL ARGUMENTS: digitsest Number of digits printed in estimate. digitsvar Number of digits printed in variance estimate. VALUE: There is no value returned. SIDE EFFECTS: None DETAILS: A graphical Window must have been opened before starting this procedure. REFERENCES: Note on use is distributed with the package ("Documentation for S-plus package in additive survival analysis") See also internet: http://www.med.uio.no/imb/stat/addreg/ Procedure written by: Harald Fekjaer, e-mail: hfe@math.uio.no Theoretical work by: Prof. Odd O. Aalen Research institute: Section of Medical Statistics, University of Oslo, Norway Date: 1997 WARNING as needed: THIS FUNCTION IS FREE AND COMES WITH ABSOLUTELY NO WARRANTY, WHETHER FOR THE METHOD OR IT’S IMPLEMENTATION. Please report to Harald Fekjaer (E-mail: hfe@math.uio.no) if you find any weaknesses or have any ideas on how to improve the program. SEE ALSO: addreg.find, addreg.test , addreg.est, addreg EXAMPLES: To find and display results use: > res <- addreg.find(covar, trisk, status) > addreg.est(res7,2,c(150,200)) Estimat for time 150 is: Variable nr 2 : 0.06 with varianse 0.0001 Estimat for time 200 is: Variable nr 2 : 0.06 with varianse 0.0001