Skip to content

edwardgunning/ISBS-Short-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Data Analysis in Sports Biomechanics

We thank all of the conference organisers and participants who made our pre-conference workshop an overwhelming success and an amazing experience.

We thank all of the conference organisers and participants who made our pre-conference workshop an overwhelming success and an amazing experience.

Welcome

This is the web page for the ISBS 2024 pre-conference workshop “Functional Data Analysis in Sports Biomechanics”, delivered by Prof. Drew Harrison (University of Limerick) and Dr. Edward Gunning (University of Pennsylvania).


🖥 Computing Pre-requisites

R and RStudio

You should bring your own laptop with the following software installed:

Note: If you are unable to install R and RStudio, you can work with a free, lite web version of RStudio called posit cloud. Watch this video from Posit PBC to set up an account and get started.

We also recommend setting up an RStudio project to work and store your files for this workshop in – see this helpful guide on setting up projects by Posit PBC.

IMPORTANT: We do not require any previous knowledge of R programming or FDA. We have structured the lecture and practical sessions in such a way that all levels of experience will be catered for. However, if interested, our favourite (free!) resources for getting up to speed with R are:

R Packages

For this workshop, we will primarily use the fda (Ramsay, Graves and Hooker, 2024) and refund (Goldsmith et al., 2024) packages.

To install these, you should run the following commands:

install.packages("fda") # install the fda package
install.packages("refund") # install the refund package

📒 Material


🏢 Location

The workshop will take place in Grüner Hörsaal.


⏱️ Schedule

We will meet at the venue from the official start time of 8.30am, for a start at 9.00am.

Time Topic Format Lead
$09.00$ - $09.30$ Welcome and Introduction Lecture DH
$09.30$ - $09.50$ Coffee Break
$09.50$ - $12.00$ Foundations of FDA Lecture DH & EG
$12.00$ - $13.00$ Lunch
$13.00$ - $15.00$ Hands-on FDA with R Practical (groups) EG
$15.00$ - $16.00$ Q&A with Coffee Group Discussion/ Q&A DH & EG

📧 Contact

  • Queries about registration for the course should be sent to the ISBS 2024 organisers.

  • Queries about the course material should be sent to [email protected] with the subject line “ISBS pre-conference workshop material”.


📚 References

  • J. O. Ramsay, Spencer Graves and Giles Hooker (2024). fda: Functional Data Analysis. R package version 6.1.8. https://CRAN.R-project.org/package=fda

  • Jeff Goldsmith, Fabian Scheipl, Lei Huang, Julia Wrobel, Chongzhi Di, Jonathan Gellar, Jaroslaw Harezlak, Mathew W. McLean, Bruce Swihart, Luo Xiao, Ciprian Crainiceanu and Philip T. Reiss (2024). refund: Regression with Functional Data. R package version 0.1.35. https://CRAN.R-project.org/package=refund


📖 Further Reading


💾 Software Information (Reproducibility)

R.version # version of R
##                _                           
## platform       aarch64-apple-darwin20      
## arch           aarch64                     
## os             darwin20                    
## system         aarch64, darwin20           
## status                                     
## major          4                           
## minor          4.1                         
## year           2024                        
## month          06                          
## day            14                          
## svn rev        86737                       
## language       R                           
## version.string R version 4.4.1 (2024-06-14)
## nickname       Race for Your Life
# package versions:
packageVersion("fda") 
## [1] '6.1.8'
packageVersion("refund")
## [1] '0.1.35'
sessionInfo() # R session info.
## R version 4.4.1 (2024-06-14)
## Platform: aarch64-apple-darwin20
## Running under: macOS Sonoma 14.5
## 
## Matrix products: default
## BLAS:   /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRblas.0.dylib 
## LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack.dylib;  LAPACK version 3.12.0
## 
## locale:
## [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
## 
## time zone: Europe/Dublin
## tzcode source: internal
## 
## attached base packages:
## [1] stats     graphics  grDevices utils     datasets  methods   base     
## 
## loaded via a namespace (and not attached):
##  [1] compiler_4.4.1    fastmap_1.2.0     cli_3.6.3         tools_4.4.1      
##  [5] htmltools_0.5.8.1 rstudioapi_0.16.0 yaml_2.3.8        rmarkdown_2.27   
##  [9] knitr_1.47        xfun_0.45         digest_0.6.36     mime_0.12        
## [13] rlang_1.1.4       evaluate_0.24.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages