Instructions for the Population Smoothing Splines (PSS) software (see Russu et al., IEEE Transactions on Biomedical Engineering, 2011). The PSS source files can be downloaded from http://aimed11.unipv.it/PSS under the terms of GNU GPL version 3. PSS distribution ---------------- The following files can be downloaded from the PSS web site: - README: this file. - PSS.r: source code in R language (http://www.R-project.org/) of the Population Smoothing Splines method. - example.csv: example dataset in CSV format. How to run PSS ---------------- The PSS software was tested under R version 2.8.0. Make sure that PSS.r and example.csv are located in the same folder, then run PSS.r from R (e.g. with the command "source('PSS.r')").