Training Catalog

Here you will find our ‘off-the-shelf’ training catalogue.

Some of these courses will help you master specific skills such as courses focused on software functionnalities, or specific others can be combined in order to compose a real modular training scenario that allow you to smoothly gain confidence and expertise.

All our training courses can be provided as on-site courses, i.e. for a particular person, team or organization: we can adapt to your constraints and objectives and design tailor-made courses.

Many of the training courses here described are also offered as public attendance sessions, meaning that you can individually register for a shourt courses scheduled and held in our Training Center or online.

Although the information available for each of these training courses tends to be exhaustive, if you have questions or doubts about the level or prerequisites to attend a session, we will be happy to guide you : do not hesitate to consult us to design together the best options for your training project

NB: Our public attendance sessions are held for the time being online (virtual classrooms). Whilst registering to these sessions, you can benefit from our dedicated digital training platform (LMS): a space where you learn all there is to know about the training course scheduled, access educational material, attend sessions, discuss with other attendees and sometimes assess your skills.

Analysis
Building a project based on qualitative analysis with NVivo
Building a project based on qualitative analysis with NVivo
  • Comprendre les enjeux méthodologiques liés à l’utilisation de NVivo
  • Connaitre et comprendre l’interface de NVivo
  • Être en mesure d’importer et d’organiser des données qualitatives dans NVivo
  • Être en mesure de coder des données
  • Connaitre les fonctionnalités avancées du logiciel (requêtes, double-codage, quantification de l’analyse qualitative)

Demi-journée 1

  1. Introduction au logiciel NVivo
  2. Présentation de l’interface à l’aide du projet exemple
  3. Création/Importation/Edition des documents
  4. Mémos, mémos liés, liens à, annotations

Demi-journée 2

  1. Les classifications de fichiers
  2. Les cas et les classifications de cas
  3. L’encodage avec les codes (encodage, désencodage, bandes d’encodage, codage in vivo, organisation hiérarchique des codes, agrégation d’en l’encodage, codebook)

Demi-journée 3

  1. L’encodage des relations
  2. L’encodage automatique des sentiments et des thèmes
  3. Travailler avec des données non-textuelles (pdf, vidéo/audio, images, enquêtes)
  4. NCapture (si les participants utilisent Google Chrome ou Internet Explorer)
  5. Les représentations visuelles (cartes, diagramme de comparaison, etc.)

Demi-journée 4

  1. La requête fréquence de mots
  2. La requête de recherche textuelle
  3. La requête d’encodage
  4. La requête matricielle
  5. La requête de tableau croisé
  6. La comparaison d’encodage et le double codage (sous réserve de temps disponible)
Analysis On-site courses Short courses Face-to-face Remote/Virtual English French
Discovering Stata software: Stata Deb1 - Stata Deb4
Discovering Stata software: Stata Deb1 - Stata Deb4
  • Mastery of the basic functions in order to be autonomous with Stata on the following subjects: Descriptive statistics, graphs and first estimates.

4 modules of 3.5 hours each

Stata Deb1 : Meeting the software 

  • Presentation of the software environment
  • How to set up a Stata session to be efficient
  • The general syntax of a Stata command
  • How to use the help to become autonomous
  • Commented example of a Stata session to understand its possibilities
  • Importing data, describing them and visualizing them: a first approach
  • A first exercise

Stata Deb2: Working with your data 

  • Exploring a data file: the if, by and in conditional
  • Manipulating variables: creation, recoding, labels and many other tricks
  • Handling data: sorting, deleting, merging, changing format and producing aggregated data
  • An exercise to test yourself

Stata Deb3: Descriptive Statistics, Tables and Charts 

  • Descriptive statistics
  • Synthetic statistical tables
  • Univariate analysis
  • An introduction to analysis of variance
  • Graphs with Stata
  • A synthetic exercise

Stata Deb4: An introduction to regression

  • Linear regression: estimation, post-estimation, diagnostics and tests
  • Logistic regression: estimation, post-estimation, diagnostics and tests
  • Discovering programming: loops
  • Synthetic exercise (continued)

 

Analysis Econometrics / Finance Theoretical and applied statistics Short courses On-site courses Remote/Virtual Face-to-face English French
DOE with Design Expert
DOE with Design Expert

Please contact us if you would prefer to have this training course held in English.

Analysis Engineering and development Laboratory processes and applications Theoretical and applied statistics On-site courses Coaching Consulting Face-to-face Remote/Virtual English French
First steps with R
First steps with R
  • Discover the R language and software and learn the first basics of this language

 

R1: First steps in R

  • Introduction
  • Entering a command in the console
  • Writing a clean, structured and commented script
  • Create, modify, view and delete an object
  • Manipulating different data types and data structures
  • The R objects: vectors, factors, arrays, lists, data frames, functions

R2: Import, control and export data arrays

  • View and edit working directory
  • Import data contained in a .csv file
  • Check the types of its variables and modify them if needed
  • Categorical variables: factors
  • Controlling for missing data
  • Exporting a data table to a .csv file

R3: Numerical valuation of data

  • Manipulating your dataset (selecting variables, rows …)
  • Numerical valuation: getting to know the dataset, summarizing and quantifying the information
  • Descriptive statistics, counts, pivot tables
  • Data aggregation (statistics by group of observations)

R4: Graphical valuation of data

  • Creating basic graphs: histogram, scatterplot, box plot, bar chart, pie chart
  • Changing the various basic chart options (color, title, point and line type, size, …)
  • Add elements to a chart (points, lines, segments, legends, …)
  • Save a graph

 

Analysis Data Science Open Source Short courses On-site courses Remote/Virtual Face-to-face English French
Machine Learning: Advanced
Machine Learning: Advanced
  • Master more complex machine learning models, in particular ensemble methods based on bagging and boosting techniques, to use and optimize penalty models (lasso and elasticnet), to understand the bootstrap resampling technique for estimation and cross-validation, to know how to implement collaborative filtering techniques.
  • At the end of this training, the participant will have a global vision of the different multivariate modeling techniques.

Day 1

  • Advanced data mining:
    • DBSCAN, unsupervised data clustering algorithm
    • Manifold Learning

DAY 2

  • Gaussian Mixture Modelling (GMM)
  • Optimizing penalty models with Lasso and elasticnet (regression, PLS)
  • Support Vector Machine (SVM)

DAY 3

  • Random Forest and Gradient Boosting Machines
  • Bootstraping estimation and cross-validation
  • Collaborative filtering and recommendation system

 

Analysis Data Science Open Source On-site courses Remote/Virtual Face-to-face French English
Machine Learning: basics
Machine Learning: basics
  • Understand the basics of machine learning and machine learning on structured data, apply standard dimension reduction and clustering methods, know how to implement a regression model by controlling overfitting and validating model predictions, understand the basics of text mining.
  • At the end of this training, the participant will be able to determine the type of techniques to apply based on the questions asked and perform elaborate pre-processing to implement predictive models.

DAY 1

  • Introduction to unsupervised methods:
    • Principal component analysis (PCA)
    • Automatic classification (k-means),
    • Association rules (apriori, eclat)
  • Introduction to supervised methods:
    • Linear and logistic regression models with regularization (ridge regression),
    • Decision trees (regression and classification)
    • .

DAY 2

  • Standard methods for implementing predictive models:
    • Feature engineering: learning to reduce the complexity of a problem,
    • Variable selection,
    • Cross-validation,
    • Calibration of a predictive model
    • Text mining and web scraping

Prerequisites

  • None

Instructional and supervisory resources

  • In-class training sessions,
  • Instructional materials in digital format,
  • Concrete case studies,
  • Theoretical presentations,
  • Use of data provided by participants,
  • In-depth work on the data,
  • Paper-board, video projector, internet connection

 

Analysis Data Science Open Source On-site courses Face-to-face Remote/Virtual French English
Modular training course - NVivo Advanced
Modular training course - NVivo Advanced

Discussing with participants on their NVivo practices and deepen the following knowledge and skills:

  • Mastering the NVivo environment.
  • Source management
  • Case management
  • Source coding
  • Queries and matrices
  • Documenting your analysis; memos, annotations and links to.
  • Viewing and exporting
  • Importing and using data from social networks and the web
  • Collaborative work and coding comparison.

 

Please contact us if you would like to have this training course held in English.

1 half-day of 3 hours and 6 modules of 2 hours

First ½ Day (3 hours)

  • Review of the basic principles of qualitative analysis with NVivo.
    Discussion with participants on their practices.
    Reminder of previous course if needed

Six Modules

  1. The generation and use of cases (2h)
  2. Queries: Deepening the understanding of one’s corpus and its coding (2h)
  3. Automatic queries and collaborative work (2h)
  4. Documenting one’s analyses, work and visualizations (2h)
  5. Working from web data (2h)
  6. The literature review with Nvivo and discussion about publishing with Nvivo (2h)

 

Analysis Short courses On-site courses Coaching Remote/Virtual Face-to-face English French
Modular training course - NVivo basics
Modular training course - NVivo basics
  • Understand the role of NVivo in the qualitative analysis process.
  • Understand and master the NVivo environment.
    • Source management
    • Case management
    • Source coding
    • Crossing matrices
    • Documenting your analysis; memos, annotations and links to.
  • 1 half-day of 4h
  • 4 additional 2-hour modules

Training program

 

First Half Day:

  1. Qualitative analysis with NVivo and getting started with the software (1h)

Reminder of the basic principles in qualitative analysis

The place of qualitative analysis software in the research process

Nvivo its interface and philosophy

  1. The preparation of a project (1h)

Preparation of sources, organization of the software and import of sources (textual data in word and pdf and images)

The NVivo mind map: brainstorming as a starting point for coding

Practical exercises

  1. Deductive and inductive coding (2h)

Practical exercises on textual and image databases. The different coding logics.

The relations

 

Module 1: The special treatment of audio and video data and transcription (2h)

The different types of transcription.

Exchange between participants on their practices.

The tools to carry out a transcription efficiently

Demonstration of NVivo transcription I

Importing a transcription made outside of NVIVO

 

Module 2: Automatic queries (2h)

Automatic coding of emotions and themes

Automatic coding based on document structure – working with semi-structured and structured interviews

 

Module 3: Working with surveys and data tables (2h)

Importing Excel files

Automatic coding of data tables

 

Module 4: Documenting your analyses, your work + Crossover matrices (2h)

Memos and annotations

Links to

Internal links

Crossover matrices to explore the links between ideas

 

Analysis On-site courses Coaching Short courses Remote/Virtual Face-to-face English French
Modular training course - NVivo Expert
Modular training course - NVivo Expert
  • Understand the role of NVivo in the qualitative analysis process.
  • Understand and master the NVivo environment:
    • Source Management
    • Case management
    • Source coding
    • Queries and matrices
    • Documenting your analysis; memos, annotations and links to.
    • Viewing and exporting
    • Importing and using data from social networks and the web
    • Collaborative work and coding comparison.

1 half day of 4 hours and 9 modules varying between 1 and 3 hours

First 1/2 day

  1. Qualitative analysis with NVivo (1h)
  2. The preparation of a project (1h)
  3. Deductive and inductive coding (2h)

Modules

  1. The special treament of audio and video data and transcription (2h)
  2. The cases in NVivo (2h)
  3. Queries: Deepening the understanding of one’s corpus and coding (3h)
  4. Automated queries (2h)
  5. Working with surveys and data tables (2h)
  6. Documenting your analyses, work, and visualizations (2h)
  7. Working from web data (2h)
  8. Collaborative work (2h)
  9. Literature review with NVivo (1h)

 

Analysis Short courses On-site courses Coaching Remote/Virtual Face-to-face English French
Python - Advanced
Python - Advanced
  • Deepen the tools to represent and manipulate complex data, effectively use the pandas library, import data sources (CSV, JSON, XML, SQL), perform a simple or multiple linear regression model with the statmodels library, perfect your knowledge of matplotlib and know how to use seaborn or plotly..
  • At the end of this training, the participant should be able to import or even merge structured or unstructured data sources, apply advanced processing on quantitative and qualitative data and build elaborate static or dynamic graphs.

DAY 1

  • Advanced Data Processing:
    • The numpy library :
      • advanced functions (views, slices)
      • the interface with scipy
    • The pandas library:
      • The import of external data sources,
      • The aggregation of data,
      • The reshaping,
      • Indexing,
      • The merging of data sources
    • The statmodels library:
      • Single and multiple regression,
      • The testing of regression coefficients,
      • The diagnosis of the model,
      • Point and interval prediction
    • The processing of strings, regex
    • Date processing and time series management

DAY 2

    • The generators, itertools, lazy evaluation
    • The database interface (SQL, NoSQL)
    • The Seaborn package:Advanced graphing features (trellis graphs, statistical distributions, heatmap)
    • Interactive graphics with the Bokeh and Plotly packages.

 

Analysis Data Science Open Source On-site courses Remote/Virtual Face-to-face French English
Python - basics
Python - basics
  • Understand how data is represented, know how to manipulate simple data structures, master the basics of the numpy and scipy libraries for numerical computation and basic statistical functions, learn the basics of graphical visualization with matplotlib.
  • At the end of this training, the participant should be able to write simple analysis scripts working either with artificial data or with data sources that do not require major pre-processing. He/she will know how to implement the main statistical tests for the comparison of two samples and perform basic exploratory graphs.

Day 1

  • The working environment: Python 2 and 3.x,
  • The presentation of the different consoles and debugging in Python :
    • Anaconda
    • Jupyter
    • Spyder
  • Data types: lists, dictionaries
  • Control structures
  • The functions, methods and packages

DAY 2

  • Data handling and cleaning:
    • numpy: Basic objects and manipulation of 2-dimensional arrays (array and numeric calculation functions, random number generators)
    • scipy: Basic functionality (scientific functions and basic statistical tests)
    • The probability distributions and univariate statistics.
      • matplotlib: basic features: scatterplot, box plot, histogram
    • Simple scripting

 

Analysis Data Science Open Source On-site courses Short courses Face-to-face Remote/Virtual French English
R - Advanced
R - Advanced

 

  • Deepen the tools to represent and manipulate complex data, discover the dplyr and data.table packages to optimize data processing, import data sources (CSV, JSON, XML, SQL), perform a simple or multiple linear regression model with the {stats} package, improve knowledge of graphs and know how to use ggplot2 or plotly.
  • At the end of this training, the participant should be able to import or even merge structured or unstructured data sources, apply advanced processing on quantitative and qualitative data, and build elaborate static or dynamic graphs.a

DAY 1

    • Importing external data sources with the{base}, {foreign} and {haven}

packages

  • The tools for optimizing data processing, {data.table} and {dplyr} :
    • Advanced data frame manipulation,
    • Data aggregation,
    • The reshaping,
    • Indexing,
    • The merging of data sources
  • The realization of a simple or multiple linear regression model with the {stats} package:
    • The simple and multiple regression,
    • The testing of regression coefficients,
    • The diagnosis of the model,
    • Point and interval prediction

DAY 2

  • The processing of strings, regex
  • The processing of dates and time series management
  • The functional approach and lazy evaluation
  • The database interface (SQL, NoSQL)
  • The advanced graphical features with the {ggplot2} package:
    • Trellis charts,
    • Statistical distributions,
    • Data presentation with heatmap
  • Building elaborate interactive static or dynamic graphs with the {ggvis} and {plotly} packages
Analysis Data Science Open Source Short courses On-site courses Remote/Virtual Face-to-face French English
R - basics
R - basics
  • Understand how data is represented, know how to manipulate simple data structures, master basic functions in the {base} and {stats} packages for numerical computation and basic statistical functions, learn the basics of graphical visualization with the basic graphics package {graphics}.
  • At the end of this training, the participant should be able to write simple analysis scripts working with either artificial data or data sources that do not require major pre-processing. He/she will know how to implement the main statistical tests for comparing two samples and perform basic exploratory graphs.

DAY 1

  • The work environment:
    • Introduction to R 3.x
    • Introduction to RStudio
  • The different basic data types (vector, list, data frame), control structures, simple functions
  • The basic control structures of R
  • The important functions and packages for data manipulation

DAY 2

  • The basic features:
    • Simple numeric functions,
    • The random number generators
  • The probability distributions and univariate statistics
  • Scientific functions {stats} and basic statistical tests
    • Elementary statistical graphical management: scatterplot, box plot, histogram)
  • The writing of simple programming scripts with R

 

Analysis Data Science Open Source Short courses On-site courses Remote/Virtual Face-to-face French English
Scientific graphs with PRISM
Scientific graphs with PRISM
  • Discover all the possibilities offered by PRISM to get the graph you want, automated plotting of fit curves included.
Analysis Chemistry and biology On-site courses Remote/Virtual Face-to-face English French
Stata Advanced : Stata Av1 - Stata Av4
Stata Advanced : Stata Av1 - Stata Av4
  • Improve your knowledge of the software and discover advanced functions of Stata
    • Declare data in different formats
    • Advanced estimation
    • Programming.

4 modules of 3.5 hours each

Stata Av1 : Advanced data management

  • Treatment of alphanumeric variables
  • Merging and aggregating data
  • Processing of date variables and time series operators
  • Advanced management of graphs

Stata Av2 : Programming with Stata

  • Local and global macros
  • Loops, sums and counters, temporary variables
  • Programming to reproduce
  • Application examples

Stata Av3: Estimation methods, tests and predictions

  • Linear regression with categorical variables and interactions
  • Presenting results in a synthetic table and exporting them
  • Specification tests and diagnostics
  • Extension to other estimation methods

Stata Av4: Introduction to panel data estimation

  • Structure and visualize data
  • Fixed effects model
  • Random effects models
  • Some extensions
Analysis Theoretical and applied statistics Short courses On-site courses Remote/Virtual Face-to-face English French
Stata ERM
Stata ERM
  • Learn to account for different sources of endogeneity in a regression model

3.5 hour module

  • The different sources of endogeneity and the consequences for the properties of estimators
  • Estimation methods
  • Synthetic ordering that allows for these different sources to be considered in a single model
  • Practical exercise

 

Analysis Data Science Theoretical and applied statistics On-site courses Face-to-face Remote/Virtual French English
Stata Lasso
Stata Lasso
  • How to master Lasso (least absolute shrinkage and selection operator) methods with Stata for prediction and/or inference on causal parameters. This regression method (typically used in high-dimensional problems) consists of penalizing the absolute size of the regression coefficients.

Please contact us if you would like to have this training course held in English.

Analysis Theoretical and applied statistics On-site courses Face-to-face Remote/Virtual French English
Stata, Datetimes treatment and times series analysis (Series Temp 1 & 2)
Stata, Datetimes treatment and times series analysis (Series Temp 1 & 2)
  • Processing and Analyzing Time Series with Stata.

Please contact us if you would like to have this training course held in English & for the whole program.

Analysis Data Science Econometrics / Finance Theoretical and applied statistics On-site courses Face-to-face Remote/Virtual French English
Time Series with R
Time Series with R

Please contact us if you would prefer to have this training course held in English.

Analysis Data Science Open Source On-site courses Short courses Remote/Virtual Face-to-face Blended English French
Using Stata Effectively: Data Management, Analysis, and Graphics Fundamentals
Using Stata Effectively: Data Management, Analysis, and Graphics Fundamentals
  • Become familiar with three main components of Stata: data management, data analysis, and data visualization.
  • Upon completion of the course, you will be able to use Stata efficiently for data management, basic analyses and graphics.
  • You will be able to create reproducible analysis, for better collaborative works and simplified follow-up analyses

Program :

 

  • Fundamentals of Using Stata (1h30 – Day1)
    • Keeping organized
    • Knowing how Stata treats data
    • Using dialog boxes efficiently
    • Using the Command window
    • Saving time and effort while working
    • A sample Stata Session
    • Getting Help
  • Basic Data Management in Stata (3h30 – Day1 and Day2)
    • Reading Data in Stata
      • Using and Saving Stata data files
      • Reading in datasets of various standard formats, such as those from spreadsheets or databases
    • Labeling data, variables and values and setting up encoded variables
    • Creating and Recoding variables in an efficient fashion
    • Generating statistics within groups, and working across variables
  • Intermediate Data Management in Stata (2h – Day2)
    • Combining datasets by adding observations and by adding variables
    • Reshaping data from wide to long
    • Reshaping data from long to wide
    • Collapsing data across observations
  • Workflow (1h30 – Day3)
    • Using menus and the Command window to work quickly
    • Setting up Stata for your profile
    • Keeping complete records of what is done inside Stata: saving dofile
    • Creating reproducible analyses, which are completely documented
    • Finding, installing, and removing community-contributed extensions to Stata
    • Customizing how Stata starts up and where it looks for files
  • Analysis (3h30 – Day3 and Day 4)
    • Using basic statistical commands
    • Reusing results of Stata commands
    • Using common postestimation commands
    • Working with interactions and factor variables
  • Graphics (2h – Day 4)
    • Introduction to graphics
    • Overview of graph two-way plots
    • Building up complex graphs
    • Using the Graph Editor
Analysis Data Science Theoretical and applied statistics On-site courses Short courses Remote/Virtual Face-to-face English
Working with NVivo - An online course in four sessions (English only)
Working with NVivo - An online course in four sessions (English only)

Course objectives:

  • Understanding the methodological implications of using NVivo in a qualitative research project.
  • Understanding the application’s interface and how it is meant to be used.
  • Being able to import and organize qualitative data in NVivo.
  • Being able to code data.
  • Using the advanced features of the software (queries, autocoding, visualizations, quantification of qualitative analysis).

Module #1:

  1. Qualitative analysis with NVivo and software interface presentation.
  • Basic principles of qualitative analysis.
  • How NVivo can help analyzing qualitative data.
  • Tour of the interface: understanding the four-step process.
  1. Starting a project.
  • Workspace organization and files import (Word documents, PDFs, images, audio/video files).
  • The NVivo mind map: brainstorming as a starting point for coding.
  1. Importing source files.
  • Importing documents, emails, references, image and video files.
  • Importing surveys and datasets.
  • Using memos, links, “see-also” links, and annotations

 

Module #2:

  1. File classifications
  • What are file classifications and how to use them.
  • Reference files, a special case of file classification.
  • Folders, static sets and dynamic sets.
  1. Cases and case classifications.
  • What are “Cases” in NVivo and how to use them to quantify qualitative data.
  • Case classifications, case attributes and values.

 

  1. Coding
  • Coding, Uncoding, Code in vivo, Autocode.
  • Autocoding themes and sentiments.
  • Coding relationships.
  • Exporting codes (creating a codebook).

 

Module #3:

  1. Working with data.
  • Working with PDFs, Audio/video files, and images.
  • Analyzing surveys.
  • Creating audio and video transcripts.
  • Using NCapture to import and code Internet sources.
  1. Working with references.
    • Importing and coding references to do a literature review.

 

Module #4:

  1. Queries
  • The query wizard.
  • Text search, Word frequency, Matrix coding queries.
  • Crosstab, Coding comparison query.
  • Compound query, Group query.

 

  1. Visualizations
  • Charts, Hierarchy charts.
  • Cluster analysis.
  • Explore diagram.
  • Project map, concept map.
  • Social network analysis (upon request).
Analysis Short courses Remote/Virtual English
Change Management
Agile Management of scientific projects
Agile Management of scientific projects
    Addressing the Agile mindset and concepts

    .

  1. Why move to Agile
  2. ?

  3. Introduction to Agile
  4. The vocabulary of Agile
  5. The principles of Scrum
Change Management Laboratory processes and applications Coaching On-site courses Remote/Virtual Face-to-face French English
Innovation with Design thinking
Innovation with Design thinking

Understand the Design Thinking process in order to use it to innovate and solve complex problems.

1.discover: discover the challenge
2.define : define precisely the problem to be solved
3.develop : imagine the most relevant solution
4.deliver : build the solution and collect feedbacks according to an iterative approach

Change Management Laboratory processes and applications Coaching On-site courses Remote/Virtual Face-to-face French
Chemistry and biology
High-throughput sequencing and microbial ecology
High-throughput sequencing and microbial ecology
  • Understand high-throughput genomic sequencing.
  • Be able to choose the appropriate technology for your project.
  • Know the bioinformatics tools used.
  • Know the possible statistical analyses.
Chemistry and biology Laboratory processes and applications On-site courses Remote/Virtual Face-to-face French
Jump Start Signals Notebook
Jump Start Signals NotebookChemistry and biology Laboratory processes and applications On-site courses Remote/Virtual English
Scientific graphs with PRISM
Scientific graphs with PRISM
  • Discover all the possibilities offered by PRISM to get the graph you want, automated plotting of fit curves included.
Analysis Chemistry and biology On-site courses Remote/Virtual Face-to-face English French
Data Science
Data Analysis with R
Data Analysis with R

Please contact us if you would like to have this training course held in English.

Data Science Open Source Theoretical and applied statistics On-site courses Short courses Remote/Virtual Face-to-face Blended French English
Development Environment in Data Science
Development Environment in Data Science

Understand the data science ecosystem and know the tools related to the realization of a data science project.

Detailed training program

DAY 1

  • The unix environment, interacting with a shell, open source tools (sed, awk, grep, jq, csvkit, etc.), R and Python, SQL and NoSQL
  • Revision control and collaborative work with Git
  • The methodology for managing a data science project
  • Software engineering fundamentals and best practices

DAY 2

  • Information gathering and processing (experimental designs and clinical trials, surveys and polls, web data, open data)
  • Distributed architecture and database, map-reduce, big data, Apache Spark

 

Data Science Engineering and development Open Source On-site courses Face-to-face Remote/Virtual English French
First steps with R
First steps with R
  • Discover the R language and software and learn the first basics of this language

 

R1: First steps in R

  • Introduction
  • Entering a command in the console
  • Writing a clean, structured and commented script
  • Create, modify, view and delete an object
  • Manipulating different data types and data structures
  • The R objects: vectors, factors, arrays, lists, data frames, functions

R2: Import, control and export data arrays

  • View and edit working directory
  • Import data contained in a .csv file
  • Check the types of its variables and modify them if needed
  • Categorical variables: factors
  • Controlling for missing data
  • Exporting a data table to a .csv file

R3: Numerical valuation of data

  • Manipulating your dataset (selecting variables, rows …)
  • Numerical valuation: getting to know the dataset, summarizing and quantifying the information
  • Descriptive statistics, counts, pivot tables
  • Data aggregation (statistics by group of observations)

R4: Graphical valuation of data

  • Creating basic graphs: histogram, scatterplot, box plot, bar chart, pie chart
  • Changing the various basic chart options (color, title, point and line type, size, …)
  • Add elements to a chart (points, lines, segments, legends, …)
  • Save a graph

 

Analysis Data Science Open Source Short courses On-site courses Remote/Virtual Face-to-face English French
Machine Learning: Advanced
Machine Learning: Advanced
  • Master more complex machine learning models, in particular ensemble methods based on bagging and boosting techniques, to use and optimize penalty models (lasso and elasticnet), to understand the bootstrap resampling technique for estimation and cross-validation, to know how to implement collaborative filtering techniques.
  • At the end of this training, the participant will have a global vision of the different multivariate modeling techniques.

Day 1

  • Advanced data mining:
    • DBSCAN, unsupervised data clustering algorithm
    • Manifold Learning

DAY 2

  • Gaussian Mixture Modelling (GMM)
  • Optimizing penalty models with Lasso and elasticnet (regression, PLS)
  • Support Vector Machine (SVM)

DAY 3

  • Random Forest and Gradient Boosting Machines
  • Bootstraping estimation and cross-validation
  • Collaborative filtering and recommendation system

 

Analysis Data Science Open Source On-site courses Remote/Virtual Face-to-face French English
Machine Learning: basics
Machine Learning: basics
  • Understand the basics of machine learning and machine learning on structured data, apply standard dimension reduction and clustering methods, know how to implement a regression model by controlling overfitting and validating model predictions, understand the basics of text mining.
  • At the end of this training, the participant will be able to determine the type of techniques to apply based on the questions asked and perform elaborate pre-processing to implement predictive models.

DAY 1

  • Introduction to unsupervised methods:
    • Principal component analysis (PCA)
    • Automatic classification (k-means),
    • Association rules (apriori, eclat)
  • Introduction to supervised methods:
    • Linear and logistic regression models with regularization (ridge regression),
    • Decision trees (regression and classification)
    • .

DAY 2

  • Standard methods for implementing predictive models:
    • Feature engineering: learning to reduce the complexity of a problem,
    • Variable selection,
    • Cross-validation,
    • Calibration of a predictive model
    • Text mining and web scraping

Prerequisites

  • None

Instructional and supervisory resources

  • In-class training sessions,
  • Instructional materials in digital format,
  • Concrete case studies,
  • Theoretical presentations,
  • Use of data provided by participants,
  • In-depth work on the data,
  • Paper-board, video projector, internet connection

 

Analysis Data Science Open Source On-site courses Face-to-face Remote/Virtual French English
Python - Advanced
Python - Advanced
  • Deepen the tools to represent and manipulate complex data, effectively use the pandas library, import data sources (CSV, JSON, XML, SQL), perform a simple or multiple linear regression model with the statmodels library, perfect your knowledge of matplotlib and know how to use seaborn or plotly..
  • At the end of this training, the participant should be able to import or even merge structured or unstructured data sources, apply advanced processing on quantitative and qualitative data and build elaborate static or dynamic graphs.

DAY 1

  • Advanced Data Processing:
    • The numpy library :
      • advanced functions (views, slices)
      • the interface with scipy
    • The pandas library:
      • The import of external data sources,
      • The aggregation of data,
      • The reshaping,
      • Indexing,
      • The merging of data sources
    • The statmodels library:
      • Single and multiple regression,
      • The testing of regression coefficients,
      • The diagnosis of the model,
      • Point and interval prediction
    • The processing of strings, regex
    • Date processing and time series management

DAY 2

    • The generators, itertools, lazy evaluation
    • The database interface (SQL, NoSQL)
    • The Seaborn package:Advanced graphing features (trellis graphs, statistical distributions, heatmap)
    • Interactive graphics with the Bokeh and Plotly packages.

 

