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

8722 Confidence courses in Dunbar delivered Online

Lab Technician Course

5.0(1)

By Course Gate

Join our Lab Technician Course to develop essential skills in medical laboratory services. Learn about laboratory techniques, equipment operation, and safety protocols, preparing you for a successful career in healthcare.

Lab Technician Course
Delivered Online On Demand7 hours 6 minutes
£11.99

Real Estate Agent | Online Course

4.9(27)

By Apex Learning

Overview In the dynamic world of property sales, becoming a successful estate agent requires more than just basic knowledge; it demands a comprehensive understanding of the industry. Our Real Estate Agents | Online Course offers an in-depth exploration of all essential aspects of real estate, equipping you with the skills needed to excel as an estate agent. From mastering property valuation and market analysis to learning advanced negotiation techniques, this course is designed to prepare you for a thriving career in real estate. Our online course provides flexible learning options, allowing you to gain expertise in key areas such as property management, client relations, and legal regulations affecting estate agents. With engaging content and practical insights, you'll develop the knowledge and confidence needed to navigate the real estate market and advance your career as a top-notch estate agent. Enrol today and take the first step towards becoming a successful real estate professional. Key Features of the Course: FREE Real Estate Agents CPD-accredited certificate Get a free student ID card with Real Estate Agents training (£10 applicable for international delivery) Lifetime access to the Real Estate Agents course materials The Real Estate Agents program comes with 24/7 tutor support Get instant access to this Real Estate Agents course Learn Real Estate Agents training from anywhere in the world The Real Estate Agents training is affordable and simple to understand The Real Estate Agents training is entirely online How will I get my certificate? You may have to take a quiz or a written test online during or after the course. After successfully completing the Real Estate Agents | Online Course course, you will be eligible for the certificate. Who is This course for? There is no experience or previous qualifications required for enrolment on this Real Estate Agents | Online Course. It is available to all students, of all academic backgrounds. Requirements Our Real Estate Agents | Online Course is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G.There is no time limit for completing this course, it can be studied in your own time at your own pace Career Path Having these various qualifications will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Course Curriculum 4 sections • 13 lectures • 07:30:00 total length •Module 1: Estate Agent: An Introduction: 00:04:00 •Module 2: Different Types of Estate Agents: 00:04:00 •Module 3: Getting Started on the Job: 00:04:00 •Module 4: Listing Property: Finding the Sellers: 00:05:00 •Module 5: Valuation Process: 00:05:00 •Module 6: Negotiating as Estate Agent: 00:05:00 •Module 7: Selling Property: Finding the Buyers: 00:05:00 •Module 8: Letting Property: 00:06:00 •Module 9: Technology for Estate Agents: 00:07:00 •Module 10: Regulation of Estate Agents: 00:05:00 •Additional Reading Materials - Real Estate Agents: 06:00:00 •Mock Exam - Real Estate Agents | Online Course: 00:20:00 •Final Exam - Real Estate Agents | Online Course: 00:20:00

Real Estate Agent | Online Course
Delivered Online On Demand8 hours
£9.99

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

Business Management Training

4.8(9)

By Skill Up

Empower your business acumen with our training course! Grasp core management principles, enhance strategic thinking, & lead with confidence. Propel your career forward.

Business Management Training
Delivered Online On Demand9 hours 12 minutes
£25

IELTS Exam Preparation Course

4.8(9)

By Skill Up

Prepare for the IELTS exam with our comprehensive course. Improve your English language skills, boost your confidence, and achieve your desired scores.

IELTS Exam Preparation Course
Delivered Online On Demand3 hours 44 minutes
£25

Functional Skills Maths Level 2

4.8(9)

By Skill Up

Boost your maths confidence! Master Level 2 Functional Skills, tackle real-life problems, improve employability. Step up your maths game, unlock new opportunities!

Functional Skills Maths Level 2
Delivered Online On Demand9 hours 30 minutes
£25

Fitness Instructor Training Course

5.0(2)

By Training Express

