VIEW ON GITHUB

REM E3 Model Fixed

Shuchun Lai (Lea Lai) — Ph.D. Candidate & Researcher

Overview

This repository contains the core implementation, simulation, and analysis code for Experiment 3 (E3) within the project-context research. It focuses on the fixed E3 model structure and provides all scripts necessary to reproduce the results.

🎓 Dissertation Project

My Ph.D. dissertation explores long-term context memory using the REM (Retrieving Effectively from Memory) model. Key themes include:

Experiment 3 (E3) extends these concepts to multi-list learning, examining how context change by list and word influences recognition performance over time.

📂 Repository Structure

🚀 Getting Started

Prerequisites: Julia v1.10+, R v4.0+, and required packages in Project.toml & Manifest.toml.

Run Model:

cd REM_E3_model_fixed/E3
julia main_JL_E3_V0.jl

Run Analysis:

Rscript R_plots.r

📈 Usage & Examples

Example outputs: plot1.png, plot2.png. Regenerate these via the R scripts to explore parameter effects.

🔧 Development & Contribution

Follow conventional commits:

Fork, issue, and PR welcome!

🏷️ Versioning

Tags under v0.x. See tags page.