Analysis Data Science Open Source On-site courses Remote/Virtual Face-to-face French English
Python - basics
Python - basics
  • Understand how data is represented, know how to manipulate simple data structures, master the basics of the numpy and scipy libraries for numerical computation and basic statistical functions, learn the basics of graphical visualization with matplotlib.
  • At the end of this training, the participant should be able to write simple analysis scripts working either with artificial data or with data sources that do not require major pre-processing. He/she will know how to implement the main statistical tests for the comparison of two samples and perform basic exploratory graphs.

Day 1

  • The working environment: Python 2 and 3.x,
  • The presentation of the different consoles and debugging in Python :
    • Anaconda
    • Jupyter
    • Spyder
  • Data types: lists, dictionaries
  • Control structures
  • The functions, methods and packages

DAY 2

  • Data handling and cleaning:
    • numpy: Basic objects and manipulation of 2-dimensional arrays (array and numeric calculation functions, random number generators)
    • scipy: Basic functionality (scientific functions and basic statistical tests)
    • The probability distributions and univariate statistics.
      • matplotlib: basic features: scatterplot, box plot, histogram
    • Simple scripting

 

Analysis Data Science Open Source On-site courses Short courses Face-to-face Remote/Virtual French English
R - Advanced
R - Advanced

 

  • Deepen the tools to represent and manipulate complex data, discover the dplyr and data.table packages to optimize data processing, import data sources (CSV, JSON, XML, SQL), perform a simple or multiple linear regression model with the {stats} package, improve knowledge of graphs and know how to use ggplot2 or plotly.
  • At the end of this training, the participant should be able to import or even merge structured or unstructured data sources, apply advanced processing on quantitative and qualitative data, and build elaborate static or dynamic graphs.a

DAY 1

    • Importing external data sources with the{base}, {foreign} and {haven}

packages

  • The tools for optimizing data processing, {data.table} and {dplyr} :
    • Advanced data frame manipulation,
    • Data aggregation,
    • The reshaping,
    • Indexing,
    • The merging of data sources
  • The realization of a simple or multiple linear regression model with the {stats} package:
    • The simple and multiple regression,
    • The testing of regression coefficients,
    • The diagnosis of the model,
    • Point and interval prediction

DAY 2

  • The processing of strings, regex
  • The processing of dates and time series management
  • The functional approach and lazy evaluation
  • The database interface (SQL, NoSQL)
  • The advanced graphical features with the {ggplot2} package:
    • Trellis charts,
    • Statistical distributions,
    • Data presentation with heatmap
  • Building elaborate interactive static or dynamic graphs with the {ggvis} and {plotly} packages
Analysis Data Science Open Source Short courses On-site courses Remote/Virtual Face-to-face French English
R - basics
R - basics
  • Understand how data is represented, know how to manipulate simple data structures, master basic functions in the {base} and {stats} packages for numerical computation and basic statistical functions, learn the basics of graphical visualization with the basic graphics package {graphics}.
  • At the end of this training, the participant should be able to write simple analysis scripts working with either artificial data or data sources that do not require major pre-processing. He/she will know how to implement the main statistical tests for comparing two samples and perform basic exploratory graphs.

DAY 1

  • The work environment:
    • Introduction to R 3.x
    • Introduction to RStudio
  • The different basic data types (vector, list, data frame), control structures, simple functions
  • The basic control structures of R
  • The important functions and packages for data manipulation

DAY 2

  • The basic features:
    • Simple numeric functions,
    • The random number generators
  • The probability distributions and univariate statistics
  • Scientific functions {stats} and basic statistical tests
    • Elementary statistical graphical management: scatterplot, box plot, histogram)
  • The writing of simple programming scripts with R

 

Analysis Data Science Open Source Short courses On-site courses Remote/Virtual Face-to-face French English
Stata ERM
Stata ERM
  • Learn to account for different sources of endogeneity in a regression model

3.5 hour module

  • The different sources of endogeneity and the consequences for the properties of estimators
  • Estimation methods
  • Synthetic ordering that allows for these different sources to be considered in a single model
  • Practical exercise

 

Analysis Data Science Theoretical and applied statistics On-site courses Face-to-face Remote/Virtual French English
Stata, Datetimes treatment and times series analysis (Series Temp 1 & 2)
Stata, Datetimes treatment and times series analysis (Series Temp 1 & 2)
  • Processing and Analyzing Time Series with Stata.

Please contact us if you would like to have this training course held in English & for the whole program.

Analysis Data Science Econometrics / Finance Theoretical and applied statistics On-site courses Face-to-face Remote/Virtual French English
Time Series with R
Time Series with R

Please contact us if you would prefer to have this training course held in English.

Analysis Data Science Open Source On-site courses Short courses Remote/Virtual Face-to-face Blended English French
Using Stata Effectively: Data Management, Analysis, and Graphics Fundamentals
Using Stata Effectively: Data Management, Analysis, and Graphics Fundamentals
  • Become familiar with three main components of Stata: data management, data analysis, and data visualization.
  • Upon completion of the course, you will be able to use Stata efficiently for data management, basic analyses and graphics.
  • You will be able to create reproducible analysis, for better collaborative works and simplified follow-up analyses

Program :

 

  • Fundamentals of Using Stata (1h30 – Day1)
    • Keeping organized
    • Knowing how Stata treats data
    • Using dialog boxes efficiently
    • Using the Command window
    • Saving time and effort while working
    • A sample Stata Session
    • Getting Help
  • Basic Data Management in Stata (3h30 – Day1 and Day2)
    • Reading Data in Stata
      • Using and Saving Stata data files
      • Reading in datasets of various standard formats, such as those from spreadsheets or databases
    • Labeling data, variables and values and setting up encoded variables
    • Creating and Recoding variables in an efficient fashion
    • Generating statistics within groups, and working across variables
  • Intermediate Data Management in Stata (2h – Day2)
    • Combining datasets by adding observations and by adding variables
    • Reshaping data from wide to long
    • Reshaping data from long to wide
    • Collapsing data across observations
  • Workflow (1h30 – Day3)
    • Using menus and the Command window to work quickly
    • Setting up Stata for your profile
    • Keeping complete records of what is done inside Stata: saving dofile
    • Creating reproducible analyses, which are completely documented
    • Finding, installing, and removing community-contributed extensions to Stata
    • Customizing how Stata starts up and where it looks for files
  • Analysis (3h30 – Day3 and Day 4)
    • Using basic statistical commands
    • Reusing results of Stata commands
    • Using common postestimation commands
    • Working with interactions and factor variables
  • Graphics (2h – Day 4)
    • Introduction to graphics
    • Overview of graph two-way plots
    • Building up complex graphs
    • Using the Graph Editor
Analysis Data Science Theoretical and applied statistics On-site courses Short courses Remote/Virtual Face-to-face English
Econometrics / Finance
Discovering Stata software: Stata Deb1 - Stata Deb4
Discovering Stata software: Stata Deb1 - Stata Deb4
  • Mastery of the basic functions in order to be autonomous with Stata on the following subjects: Descriptive statistics, graphs and first estimates.

4 modules of 3.5 hours each

Stata Deb1 : Meeting the software 

  • Presentation of the software environment
  • How to set up a Stata session to be efficient
  • The general syntax of a Stata command
  • How to use the help to become autonomous
  • Commented example of a Stata session to understand its possibilities
  • Importing data, describing them and visualizing them: a first approach
  • A first exercise

Stata Deb2: Working with your data 

  • Exploring a data file: the if, by and in conditional
  • Manipulating variables: creation, recoding, labels and many other tricks
  • Handling data: sorting, deleting, merging, changing format and producing aggregated data
  • An exercise to test yourself

Stata Deb3: Descriptive Statistics, Tables and Charts 

  • Descriptive statistics
  • Synthetic statistical tables
  • Univariate analysis
  • An introduction to analysis of variance
  • Graphs with Stata
  • A synthetic exercise

Stata Deb4: An introduction to regression

  • Linear regression: estimation, post-estimation, diagnostics and tests
  • Logistic regression: estimation, post-estimation, diagnostics and tests
  • Discovering programming: loops
  • Synthetic exercise (continued)

 

Analysis Econometrics / Finance Theoretical and applied statistics Short courses On-site courses Remote/Virtual Face-to-face English French
Stata, Datetimes treatment and times series analysis (Series Temp 1 & 2)
Stata, Datetimes treatment and times series analysis (Series Temp 1 & 2)
  • Processing and Analyzing Time Series with Stata.

Please contact us if you would like to have this training course held in English & for the whole program.

Analysis Data Science Econometrics / Finance Theoretical and applied statistics On-site courses Face-to-face Remote/Virtual French English
Engineering and development
Development Environment in Data Science
Development Environment in Data Science

Understand the data science ecosystem and know the tools related to the realization of a data science project.

Detailed training program

DAY 1

  • The unix environment, interacting with a shell, open source tools (sed, awk, grep, jq, csvkit, etc.), R and Python, SQL and NoSQL
  • Revision control and collaborative work with Git
  • The methodology for managing a data science project
  • Software engineering fundamentals and best practices

DAY 2

  • Information gathering and processing (experimental designs and clinical trials, surveys and polls, web data, open data)
  • Distributed architecture and database, map-reduce, big data, Apache Spark

 

Data Science Engineering and development Open Source On-site courses Face-to-face Remote/Virtual English French
DOE with Design Expert
DOE with Design Expert

Please contact us if you would prefer to have this training course held in English.

Analysis Engineering and development Laboratory processes and applications Theoretical and applied statistics On-site courses Coaching Consulting Face-to-face Remote/Virtual English French
Laboratory processes and applications
Agile Management of scientific projects
Agile Management of scientific projects
    Addressing the Agile mindset and concepts

    .

  1. Why move to Agile
  2. ?

  3. Introduction to Agile
  4. The vocabulary of Agile
  5. The principles of Scrum
Change Management Laboratory processes and applications Coaching On-site courses Remote/Virtual Face-to-face French English
DOE with Design Expert
DOE with Design Expert

Please contact us if you would prefer to have this training course held in English.

Analysis Engineering and development Laboratory processes and applications Theoretical and applied statistics On-site courses Coaching Consulting Face-to-face Remote/Virtual English French
High-throughput sequencing and microbial ecology
High-throughput sequencing and microbial ecology
  • Understand high-throughput genomic sequencing.
  • Be able to choose the appropriate technology for your project.
  • Know the bioinformatics tools used.
  • Know the possible statistical analyses.
Chemistry and biology Laboratory processes and applications On-site courses Remote/Virtual Face-to-face French
Innovation with Design thinking
Innovation with Design thinking

Understand the Design Thinking process in order to use it to innovate and solve complex problems.

1.discover: discover the challenge
2.define : define precisely the problem to be solved
3.develop : imagine the most relevant solution
4.deliver : build the solution and collect feedbacks according to an iterative approach

Change Management Laboratory processes and applications Coaching On-site courses Remote/Virtual Face-to-face French
Jump Start Signals Notebook
Jump Start Signals NotebookChemistry and biology Laboratory processes and applications On-site courses Remote/Virtual English
Open Source
Data Analysis with R
Data Analysis with R

Please contact us if you would like to have this training course held in English.

Data Science Open Source Theoretical and applied statistics On-site courses Short courses Remote/Virtual Face-to-face Blended French English
Development Environment in Data Science
Development Environment in Data Science

Understand the data science ecosystem and know the tools related to the realization of a data science project.

Detailed training program

DAY 1

  • The unix environment, interacting with a shell, open source tools (sed, awk, grep, jq, csvkit, etc.), R and Python, SQL and NoSQL
  • Revision control and collaborative work with Git
  • The methodology for managing a data science project
  • Software engineering fundamentals and best practices

DAY 2

  • Information gathering and processing (experimental designs and clinical trials, surveys and polls, web data, open data)
  • Distributed architecture and database, map-reduce, big data, Apache Spark

 

Data Science Engineering and development Open Source On-site courses Face-to-face Remote/Virtual English French
First steps with R
First steps with R
  • Discover the R language and software and learn the first basics of this language

 

R1: First steps in R

  • Introduction
  • Entering a command in the console
  • Writing a clean, structured and commented script
  • Create, modify, view and delete an object
  • Manipulating different data types and data structures
  • The R objects: vectors, factors, arrays, lists, data frames, functions

R2: Import, control and export data arrays

  • View and edit working directory
  • Import data contained in a .csv file
  • Check the types of its variables and modify them if needed
  • Categorical variables: factors
  • Controlling for missing data
  • Exporting a data table to a .csv file

R3: Numerical valuation of data

  • Manipulating your dataset (selecting variables, rows …)
  • Numerical valuation: getting to know the dataset, summarizing and quantifying the information
  • Descriptive statistics, counts, pivot tables
  • Data aggregation (statistics by group of observations)

R4: Graphical valuation of data

  • Creating basic graphs: histogram, scatterplot, box plot, bar chart, pie chart
  • Changing the various basic chart options (color, title, point and line type, size, …)
  • Add elements to a chart (points, lines, segments, legends, …)
  • Save a graph

 

Analysis Data Science Open Source Short courses On-site courses Remote/Virtual Face-to-face English French
Machine Learning: Advanced
Machine Learning: Advanced
  • Master more complex machine learning models, in particular ensemble methods based on bagging and boosting techniques, to use and optimize penalty models (lasso and elasticnet), to understand the bootstrap resampling technique for estimation and cross-validation, to know how to implement collaborative filtering techniques.
  • At the end of this training, the participant will have a global vision of the different multivariate modeling techniques.

Day 1

  • Advanced data mining:
    • DBSCAN, unsupervised data clustering algorithm
    • Manifold Learning

DAY 2

  • Gaussian Mixture Modelling (GMM)
  • Optimizing penalty models with Lasso and elasticnet (regression, PLS)
  • Support Vector Machine (SVM)

DAY 3

  • Random Forest and Gradient Boosting Machines
  • Bootstraping estimation and cross-validation
  • Collaborative filtering and recommendation system

 

Analysis Data Science Open Source On-site courses Remote/Virtual Face-to-face French English
Machine Learning: basics
Machine Learning: basics
  • Understand the basics of machine learning and machine learning on structured data, apply standard dimension reduction and clustering methods, know how to implement a regression model by controlling overfitting and validating model predictions, understand the basics of text mining.
  • At the end of this training, the participant will be able to determine the type of techniques to apply based on the questions asked and perform elaborate pre-processing to implement predictive models.

DAY 1

  • Introduction to unsupervised methods:
    • Principal component analysis (PCA)
    • Automatic classification (k-means),
    • Association rules (apriori, eclat)
  • Introduction to supervised methods:
    • Linear and logistic regression models with regularization (ridge regression),
    • Decision trees (regression and classification)
    • .

DAY 2

  • Standard methods for implementing predictive models:
    • Feature engineering: learning to reduce the complexity of a problem,
    • Variable selection,
    • Cross-validation,
    • Calibration of a predictive model
    • Text mining and web scraping

Prerequisites

  • None

Instructional and supervisory resources

  • In-class training sessions,
  • Instructional materials in digital format,
  • Concrete case studies,
  • Theoretical presentations,
  • Use of data provided by participants,
  • In-depth work on the data,
  • Paper-board, video projector, internet connection

 