Fitness Instructor Training Course Overview Step into the exciting world of fitness with our Fitness Instructor Training Course. Designed for those passionate about helping others achieve their health goals, this course provides you with the foundational knowledge to guide individuals through various exercises and routines. Whether you're looking to enter the fitness industry or simply enhance your existing knowledge, this course ensures that you gain the necessary insights and techniques to offer safe and effective guidance. With a focus on flexibility, you'll explore key topics such as anatomy, exercise physiology, nutrition, and the different types of fitness training. All content is delivered online, allowing you to learn at your own pace, from anywhere. We break down complex topics into bite-sized, digestible lessons that ensure you not only learn but enjoy the process. Our aim is to help you build confidence in your fitness knowledge and give you the tools to potentially inspire others on their fitness journey. By the end of the course, you will have the knowledge required to assist others in achieving their fitness goals while keeping your own health journey at the forefront. Key Features of This Fitness Instructor course: CPD Accredited Fitness Instructor Training Course FREE PDF + Hardcopy certificate Fully online, interactive Fitness Instructor course Self-paced learning and laptop, tablet and smartphone-friendly 24/7 Learning Assistance Discounts on bulk purchases Course Curriculum: Module 01: Introduction to Fitness Training Module 02: Anatomy and Physiology Module 03: Fundamentals of Exercise Programming Module 04: Nutrition Basics for Fitness Module 05: Coaching Skills and Communication Module 06: Professional Practice and Business Skills Module 07: Exercise Physiology and Kinesiology Module 08: Fitness Management, Tactical Strength and Conditioning Learning Outcomes Analyse human anatomy for targeted fitness programming. Develop effective exercise routines based on physiological principles. Apply nutritional knowledge to enhance client well-being. Master communication strategies for successful coaching. Establish and manage a thriving fitness practice. Implement tactical strength and conditioning techniques for optimal results. Accreditation All of our courses are fully accredited, including this Fitness Instructor Training Course, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in Fitness Instructor . Certification Once you've successfully completed your Fitness Instructor Training Course, you will immediately be sent a digital certificate. Also, you can have your printed certificate delivered by post (shipping cost £3.99). Our Fitness Instructor Training Course certification has no expiry dates, although we do recommend that you renew them every 12 months. CPD 10 CPD hours / points Accredited by CPD Quality Standards Who is this course for? This Fitness Instructor Training Course can be taken by anyone who wants to understand more about the topic. With the aid of this Fitness Instructor Training course, you will be able to grasp the fundamental knowledge and ideas. Additionally, this Fitness Instructor Training Course is ideal for: Fitness enthusiasts seeking a career change. Individuals passionate about health and wellness. Those aspiring to become certified fitness instructors. Professionals looking to upskill in the fitness industry. Requirements Learners do not require any prior qualifications to enrol on this Fitness Instructor Training Course. You just need to have an interest in Fitness Instructor Training Course. Career path After completing this Fitness Instructor Training Course you will have a variety of careers to choose from. The following job sectors of Fitness Instructor Training Course are: Fitness Instructor - £18K to 30K/year. Personal Trainer - £20K to 35K/year. Gym Manager - £22K to 40K/year. Strength and Conditioning Coach - £25K to 45K/year. Nutrition Advisor - £20K to 35K/year. Certificates Digital certificate Digital certificate - Included Once you've successfully completed your course, you will immediately be sent a FREE digital certificate. Hard copy certificate Hard copy certificate - Included Also, you can have your FREE printed certificate delivered by post (shipping cost £3.99 in the UK). For all international addresses outside of the United Kingdom, the delivery fee for a hardcopy certificate will be only £10. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Fitness Instructor Training Course
Delivered Online On Demand1 hour
£12

Vaccination Training

5.0(1)

By Course Gate

Learn essential vaccine principles, types, safety protocols, and communication strategies with our Vaccination Training course. Perfect for healthcare professionals and public health practitioners, this comprehensive course equips you to effectively manage vaccination tasks and address public health challenges, including pandemics.

Vaccination Training
Delivered Online On Demand2 hours 23 minutes
£11.99

Medical Terminology and Abbreviation Course

5.0(1)

By Course Gate

Enhance your healthcare communication skills with our Medical Terminology and Abbreviation Course. Covering essential vocabulary, acronyms, and body systems, this course is perfect for aspiring professionals and current workers seeking to improve their understanding and application of medical language. Complete the course at your own pace and receive a certificate of achievement.

Medical Terminology and Abbreviation Course
Delivered Online On Demand3 hours 30 minutes
£11.99

HR Management Course

4.9(27)

By Apex Learning

Overview HR professionals are in HIGH DEMAND! Businesses across the UK are actively seeking skilled individuals to manage recruitment, employee relations, and organizational development. With the increasing need for effective HR management, this is the perfect time to gain the expertise and step into a role that plays a crucial part in every organization. Throughout this comprehensive HR Management course, you’ll explore essential topics such as recruitment strategies, performance management, employee engagement, conflict resolution and workplace compliance. After successful completion of this course you can acquire the required skills in this sector. This HR Management Course comes with accredited certification from CPD, which will enhance your CV and make you worthy in the job market. You may have to take a quiz or a written test online during or after the course. After successfully completing the course, you will be eligible for the certificate. So enroll in this course today to fast-track your career ladder. Description Course Curriculum 1 sections • 10 lectures • 03:10:00 total length •Module 01: Introduction to Human Resource(HR) •Module 02: Employee Recruitment and Selection Procedure •Module 03: Employee Training and Development Process •Module 04: Performance Appraisal Management •Module 05: Employee Relations •Module 06: Motivation and Counselling •Module 07: Ensuring Health and safety at the Workplace •Module 08: Employee Termination •Module 09: Employer Record and Statistics •Module 10: Essential UK Employment Law Who is This course for? Who is this course for? This course is ideal for anyone interested in building a career in HR management or enhancing their knowledge in the field. Whether you're a beginner, an aspiring HR professional, or a business owner seeking to improve your people management skills, this course is perfect for you. Requirements Our HR Management Course is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible with tablets and smartphones so you can access your course on Wi-Fi, 3G or 4G. Career Path Completing this course will enhance your CV and open opportunities in various HR roles across industries. HR Assistant Recruitment Coordinator HR Officer Talent Acquisition Specialist HR Manager

HR Management Course
Delivered Online On Demand3 hours 10 minutes
£12