R package citation, R package reverse dependencies, R package scholars, install an r package from GitHub hy is package acceptance pending why is package undeliverable amazon why is package on hold dhl tour packages why in r package r and r package full form why is r free why r is bad which r package to install which r package has which r package which r package version which r package readxl which r package ggplot which r package fread which r package license where is package.json where is package-lock.json where is package.swift where is package explorer in eclipse where is package where is package manager unity where is package installer android where is package manager console in visual studio who r package which r package to install which r package version who is package who is package deal who is package design r and r package full form r and r package meaning what r package has what package r what is package in java what is package what is package-lock.json what is package in python what is package.json what is package installer do r package can't install r packages r can't find package r can't load package can't load xlsx package r can't install psych package r can't install sf package r Write if else in NONMEM pk pd
scan
View on CRAN: Click
here
Download and install scan package within the R console
Install from CRAN:
install.packages("scan")
Install from Github:
library("remotes")
install_github("cran/scan") Install by package version:
library("remotes")
install_version("scan", "0.67.0") Attach the package and use:
library("scan")
Maintained by
Juergen Wilbert
[Scholar Profile | Author Map]
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2016-10-14
Latest Update: 2025-07-13
Description:
A collection of procedures for analysing, visualising,
and managing single-case data. These include piecewise linear regression
models, multilevel models, overlap indices ('PND', 'PEM', 'PAND', 'PET', 'tau-u',
'baseline corrected tau', 'CDC'), and randomization tests. Data preparation functions
support outlier detection, handling missing values, scaling, truncation,
rank transformation, and smoothing. An export function helps to generate
html and latex tables in a publication friendly style. More details can be
found in the online book 'Analyzing single-case data with R and scan', Juergen Wilbert (2023)
.
How to cite:
Juergen Wilbert (2016). scan: Single-Case Data Analyses for Single and Multiple Baseline Designs. R package version 0.67.0, https://cran.r-project.org/web/packages/scan. Accessed 28 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:01), 0.20 (2016-10-14 16:22), 0.40 (2019-08-05 18:10), 0.51 (2021-02-22 15:30), 0.53 (2021-09-22 11:40), 0.54.1 (2022-04-03 16:50), 0.54 (2022-03-23 17:30), 0.55 (2022-08-29 12:10), 0.56 (2023-02-16 17:00), 0.57 (2023-02-24 13:20), 0.58 (2023-05-24 18:00), 0.59.0 (2023-06-03 17:10), 0.60.0 (2023-08-08 15:00), 0.61.0 (2024-07-01 10:00), 0.62.0 (2025-02-05 12:50), 0.63.0 (2025-03-01 14:10), 0.64.0 (2025-03-19 08:50), 0.65.0 (2025-06-29 16:50), 0.65.1 (2025-07-13 17:00), 0.66.0 (2025-09-02 16:30), 0.67.0 (2025-09-11 13:30), 0.68.0 (2026-04-01 10:00)
Other packages that cited scan R package
View scan citation profile
Other R packages that scan depends,
imports, suggests or enhances
Complete documentation for scan
Functions, R codes and Examples using
the scan R package
Some associated functions: Subsetting . add_l2 . as.data.frame.scdf . as_scdf . autocorr . batch_apply . cdc . coef.sc_plm . combine . convert . corrected_tau . deprecated-functions . describe . design . dot-inheritParams . estimate_design . example_data . export . fill_missing . hplm . ird . is.scdf . mplm . nap . outlier . overlap . pand . pem . pet . pipe . plm . plot.scdf . plot_rand . pnd . power_test . print.sc . print.scdf . rand_test . random_scdf . ranks . rci . read_scdf . sample_names . scan-package . scdf . scdf_attr . select_cases . select_phases . set_vars . shift . shinyscan . smd . smooth_cases . standardize . style_plot . subset.scdf . summary.scdf . tau_u . transform.scdf . trend . truncate_phase . write_scdf .
Some associated R codes: add_l2.R . as.data.frame.scdf.R . as_scdf.R . autocorr.R . batch_apply.R . cdc.R . coefficents.sc_plm.R . convert.R . corrected_tau.R . deprec-ranks.R . deprec-shift.R . deprec-smooth_cases.R . deprec-standardize.R . deprec-truncate_phase.R . deprecated.R . describe.R . design.R . estimate_design.R . export.R . export.sc_desc.R . export.sc_hplm.R . export.sc_nap.R . export.sc_overlap.R . export.sc_pem.R . export.sc_plm.R . export.sc_power.R . export.sc_smd.R . export.sc_tauu.R . export.sc_trend.R . export.scdf.R . fill_missing.R . hplm.R . inherit_roxygen_descriptions.R . ird.R . mplm.R . nap.R . outlier.R . overlap.R . pand.R . pem.R . pet.R . pipe.R . pkg-package.R . plm.R . plm_contrasts.R . plot.scdf.R . plot_rand.R . pnd.R . power_test.R . print.sc.R . print.sc_ac.R . print.sc_bctau.R . print.sc_cdc.R . print.sc_desc.R . print.sc_design.R . print.sc_hplm.R . print.sc_mplm.R . print.sc_nap.R . print.sc_outlier.R . print.sc_overlap.R . print.sc_pand.R . print.sc_pem.R . print.sc_pet.R . print.sc_plm.R . print.sc_pnd.R . print.sc_power.R . print.sc_rand.R . print.sc_rci.R . print.sc_smd.R . print.sc_tauu.R . print.sc_trend.R . print.scdf.R . privat-rename_phase_duplicates.R . private_check.R . private_check_scdf.R . private_kendall.R . private_kendall_meta.R . private_mc_function.R . private_options.R . private_options_mc.R . private_options_styles.R . private_prepare_scdf.R . private_recombine_phases.R . private_regression.R . private_utilities.R . rand_test.R . random_scdf.R . rci.R . read_scdf.R . sample_names.R . scan-Data.R . scan.R . scdf-functions.R . scdf.R . scdf_attr.R . select_cases.R . select_phases.R . set_vars.R . shinyscan.R . smd.R . style_plot.R . subset.scdf.R . summary.scdf.R . tau_u.R . transform-helper-functions.R . transform.scdf.R . trend.R . warnings-messages.R . write_scdf.R . Full scan package functions and examples
Downloads during the last 30 days
Today's Hot Picks in Authors and Packages
NPflow
Dirichlet process mixture of multivariate normal, skew normal or skew t-distributions
modeling orie ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Boris P Hejblum (view profile)
shinyFeedback
Easily display user feedback in Shiny apps. ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Andy Merlino (view profile)
spatialCovariance
Functions that compute the spatial covariance matrix for the matern and power classes of spatial mod ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: David Clifford (view profile)
nextGenShinyApps
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Obinna Obianom (view profile)
RGIFT
Implementation of some functions to create quizzes
in the GIFT format. This format is used by sever ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Virgilio Gómez-Rubio (view profile)
mxnorm
Implements methods to normalize multiplexed imaging data, including
statistical metrics and visuali ...
Download / Learn more Package Citations See dependency
Download / Learn more Package Citations See dependency
Maintainer: Coleman Harris (view profile)
28,332
R Packages
239,283
Dependencies
75,113
Author Associations
28,333
Publication Badges