Analysis Data Science Open Source On-site courses Face-to-face Remote/Virtual French English
Python - Advanced
Python - Advanced
  • Deepen the tools to represent and manipulate complex data, effectively use the pandas library, import data sources (CSV, JSON, XML, SQL), perform a simple or multiple linear regression model with the statmodels library, perfect your knowledge of matplotlib and know how to use seaborn or plotly..
  • At the end of this training, the participant should be able to import or even merge structured or unstructured data sources, apply advanced processing on quantitative and qualitative data and build elaborate static or dynamic graphs.

DAY 1

  • Advanced Data Processing:
    • The numpy library :
      • advanced functions (views, slices)
      • the interface with scipy
    • The pandas library:
      • The import of external data sources,
      • The aggregation of data,
      • The reshaping,
      • Indexing,
      • The merging of data sources
    • The statmodels library:
      • Single and multiple regression,
      • The testing of regression coefficients,
      • The diagnosis of the model,
      • Point and interval prediction
    • The processing of strings, regex
    • Date processing and time series management

DAY 2

    • The generators, itertools, lazy evaluation
    • The database interface (SQL, NoSQL)
    • The Seaborn package:Advanced graphing features (trellis graphs, statistical distributions, heatmap)
    • Interactive graphics with the Bokeh and Plotly packages.

 

Analysis Data Science Open Source On-site courses Remote/Virtual Face-to-face French English
Python - basics
Python - basics
  • Understand how data is represented, know how to manipulate simple data structures, master the basics of the numpy and scipy libraries for numerical computation and basic statistical functions, learn the basics of graphical visualization with matplotlib.
  • At the end of this training, the participant should be able to write simple analysis scripts working either with artificial data or with data sources that do not require major pre-processing. He/she will know how to implement the main statistical tests for the comparison of two samples and perform basic exploratory graphs.

Day 1

  • The working environment: Python 2 and 3.x,
  • The presentation of the different consoles and debugging in Python :
    • Anaconda
    • Jupyter
    • Spyder
  • Data types: lists, dictionaries
  • Control structures
  • The functions, methods and packages

DAY 2

  • Data handling and cleaning:
    • numpy: Basic objects and manipulation of 2-dimensional arrays (array and numeric calculation functions, random number generators)
    • scipy: Basic functionality (scientific functions and basic statistical tests)
    • The probability distributions and univariate statistics.
      • matplotlib: basic features: scatterplot, box plot, histogram
    • Simple scripting

 

Analysis Data Science Open Source On-site courses Short courses Face-to-face Remote/Virtual French English
R - Advanced
R - Advanced

 

  • Deepen the tools to represent and manipulate complex data, discover the dplyr and data.table packages to optimize data processing, import data sources (CSV, JSON, XML, SQL), perform a simple or multiple linear regression model with the {stats} package, improve knowledge of graphs and know how to use ggplot2 or plotly.
  • At the end of this training, the participant should be able to import or even merge structured or unstructured data sources, apply advanced processing on quantitative and qualitative data, and build elaborate static or dynamic graphs.a

DAY 1

    • Importing external data sources with the{base}, {foreign} and {haven}

packages

  • The tools for optimizing data processing, {data.table} and {dplyr} :
    • Advanced data frame manipulation,
    • Data aggregation,
    • The reshaping,
    • Indexing,
    • The merging of data sources
  • The realization of a simple or multiple linear regression model with the {stats} package:
    • The simple and multiple regression,
    • The testing of regression coefficients,
    • The diagnosis of the model,
    • Point and interval prediction

DAY 2

  • The processing of strings, regex
  • The processing of dates and time series management
  • The functional approach and lazy evaluation
  • The database interface (SQL, NoSQL)
  • The advanced graphical features with the {ggplot2} package:
    • Trellis charts,
    • Statistical distributions,
    • Data presentation with heatmap
  • Building elaborate interactive static or dynamic graphs with the {ggvis} and {plotly} packages
Analysis Data Science Open Source Short courses On-site courses Remote/Virtual Face-to-face French English
R - basics
R - basics
  • Understand how data is represented, know how to manipulate simple data structures, master basic functions in the {base} and {stats} packages for numerical computation and basic statistical functions, learn the basics of graphical visualization with the basic graphics package {graphics}.
  • At the end of this training, the participant should be able to write simple analysis scripts working with either artificial data or data sources that do not require major pre-processing. He/she will know how to implement the main statistical tests for comparing two samples and perform basic exploratory graphs.

DAY 1

  • The work environment:
    • Introduction to R 3.x
    • Introduction to RStudio
  • The different basic data types (vector, list, data frame), control structures, simple functions
  • The basic control structures of R
  • The important functions and packages for data manipulation

DAY 2

  • The basic features:
    • Simple numeric functions,
    • The random number generators
  • The probability distributions and univariate statistics
  • Scientific functions {stats} and basic statistical tests
    • Elementary statistical graphical management: scatterplot, box plot, histogram)
  • The writing of simple programming scripts with R

 

Analysis Data Science Open Source Short courses On-site courses Remote/Virtual Face-to-face French English
Time Series with R
Time Series with R

Please contact us if you would prefer to have this training course held in English.

Analysis Data Science Open Source On-site courses Short courses Remote/Virtual Face-to-face Blended English French
Publishing
Citavi : bibliographic and reference management
Citavi : bibliographic and reference management
  • Creating your Citavi project
  • Organize and manage your references with Citavi
  • Feed its database with new references through different exports: DOI, PDF, websites,…
  • Cite its bibliographic references with Citavi and publish documents with Word, articles containing bibliographic references
  • Exchange and share one’s references and knowledge items
  1. Introduction to Citavi: theoretical presentation (30 min)
  2. Starting with Citavi: Discovering the interface and working on a project (create, open, save), Collaborating with Citavi: applied exercises (1h30)
  3. Feeding the project : Adding references (manually, automatically), Searching and then inserting references (from Citavi, from the Internet, with the Picker) : concrete exercises with imports of different document formats, browsing the Internet to search for new documents (1h30)
  4. Organize and plan : Structure and sort your references (ranking, filter, table) , Search in your project (in references and full text), Modify your references (fields, linked documents, keywords, evaluation), Plan your work (tasks) : presentation and practical exercises, case study (1h)
  5. Enriching with knowledge elements: using the knowledge organizer, working on one’s PDFs (annotations), Adding thoughts to the project, Linking an article and its review: applied exercises (1h30)
  6. Exploiting your project: Using citation styles Exporting references (clipboard, text file, spreadsheet, via email) Creating a project bibliography Writing documents with Word theoretical presentation and practical application (1h)

 

Publishing On-site courses Short courses Face-to-face Remote/Virtual English French Allemand Italien
EndNote: bibliographic and reference management
EndNote: bibliographic and reference management
  • Creating your bibliographic database
  • Organize and manage your references with EndNote
  • Feed your database with new references through various exports: DOI, PDF, websites,…
  • Cite your bibliographic references with EndNote and publish documents with Microsoft Word, articles containing bibliographic references
  • Exchange and share your references

Please contact us if you would like to have this training course held in English.

Publishing On-site courses Face-to-face Remote/Virtual French
Set up a scientific and technological monitoring in an innovative project
Set up a scientific and technological monitoring in an innovative project
  • Succeed in the implementation of scientific, technical and technological monitoring for a project.
  • Know the watch cycle and organize your monitoring plan.
  • Organize the different stages of the monitoring concretely.
Publishing Scientific communication and writing On-site courses Short courses Face-to-face Remote/Virtual French
Scientific communication and writing
Communicating science to a wider audience
Communicating science to a wider audience

This course is designed for scientific researchers and anyone working in scientific communication. It will provide trainees with the means and journalistic techniques, both written and oral, to simplify their complex messages with the help of metaphors that are easier to understand and prevents from using the dry language of experts.

