Thanks to visit codestin.com
Credit goes to github.com

Skip to content

taehwa015/smlePH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smlePH: R package for fitting the proportional hazards model with sieve maximum full likelihood estimation

Overview

smlePH is a R package to fit the proportional hazards model with the sieve maximum full likelihood estimation. Unlike the conventional partial likelihood approach, the full likelihood method utilizes whole likelihood information in estimating procedure. In this package, we provide two functions smle_ph and smle_resid. smle_ph fits the proportional hazards model and estimates the baseline cumulative hazard function. smle_resid estimates two types of residuals, (i) score residual for each covariate and (ii) deviance residual for linear combination of all covariates.

Installation

The released version of smlePH package from CRAN is available in CRAN

install.packages('smlePH')

and the development version is also available in Github

devtools::install_github(repo='taehwa015/smlePH')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages