<?xml version="1.0" encoding="UTF-8"?>
<CourseUnit xmlns="http://www.manchester.ac.uk/CUICourseUnitDetails" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.manchester.ac.uk/CUICourseUnitDetails.xsd">
  <UnitCode Applicant="Y" Label="Unit code" Student="Y">
    <Code>LELA60141</Code>
  </UnitCode>
  <UnitTitle Applicant="Y" Label="Unit title" Student="Y">
    <Title>Foundational statistics with R</Title>
  </UnitTitle>
  <MaxUnits Applicant="Y" Label="Credit rating" Student="Y">
    <Units>15</Units>
  </MaxUnits>
  <TeachingPeriods Applicant="Y" Label="Teaching period(s)" Student="Y">
    <Period>Semester 1</Period>
  </TeachingPeriods>
  <AcademicCareer Applicant="Y" Label="Academic career" Student="Y">
    <Value>Postgraduate Taught</Value>
  </AcademicCareer>
  <UnitLevel Applicant="Y" Label="Unit level" Student="Y">
    <Level>Level 7</Level>
  </UnitLevel>
  <StaffList Applicant="Y" Label="Teaching staff" RoleLabel="Course Unit Role" Student="Y">
    <StaffMember>
      <Name>Andrea Nini</Name>
      <Role>Unit coordinator</Role>
    </StaffMember>
    <StaffMember>
      <Name>Patrycja Strycharczuk</Name>
      <Role>Unit coordinator</Role>
    </StaffMember>
  </StaffList>
  <OfferedBy Applicant="Y" Label="Offered by" Student="Y">
    <OrganisationList>
      <Organisation>
        <OrgName>Linguistics &amp; English Language</OrgName>
      </Organisation>
    </OrganisationList>
    <GroupList>
      <Group>
        <GroupName></GroupName>
      </Group>
    </GroupList>
    <FheqLevels>
      <FheqLevel>
        <LevelNumber>1</LevelNumber>
        <LevelName>FHEQ level (Framework for Higher Education Qualifications) ' Masters/Integrated Masters P4 ' </LevelName>
      </FheqLevel>
    </FheqLevels>
    <Ects>
      <MaxUnits>European Credit Transfer &amp; Accumulation System Rating :   7.5</MaxUnits>
    </Ects>
  </OfferedBy>
  <MarketingOverview Applicant="Y" Label="Marketing Course unit overview" Student="">
    <Content>&lt;p&gt;This course aims to familiarize students with the basic concepts of statistics through hands-on practice and to build a foundation for more advanced studies in natural language processing. Topics covered in the course include distributions of data, basic principles of probability, describing and visualizing quantitative data, statistical modelling and interpreting quantitative data through hypothesis testing.&lt;/p&gt;</Content>
  </MarketingOverview>
  <UnitOverview Applicant="" Label="Course unit overview" Student="Y">
    <Content>&lt;p&gt;This course aims to familiarize students with the basic concepts of statistics through hands-on practice and to build a foundation for more advanced studies in natural language processing. Topics covered in the course include distributions of data, basic principles of probability, describing and visualizing quantitative data, statistical modelling and interpreting quantitative data through hypothesis testing.&lt;/p&gt;</Content>
  </UnitOverview>
  <Aims Applicant="Y" Label="Aims" Student="Y">
    <Content>&lt;p&gt;The unit aims to:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Familiarize students with basic statistical concepts and terms necessary to understand and perform quantitative research&lt;/li&gt;&lt;li&gt;Foster understanding of the principles of describing, visualizing, and interpreting data&lt;/li&gt;&lt;li&gt;Enable students to develop R programming skills needed to work with quantitative data&lt;/li&gt;&lt;li&gt;Foster organisational, evaluative and critical thinking skills necessary for conducting quantitative research&lt;/li&gt;&lt;li&gt;Provide the mathematical foundations for applying regression methods in computational linguistics&lt;/li&gt;&lt;/ul&gt;</Content>
  </Aims>
  <LearningOutcomes Applicant="Y" Label="Learning outcomes" Student="Y">
    <Content></Content>
  </LearningOutcomes>
  <Knowledge Applicant="Y" Label="Knowledge and understanding" Student="Y">
    <Content>&lt;p&gt;Students will be able to:&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Demonstrate understanding of fundamentals of quantitative analysis for data analysis&lt;/li&gt;&lt;li&gt;Demonstrate knowledge of basic statistical methods&lt;/li&gt;&lt;li&gt;Recall key principles for effective description and visualisation of data&lt;/li&gt;&lt;li&gt;Compare characteristics of basic statistical models&lt;/li&gt;&lt;/ul&gt;</Content>
  </Knowledge>
  <IntellectualSkills Applicant="Y" Label="Intellectual skills" Student="Y">
    <Content>&lt;p&gt;Students will be able to:&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Identify appropriate descriptive and data visualization methods for different types of data&lt;/li&gt;&lt;li&gt;Choose the appropriate statistical model for the type of data under analysis&lt;/li&gt;&lt;li&gt;Reformulate a research question into a statistical hypothesis&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;</Content>
  </IntellectualSkills>
  <PracticalSkills Applicant="Y" Label="Practical skills" Student="Y">
    <Content>&lt;p&gt;Students will be able to:&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Create visualizations and summarizations of data&lt;/li&gt;&lt;li&gt;Fit a statistical model&lt;/li&gt;&lt;li&gt;Write computer code in R to carry out a statistical analysis, from data description to model fitting&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;</Content>
  </PracticalSkills>
  <TransferableSkills Applicant="Y" Label="Transferable skills and personal qualities" Student="Y">
    <Content>&lt;p&gt;Students will be able to:&amp;nbsp;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Explore and analyse quantitative data to extract information&lt;/li&gt;&lt;li&gt;Draw inferences about the relationships of latent variables from quantitative data&lt;/li&gt;&lt;li&gt;Generalise their quantitative analysis skills to new and unfamiliar scenarios&lt;/li&gt;&lt;li&gt;Develop time management skills by working to deadline&amp;nbsp;&lt;br/&gt;&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;</Content>
  </TransferableSkills>
  <EmployabilitySkillsList Applicant="Y" Label="Employability skills" Student="Y">
    <Skill>
      <SkillId></SkillId>
      <SkillDescription></SkillDescription>
    </Skill>
  </EmployabilitySkillsList>
  <Syllabus Applicant="Y" Label="Syllabus" Student="Y">
    <Content>&lt;p&gt;Week 1: Variable types and introduction to R and Rstudio&lt;/p&gt;&lt;p&gt;Week 2: Descriptive statistics and visualisations&lt;/p&gt;&lt;p&gt;Week 3: Introduction to the Linear Model&lt;/p&gt;&lt;p&gt;Week 4: Correlation and data transformation&lt;/p&gt;&lt;p&gt;Week 5: Multiple regression&lt;/p&gt;&lt;p&gt;Week 6: Reading week &amp;nbsp;&lt;/p&gt;&lt;p&gt;Week 7: Regression with categorical predictors&lt;/p&gt;&lt;p&gt;Week 8: Interactions and nonlinear effects&lt;/p&gt;&lt;p&gt;Week 9: Logistic regression&amp;nbsp;&lt;/p&gt;&lt;p&gt;Week 10: Statistical Inference&lt;/p&gt;&lt;p&gt;Week 11: Mixed models 1&amp;nbsp;&lt;/p&gt;&lt;p&gt;Week 12: Mixed models 2&lt;br/&gt;&amp;nbsp;&lt;/p&gt;</Content>
  </Syllabus>
  <TeachingMethods Applicant="Y" Label="Teaching and learning methods" Student="Y">
    <Content>&lt;p&gt;Weekly 2-hour lecture (online asynchronous). These will introduce the theoretical and technical content to the topics covered in the seminars. Asynchronous delivery will allow students to cover the technical content at their own pace.&lt;/p&gt;&lt;p&gt;Five 2-hour synchronous seminars in computer lab. The focus will be on individual and small group computer-based activities implementing the methods described in the lecture, using R Studio. The sessions will consist of collectively working through a series of activities, with students being able to run code provided, combined with exercises that students will complete individually or in small groups. The instructor will circulate and provide assistance as needed. On occasion the whole class will collaborate to provide a solution. &amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;Reading assignments (beyond the main textbook), revision quizzes and additional exercises will be provided between sessions with the Canvas Discussion Board being used for interaction between students and instructors.&lt;/p&gt;</Content>
  </TeachingMethods>
  <AssessmentMethods Applicant="Y" Label="Assessment methods" Student="Y">
    <IntroText> </IntroText>
    <Method>
      <MethodId>0</MethodId>
      <MethodName>Other</MethodName>
      <MethodWeight>100%</MethodWeight>
    </Method>
    <OtherDescription>&lt;figure class="table"&gt;&lt;table style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;Assessment Task&lt;/td&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;Formative or Summative&lt;/td&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;Weighting&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;In-class activities&lt;/td&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;Formative&lt;/td&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;0%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;Research Report&amp;nbsp;&lt;/td&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;Summative&lt;/td&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;50%&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;Exam (On Campus)&lt;/td&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;Summative&lt;/td&gt;&lt;td style="border-color:hsl(0, 0%, 0%);border-style:solid;"&gt;50%&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/figure&gt;</OtherDescription>
  </AssessmentMethods>
  <FeedbackMethods Applicant="Y" Label="Feedback methods" Student="Y">
    <Content>&lt;p&gt;Research Report - Via TurnItIn 15 working days after submission&lt;/p&gt;&lt;p&gt;Exam - Within 15 working days after submission&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</Content>
  </FeedbackMethods>
  <RequirementsList Applicant="Y" Label="Pre/co-requisites" Student="Y">
    <Requirement>
      <UnitCode></UnitCode>
      <UnitTitle></UnitTitle>
      <RequirementType></RequirementType>
      <Description></Description>
    </Requirement>
    <AdditionalRequirement></AdditionalRequirement>
  </RequirementsList>
  <AcademicPrograms Applicant="Y" Label="Academic programmes" Student="Y">
    <AcademicProgram>
      <Program></Program>
      <Plan></Plan>
      <Level></Level>
      <Requirement></Requirement>
    </AcademicProgram>
  </AcademicPrograms>
  <FreeChoice Applicant="Y" Label="Available as a free choice unit?" Student="Y">
    <Content>N</Content>
  </FreeChoice>
  <Accreditation Applicant="Y" Label="Accreditation" Student="Y">
    <Content></Content>
  </Accreditation>
  <RecommendedReading Applicant="Y" Label="Recommended reading" Student="Y">
    <Content>&lt;p&gt;Winter, B. (2019). Statistics for linguists: An introduction using R. Routledge.&lt;/p&gt;&lt;p&gt;Dancey, C. P. &amp;amp; Reidy, J. (2007). Statistics without maths for psychology. Pearson Education.&amp;nbsp;&lt;/p&gt;</Content>
  </RecommendedReading>
  <StudyHours Applicant="Y" Label="Study hours" Student="Y">
    <IntroText> </IntroText>
    <ScheduledHours Applicant="Y" Label="Scheduled activity hours" Student="Y">
      <ActivityHours>
        <ActivityType>Lectures</ActivityType>
        <Hours>22</Hours>
      </ActivityHours>
      <ActivityHours>
        <ActivityType>Tutorials</ActivityType>
        <Hours>10</Hours>
      </ActivityHours>
    </ScheduledHours>
    <PlacementHours Applicant="Y" Label="Placement hours" Student="Y">
      <ActivityHours>
        <ActivityType></ActivityType>
        <Hours>0</Hours>
      </ActivityHours>
    </PlacementHours>
    <TotalHours Applicant="Y" Label="Independent study hours" Student="Y">
      <Hours>118</Hours>
    </TotalHours>
  </StudyHours>
  <Notes Applicant="Y" Label="Additional notes" Student="Y">
    <Content></Content>
  </Notes>
</CourseUnit>