In a nutshell: how to formulate dynamic headlines, how to synthesize and simplify these messages, and how to popularize them so that they can be understood by the greatest number of people.

Scientific communication and writing Short courses On-site courses Face-to-face English
Oral communication in English for scientific conferences
Oral communication in English for scientific conferences
  • Be able to speak in English with confidence in front of a scientific audience
  • Know how to use your body (breathing, stance, posture, gestures) to pace your speech
  • Know how to project yourself into the space and attract the attention of the audience by giving authority to your speech
    Identify one’s weak and strong points with the help of other participants
  • Know how to summarize information to make it more dynamic
  • Know how to use your presentation as a springboard to express yourself, not a crutch
  • Prepare an argument to back up your speech and answer questions quickly
  • Be more fluid in English and handle questions.
  • Scientific communication and writing Short courses On-site courses Face-to-face English
Set up a scientific and technological monitoring in an innovative project
Set up a scientific and technological monitoring in an innovative project
  • Succeed in the implementation of scientific, technical and technological monitoring for a project.
  • Know the watch cycle and organize your monitoring plan.
  • Organize the different stages of the monitoring concretely.
Publishing Scientific communication and writing On-site courses Short courses Face-to-face Remote/Virtual French
Writing science for publication
Writing science for publicationScientific communication and writing Short courses On-site courses Remote/Virtual Face-to-face English
Theoretical and applied statistics
Data Analysis with R
Data Analysis with R

Please contact us if you would like to have this training course held in English.

Data Science Open Source Theoretical and applied statistics On-site courses Short courses Remote/Virtual Face-to-face Blended French English
Discovering Stata software: Stata Deb1 - Stata Deb4
Discovering Stata software: Stata Deb1 - Stata Deb4
  • Mastery of the basic functions in order to be autonomous with Stata on the following subjects: Descriptive statistics, graphs and first estimates.

4 modules of 3.5 hours each

Stata Deb1 : Meeting the software 

  • Presentation of the software environment
  • How to set up a Stata session to be efficient
  • The general syntax of a Stata command
  • How to use the help to become autonomous
  • Commented example of a Stata session to understand its possibilities
  • Importing data, describing them and visualizing them: a first approach
  • A first exercise

Stata Deb2: Working with your data 

  • Exploring a data file: the if, by and in conditional
  • Manipulating variables: creation, recoding, labels and many other tricks
  • Handling data: sorting, deleting, merging, changing format and producing aggregated data
  • An exercise to test yourself

Stata Deb3: Descriptive Statistics, Tables and Charts 

  • Descriptive statistics
  • Synthetic statistical tables
  • Univariate analysis
  • An introduction to analysis of variance
  • Graphs with Stata
  • A synthetic exercise

Stata Deb4: An introduction to regression

  • Linear regression: estimation, post-estimation, diagnostics and tests
  • Logistic regression: estimation, post-estimation, diagnostics and tests
  • Discovering programming: loops
  • Synthetic exercise (continued)

 

Analysis Econometrics / Finance Theoretical and applied statistics Short courses On-site courses Remote/Virtual Face-to-face English French
DOE with Design Expert
DOE with Design Expert

Please contact us if you would prefer to have this training course held in English.

Analysis Engineering and development Laboratory processes and applications Theoretical and applied statistics On-site courses Coaching Consulting Face-to-face Remote/Virtual English French
Stata Advanced : Stata Av1 - Stata Av4
Stata Advanced : Stata Av1 - Stata Av4
  • Improve your knowledge of the software and discover advanced functions of Stata
    • Declare data in different formats
    • Advanced estimation
    • Programming.

4 modules of 3.5 hours each

Stata Av1 : Advanced data management

  • Treatment of alphanumeric variables
  • Merging and aggregating data
  • Processing of date variables and time series operators
  • Advanced management of graphs

Stata Av2 : Programming with Stata

  • Local and global macros
  • Loops, sums and counters, temporary variables
  • Programming to reproduce
  • Application examples

Stata Av3: Estimation methods, tests and predictions

  • Linear regression with categorical variables and interactions
  • Presenting results in a synthetic table and exporting them
  • Specification tests and diagnostics
  • Extension to other estimation methods

Stata Av4: Introduction to panel data estimation

  • Structure and visualize data
  • Fixed effects model
  • Random effects models
  • Some extensions
Analysis Theoretical and applied statistics Short courses On-site courses Remote/Virtual Face-to-face English French
Stata ERM
Stata ERM
  • Learn to account for different sources of endogeneity in a regression model

3.5 hour module

  • The different sources of endogeneity and the consequences for the properties of estimators
  • Estimation methods
  • Synthetic ordering that allows for these different sources to be considered in a single model
  • Practical exercise

 

Analysis Data Science Theoretical and applied statistics On-site courses Face-to-face Remote/Virtual French English
Stata Lasso
Stata Lasso
  • How to master Lasso (least absolute shrinkage and selection operator) methods with Stata for prediction and/or inference on causal parameters. This regression method (typically used in high-dimensional problems) consists of penalizing the absolute size of the regression coefficients.

Please contact us if you would like to have this training course held in English.

Analysis Theoretical and applied statistics On-site courses Face-to-face Remote/Virtual French English
Stata, Datetimes treatment and times series analysis (Series Temp 1 & 2)
Stata, Datetimes treatment and times series analysis (Series Temp 1 & 2)
  • Processing and Analyzing Time Series with Stata.

Please contact us if you would like to have this training course held in English & for the whole program.

Analysis Data Science Econometrics / Finance Theoretical and applied statistics On-site courses Face-to-face Remote/Virtual French English
Using Stata Effectively: Data Management, Analysis, and Graphics Fundamentals
Using Stata Effectively: Data Management, Analysis, and Graphics Fundamentals
  • Become familiar with three main components of Stata: data management, data analysis, and data visualization.
  • Upon completion of the course, you will be able to use Stata efficiently for data management, basic analyses and graphics.
  • You will be able to create reproducible analysis, for better collaborative works and simplified follow-up analyses

Program :

 

  • Fundamentals of Using Stata (1h30 – Day1)
    • Keeping organized
    • Knowing how Stata treats data
    • Using dialog boxes efficiently
    • Using the Command window
    • Saving time and effort while working
    • A sample Stata Session
    • Getting Help
  • Basic Data Management in Stata (3h30 – Day1 and Day2)
    • Reading Data in Stata
      • Using and Saving Stata data files
      • Reading in datasets of various standard formats, such as those from spreadsheets or databases
    • Labeling data, variables and values and setting up encoded variables
    • Creating and Recoding variables in an efficient fashion
    • Generating statistics within groups, and working across variables
  • Intermediate Data Management in Stata (2h – Day2)
    • Combining datasets by adding observations and by adding variables
    • Reshaping data from wide to long
    • Reshaping data from long to wide
    • Collapsing data across observations
  • Workflow (1h30 – Day3)
    • Using menus and the Command window to work quickly
    • Setting up Stata for your profile
    • Keeping complete records of what is done inside Stata: saving dofile
    • Creating reproducible analyses, which are completely documented
    • Finding, installing, and removing community-contributed extensions to Stata
    • Customizing how Stata starts up and where it looks for files
  • Analysis (3h30 – Day3 and Day 4)
    • Using basic statistical commands
    • Reusing results of Stata commands
    • Using common postestimation commands
    • Working with interactions and factor variables
  • Graphics (2h – Day 4)
    • Introduction to graphics
    • Overview of graph two-way plots
    • Building up complex graphs
    • Using the Graph Editor
Analysis Data Science Theoretical and applied statistics On-site courses Short courses Remote/Virtual Face-to-face English
Filters
Category
Type
Modalities
Language

Are you looking for information about a training course?

You want to set up a customized training session?

Contact our pedagogical team!