An R-based econometrics MCP server that provides advanced statistical modeling capabilities through R packages like plm, lmtest, and AER. Developed by goji+, the server enables AI assistants to perform complex econometric analyses including linear regression, panel data modeling, instrumental variables regression, and diagnostic testing across various research domains. Useful for researchers and data scientists seeking programmatic access to robust statistical modeling tools.
Run a linear regression model. Parameters: formula (string), data (object), robust (boolean, optional)
Run a panel data model. Parameters: formula (string), data (object), index (array), effect (string, optional), model (string, optional)
Perform model diagnostics. Parameters: formula (string), data (object), tests (array)
Estimate instrumental variables regression. Parameters: formula (string), data (object)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!