• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

7864 Courses

Sports Coaching Diploma Level 3

5.0(1)

By Course Gate

Master the art of sports coaching with our Sports Coaching Diploma Level 3 course. Gain valuable skills in psychology, training techniques, fitness principles, and more. Perfect for aspiring coaches or those seeking to enhance their coaching expertise. Enrol now and kickstart your career in sports coaching!

Sports Coaching Diploma Level 3
Delivered Online On Demand3 hours 33 minutes
£11.99

Private Investigator Diploma

5.0(1)

By Course Gate

Train to become a skilled Private Investigator (PI) with our comprehensive diploma. Learn essential investigative techniques, from surveillance to business setup, and start your career with confidence. Enrol today!

Private Investigator Diploma
Delivered Online On Demand2 hours 6 minutes
£11.99

Functional Skills Maths Level 2

By The Teachers Training

Achieve proficiency in practical math skills with Functional Skills Maths Level 2. Build confidence and competence for everyday tasks and career advancement.

Functional Skills Maths Level 2
Delivered Online On Demand10 hours
£15

Interest Rate Futures & Swaps - Pricing, Hedging & xVA Adjustments

5.0(5)

By Finex Learning

This 3 Days programme will equip you to use, price, manage and evaluate interest rate and cross-currency derivatives. The course starts with the building blocks of money markets and futures, through yield curve building to interest-rate and cross-currency swaps, and applications. The approach is hands-on and learning is enhanced through many practical exercises covering hedging, valuation, and risk management. This course also includes sections on XVA, documentation and settlement. The programme includes extensive practical exercises using Excel spreadsheets for valuation and risk-management, which participants can take away for immediate implementation.

Interest Rate Futures & Swaps - Pricing, Hedging & xVA Adjustments
Delivered in Internationally or OnlineFlexible Dates
Price on Enquiry

Introduction to R Programming

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for Business Analysts, Technical Managers, and Programmers Overview This intensive training course helps students learn the practical aspects of the R programming language. The course is supplemented by many hands-on labs which allow attendees to immediately apply their theoretical knowledge in practice. Over the past few years, R has been steadily gaining popularity with business analysts, statisticians and data scientists as a tool of choice for conducting statistical analysis of data as well as supervised and unsupervised machine learning. What is R ? What is R? ? Positioning of R in the Data Science Space ? The Legal Aspects ? Microsoft R Open ? R Integrated Development Environments ? Running R ? Running RStudio ? Getting Help ? General Notes on R Commands and Statements ? Assignment Operators ? R Core Data Structures ? Assignment Example ? R Objects and Workspace ? Printing Objects ? Arithmetic Operators ? Logical Operators ? System Date and Time ? Operations ? User-defined Functions ? Control Statements ? Conditional Execution ? Repetitive Execution ? Repetitive execution ? Built-in Functions ? Summary Introduction to Functional Programming with R ? What is Functional Programming (FP)? ? Terminology: Higher-Order Functions ? A Short List of Languages that Support FP ? Functional Programming in R ? Vector and Matrix Arithmetic ? Vector Arithmetic Example ? More Examples of FP in R ? Summary Managing Your Environment ? Getting and Setting the Working Directory ? Getting the List of Files in a Directory ? The R Home Directory ? Executing External R commands ? Loading External Scripts in RStudio ? Listing Objects in Workspace ? Removing Objects in Workspace ? Saving Your Workspace in R ? Saving Your Workspace in RStudio ? Saving Your Workspace in R GUI ? Loading Your Workspace ? Diverting Output to a File ? Batch (Unattended) Processing ? Controlling Global Options ? Summary R Type System and Structures ? The R Data Types ? System Date and Time ? Formatting Date and Time ? Using the mode() Function ? R Data Structures ? What is the Type of My Data Structure? ? Creating Vectors ? Logical Vectors ? Character Vectors ? Factorization ? Multi-Mode Vectors ? The Length of the Vector ? Getting Vector Elements ? Lists ? A List with Element Names ? Extracting List Elements ? Adding to a List ? Matrix Data Structure ? Creating Matrices ? Creating Matrices with cbind() and rbind() ? Working with Data Frames ? Matrices vs Data Frames ? A Data Frame Sample ? Creating a Data Frame ? Accessing Data Cells ? Getting Info About a Data Frame ? Selecting Columns in Data Frames ? Selecting Rows in Data Frames ? Getting a Subset of a Data Frame ? Sorting (ordering) Data in Data Frames by Attribute(s) ? Editing Data Frames ? The str() Function ? Type Conversion (Coercion) ? The summary() Function ? Checking an Object's Type ? Summary Extending R ? The Base R Packages ? Loading Packages ? What is the Difference between Package and Library? ? Extending R ? The CRAN Web Site ? Extending R in R GUI ? Extending R in RStudio ? Installing and Removing Packages from Command-Line ? Summary Read-Write and Import-Export Operations in R ? Reading Data from a File into a Vector ? Example of Reading Data from a File into A Vector ? Writing Data to a File ? Example of Writing Data to a File ? Reading Data into A Data Frame ? Writing CSV Files ? Importing Data into R ? Exporting Data from R ? Summary Statistical Computing Features in R ? Statistical Computing Features ? Descriptive Statistics ? Basic Statistical Functions ? Examples of Using Basic Statistical Functions ? Non-uniformity of a Probability Distribution ? Writing Your Own skew and kurtosis Functions ? Generating Normally Distributed Random Numbers ? Generating Uniformly Distributed Random Numbers ? Using the summary() Function ? Math Functions Used in Data Analysis ? Examples of Using Math Functions ? Correlations ? Correlation Example ? Testing Correlation Coefficient for Significance ? The cor.test() Function ? The cor.test() Example ? Regression Analysis ? Types of Regression ? Simple Linear Regression Model ? Least-Squares Method (LSM) ? LSM Assumptions ? Fitting Linear Regression Models in R ? Example of Using lm() ? Confidence Intervals for Model Parameters ? Example of Using lm() with a Data Frame ? Regression Models in Excel ? Multiple Regression Analysis ? Summary Data Manipulation and Transformation in R ? Applying Functions to Matrices and Data Frames ? The apply() Function ? Using apply() ? Using apply() with a User-Defined Function ? apply() Variants ? Using tapply() ? Adding a Column to a Data Frame ? Dropping A Column in a Data Frame ? The attach() and detach() Functions ? Sampling ? Using sample() for Generating Labels ? Set Operations ? Example of Using Set Operations ? The dplyr Package ? Object Masking (Shadowing) Considerations ? Getting More Information on dplyr in RStudio ? The search() or searchpaths() Functions ? Handling Large Data Sets in R with the data.table Package ? The fread() and fwrite() functions from the data.table Package ? Using the Data Table Structure ? Summary Data Visualization in R ? Data Visualization ? Data Visualization in R ? The ggplot2 Data Visualization Package ? Creating Bar Plots in R ? Creating Horizontal Bar Plots ? Using barplot() with Matrices ? Using barplot() with Matrices Example ? Customizing Plots ? Histograms in R ? Building Histograms with hist() ? Example of using hist() ? Pie Charts in R ? Examples of using pie() ? Generic X-Y Plotting ? Examples of the plot() function ? Dot Plots in R ? Saving Your Work ? Supported Export Options ? Plots in RStudio ? Saving a Plot as an Image ? Summary Using R Efficiently ? Object Memory Allocation Considerations ? Garbage Collection ? Finding Out About Loaded Packages ? Using the conflicts() Function ? Getting Information About the Object Source Package with the pryr Package ? Using the where() Function from the pryr Package ? Timing Your Code ? Timing Your Code with system.time() ? Timing Your Code with System.time() ? Sleeping a Program ? Handling Large Data Sets in R with the data.table Package ? Passing System-Level Parameters to R ? Summary Lab Exercises Lab 1 - Getting Started with R Lab 2 - Learning the R Type System and Structures Lab 3 - Read and Write Operations in R Lab 4 - Data Import and Export in R Lab 5 - k-Nearest Neighbors Algorithm Lab 6 - Creating Your Own Statistical Functions Lab 7 - Simple Linear Regression Lab 8 - Monte-Carlo Simulation (Method) Lab 9 - Data Processing with R Lab 10 - Using R Graphics Package Lab 11 - Using R Efficiently

Introduction to R Programming
Delivered OnlineFlexible Dates
Price on Enquiry

Primavera Risk Analysis

By Underscore Group

Discover the powerful schedule and cost risk analysis features of PRA. Course overview Duration: 2 days (13 hours) Our Primavera Risk Analysis course gives a detailed introduction to the schedule and risk analysis features of Primavera Risk Analysis. It shows the powerful features of the tool and give hands on practice throughout the course to ensure you can confidentially put your new skills into practice back in the workplace. This course is designed for new users of Primavera Risk Analysis, and no previous experience is required. You should however be familiar with risk management processes and terminology. Objectives  By the end of the course you will be able to: Import schedules into PRA Add three point estimates onto plans Perform schedule and cost analysis Use templated quick risk Run risk analysis Interpret results from the Risk Histogram and Tornado graph Add task percentiles to a Gantt chart Set up a risk register Add qualitative and quantitative risks Link risk to activities in the plan Create reports Use the Distribution Analyser Content Importing schedules Importing MSP and Primavera Schedules Running import checks Checking schedule integrity Schedule risk analysis 3 point estimating Entering uncertainly Different distributions Using quick risk Updating plan Importing plans with 3 point estimates Cost/Resource uncertainty Resource loadings Creating 3 point cost estimates Resource distributions and escalations Simple cost estimates Templated quick risk Setting up and applying templated quick risk Assessing risk at WBS level Running risk analysis Running risk analysis Interpreting results on the Risk Histogram Setting analysis options Task percentiles Setting task percentile options Including task percentiles on the Gantt chart Tornado graph Creating a Tornado graph Viewing sensitivity Analysing sensitivity against activities Setting up the risk register Setting Schema levels Defining criteria and tolerances Setting up a Risk Breakdown Structure (RBS) Working with manageability and proximity Saving scoring matrices Adding custom fields Exporting data Exporting to Excel, Word and PowerPoint Qualitive risks Setting risk IDs Adding risk cause, description and effect Setting up risk details Entering mitigation actions Quantitative risks Linking risks to activities Adding schedule and cost impacts Defining how multiple risks impact Correlation Migrating your plan Adding mitigation actions to your plan as tasks Linking tasks to mitigation actions Actioning your risk register Progressing risks Importing progressed plans Linking register to progressed plans Risk history The Waterfall chart Saving and reporting Exporting the risk register Running reports Creating new reports Building and comparing risk plans Using the distribution analyser Comparing dates and cost

Primavera Risk Analysis
Delivered in Horsham or OnlineFlexible Dates
Price on Enquiry

Bid Writing Course - CPD Certified

By Wise Campus

Bid Writing: Bid Writing Course Do you want to work in bid writing as a career? We have created the perfect bid writing course for you to help you review the essentials of the craft and start down the path to becoming an expert. With its thorough review, this bid writing course guarantees a thorough comprehension of the subject. You will learn how to organise, organise, and create the bids through the Bid Writing Course. The proposal process, customer comprehension, and presentation are more lessons covered in the bid writing course. Learning about cost, quality, pricing, and sales is also beneficial by taking the bid writing course. Becoming a proficient bid writer by enrolling in our bid writing course will help you advance your profession. Learning Outcome of Bid Writing Course After completing this bid writing course, learners will know about: Bid writing, its planning and developing. The bid writing course teaches how to structure the bid writing. You can understand the proposal and process through the bid writing course. Our bid writing course also focuses on clients and customers. This bid writing course teaches how to find unique selling points. Estimation method, costing, pricing and quality control are part of this bid writing course. Client presentation is also involved in the bid writing course. Through this bid writing course, you can understand templates for proposal building. Special Offers of this Bid Writing: Bid Writing Course This Bid Writing: Bid Writing Course includes a FREE PDF Certificate. Lifetime access to this Bid Writing: Bid Writing Course Instant access to this Bid Writing: Bid Writing Course Get FREE Tutor Support to this Bid Writing: Bid Writing Course Bid Writing: Bid Writing Course Are you looking to pursue a career in bid writing? Our comprehensive Bid Writing: Bid Writing course is designed to equip you with the essential skills needed to excel in this field. Through our Bid Writing: Bid Writing course, you'll gain a deep understanding of how to structure, organize, and craft compelling bids. This Bid Writing: Bid Writing course covers everything from mastering the proposal process to understanding client needs and delivering impactful presentations. Plus, you'll enhance your knowledge of cost, quality, pricing, and sales, making this Bid Writing: Bid Writing course your key to success in the industry. Who is this course for? Bid Writing: Bid Writing Course For anyone interested in bid writing, the bid writing course is excellent for them. Requirements Bid Writing: Bid Writing Course To enrol in this Bid Writing: Bid Writing Course, students must fulfil the following requirements. To join in our Bid Writing: Bid Writing Course, you must have a strong command of the English language. To successfully complete our Bid Writing: Bid Writing Course, you must be vivacious and self driven. To complete our Bid Writing: Bid Writing Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Bid Writing: Bid Writing Course. Career path Bid Writing: Bid Writing Course Successful completion of the bid writing course can lead to a variety of exciting employment prospects in bid writing-related industries.

Bid Writing Course - CPD Certified
Delivered Online On Demand1 hour 42 minutes
£12

Hotel & Restaurant Management: Catering, Hospitality Management

By Wise Campus

Restaurant Management: Restaurant Management Increases your business using the right strategies - Introducing the Ultimate Restaurant Management Course! Do you intend to enter the restaurant management industry? Are you prepared to advance your passion for cuisine and hospitality? Look nowhere else! We're here to provide you with the knowledge and skills you need to succeed in the exciting field of restaurant management through our in-depth Restaurant Management Course. The purpose of the Restaurant Management course is to give participants a thorough understanding of Restaurant Management. This Restaurant Management Course explains everything with a focus on legal ideas. Throughout this Restaurant Management Course you can learn best restaurant practices used in the business, and underlying knowledge. Everyone who wants to acquire the knowledge and abilities necessary to land a career in the restaurant management industry must take the restaurant management course. Following your completion of our Restaurant Management Course training, you will be more effective at work. Our Restaurant Management Course will provide you the skills you need to work more effectively and efficiently. Join our Restaurant Management course if you wish to launch a lucrative career in the related field. Everything you require to advance your profession is included in this Restaurant Management course. So enrol in our Restaurant Management course today to take advantage of this chance! Special Offers of this Restaurant Management: Restaurant Management Course This Restaurant Management: Restaurant Management Course includes a FREE PDF Certificate Lifetime access to this Restaurant Management: Restaurant Management Course Instant access to this Restaurant Management: Restaurant Management Course Get FREE Tutor Support to this Restaurant Management: Restaurant Management Course Restaurant Management: Restaurant Management Our Restaurant Management: Restaurant Management course offers an in-depth understanding of managing restaurant operations with a strong emphasis on legal principles. This Restaurant Management: Restaurant Management course covers best practices in the industry, providing foundational knowledge to excel in the restaurant business. Perfect for aspiring professionals, the Restaurant Management: Restaurant Management course equips you with the skills needed to secure a rewarding career in restaurant management. By completing this Restaurant Management: Restaurant Management training, you’ll be empowered to boost your work efficiency and performance. Gain essential expertise and thrive in the competitive world of Restaurant Management: Restaurant Management! Who is this course for? Restaurant Management: Restaurant Management Those who are interested in or already employed in this industry should take the Restaurant Management: Restaurant Management course. Requirements Restaurant Management: Restaurant Management To enrol in this Restaurant Management: Restaurant Management Course, students must fulfil the following requirements. To join in our Restaurant Management: Restaurant Management Course, you must have a strong command of the English language. To successfully complete our Restaurant Management: Restaurant Management Course, you must be vivacious and self driven. To complete our Restaurant Management: Restaurant Management Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Restaurant Management: Restaurant Management Course. Career path Restaurant Management: Restaurant Management If you have experience in restaurant management, your resume will become more valuable and you will be more qualified.

Hotel & Restaurant Management: Catering, Hospitality Management
Delivered Online On Demand6 hours 6 minutes
£12

Sports First Aid - Understanding Medical Emergencies

By Wise Campus

Sports First Aid: Sports First Aid Online Training Are you a sports enthusiast, coach, or athlete looking to enhance your Sports First Aid knowledge? Look no further! We're thrilled to introduce our Sports First Aid course. This comprehensive Sports First Aid course will equip you with the expertise needed to handle sports-related emergencies with confidence. Our Sports First Aid course is developed by leading sports medicine professionals and experienced trainers who understand the demands of sports injuries. Through this Sports First Aid course, you will learn from their wealth of knowledge to enhance your understanding of sports first aid. The course contains all the most current topics to bring you up to speed with job market advancements and make you a better fit for your chosen career related to sports first aid. This first-rate sports first aid course includes basic to intermediate sports injuries and immediate care, improving your skills. After completing our Sports First Aid course you will be more productive at work. Special Offers Of this Sports First Aid course This Sports First Aid: Sports First Aid course includes a FREE PDF Certificate. Lifetime access to this Sports First Aid: Sports First Aid course Instant access to this Sports First Aid: Sports First Aid course Get FREE Tutor Support to this Sports First Aid: Sports First Aid Course Sports First Aid: Sports First Aid Online Training This Sports First Aid course is ideal for you if you want to learn about the topic in detail. We've separated the Sports First Aid course into multiple lectures, covering all essential elements of Sports First Aid to provide learners with the skills and industry knowledge to further their careers in Sports First Aid. Don't let a sports injury leave you feeling helpless. Gain the skills and knowledge needed to be a confident first responder with Sports First Aid. Enrol in our Sports First Aid course now and take the first step toward becoming a trusted guardian of sports safety. Who is this course for? Sports First Aid: Sports First Aid Online Training This Sports First Aid: Sports First Aid course is developed for people who wish to excel in their professional and personal life. Learn from industry leaders and interact with a global network of experts by enrolling in this Sports First Aid: Sports First Aid course. Requirements Sports First Aid: Sports First Aid Online Training To enrol in this Sports First Aid Course, students must fulfil the following requirements. To join in our Sports First Aid: Sports First Aid Course, you must have a strong command of the English language. To successfully complete our Sports First Aid: Sports First Aid Course, you must be vivacious and self driven. To complete our Sports First Aid: Sports First Aid Course, you must have a basic understanding of computers. A minimum age limit of 15 is required to enrol in this Sports First Aid: Sports First Aid Course. Career path Sports First Aid: Sports First Aid Online Training The Sports First Aid: Sports First Aid course can open up various career paths and opportunities within the sports and healthcare industries, including: Sports Trainer Sports Coach Sports Medicine Specialist

Sports First Aid - Understanding Medical Emergencies
Delivered Online On Demand1 hour 54 minutes
£12

Mechanical engineering - CPD Certified

4.7(47)

By Academy for Health and Fitness

Enhance your skills with the CPD Certified Mechanical Engineering course. This program covers essential topics such as mechanics, thermodynamics, materials science, and fluid dynamics. Gain practical knowledge and industry-recognized certification to boost your career and stay ahead in the field of mechanical engineering.

Mechanical engineering - CPD Certified
Delivered Online On Demand3 hours
£12