-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.Rmd
More file actions
executable file
·21 lines (12 loc) · 1.9 KB
/
index.Rmd
File metadata and controls
executable file
·21 lines (12 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: "Functional Data Analysis with R"
---
by [Ciprian M. Crainiceanu](http://www.ciprianstats.org), [Jeff Goldsmith](http://jeffgoldsmith.com), [Andrew Leroux](https://coloradosph.cuanschutz.edu/resources/directory/directory-profile/Leroux-Andrew-UCD6003212586), and [Erjia Cui](https://sites.google.com/view/erjiacui/home)
[Publisher site](https://www.taylorfrancis.com/books/mono/10.1201/9781003278726/functional-data-analysis-ciprian-crainiceanu-jeff-goldsmith-andrew-leroux-erjia-cui) | **Order now** on [Amazon](https://www.amazon.com/Functional-Analysis-Monographs-Statistics-Probability/dp/1032244712/ref=sr_1_6?crid=UEKJYVS8EV6R&keywords=crainiceanu&qid=1698108861&sprefix=crainiceanu%2Caps%2C83&sr=8-6) or [B&N](https://www.barnesandnoble.com/w/functional-data-analysis-with-r-ciprian-m-crainiceanu/1144067537)
<img src="images/cover.jpg" alt="logo" style="float:left; width:38%; padding:20px"><br>
Modern Functional Data Analysis consists of the development of robust statistical methods and reproducible software for model implementation and visualization. The goal of this website is to provide the code and software to implement statistical methods and reproduce the analysis presented in the book "Functional Data Analysis with R" by Crainiceanu, Goldsmith, Leroux, Cui.
In the "Datasets" section, we provide an overview of the datasets used in the book and the way to access them.
In the "Chapters" section, we provide the code and software and show how to reproduce the analysis presented in the book.
In the "Scripts" section, we provide some scripts or functions that the code depends on that are not shown in the book.
This book will use the `refund` and `mgcv` packages to implement most statistical methods. For some methods additional packages may be required. Please make sure to install the required packages before running the code.
The website will be updated from time to time as the software develops.