Coder Social home page Coder Social logo

mirkosignorelli / pencal_devel Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 6.38 MB

R package pencal (development version). pencal is the R package that implements Penalized Regression Calibration (Signorelli et al., 2021), a method for the dynamic prediction of survival that can deal with a large number of longitudinal covariates

License: GNU General Public License v3.0

R 100.00%

pencal_devel's Introduction

R package pencal (development version)

CRAN_Status_Badge Total Downloads Monthly Downloads

pencal: what's that?

pencal is the R package that implements Penalized Regression Calibration (PRC), a statistical method that we proposed in Signorelli et al. (2021). Penalized regression calibration: A method for the prediction of survival outcomes using complex longitudinal and high-dimensional data. Statistics in Medicine, 40 (27), 6178-6196. A detailed description of how to use PRC to do dynamic prediction of survival can be found in Signorelli (2024). pencal: an R Package for the Dynamic Prediction of Survival with Many Longitudinal Predictors. To appear in: The R Journal.

About this repository

This repository contains the development version of the R package. The latest CRAN version can be found here.

Installing pencal

CRAN version (recommended)

To install the latest CRAN version of the package you may use:

install.packages('pencal')

If you encounter problems with packages on which pencal depends, you may alternatively install the package using BiocManager:

if (!require("BiocManager", quietly = TRUE)) install.packages("BiocManager")
BiocManager::install('pencal')

Development version

You can install the development version of pencal from GitHub with:

# install.packages("devtools")
devtools::install_github("mirkosignorelli/pencal_devel")

Further information

More information on PRC can be found at the following pages:

pencal_devel's People

Contributors

mirkosignorelli avatar bvreede avatar

Stargazers

Malte Lüken avatar

Watchers

 avatar

Forkers

maltelueken

pencal_devel's Issues

Add a LICENSE file

This package is licensed with GPLv3, as you can see in the DESCRIPTION file. However, a license file is missing in the root. This file is useful for multiple things; clarity first of all, but also, GitHub looks for this file to provide license information on the page and in searches.

Running usethis::use_gpl3_license() in the project should add the license file to the root.

Installation issue: survcomp is not available

ERROR: dependency ‘survcomp’ is not available for package ‘pencal’
* removing ‘/Library/Frameworks/R.framework/Versions/4.3-x86_64/Resources/library/pencal’
Warning messages:
1: package ‘survcomp’ is not available for this version of R

A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages 
2: In i.p(...) :
  installation of package ‘/var/folders/35/k2hft7b906g7502vy51zrbz40000gn/T//RtmpQMoEP3/file123a82c22baf2/pencal_1.3.2.tar.gz’ had non-zero exit status

My R is version 4.3.1 (2023-06-16).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.