write_dofile
Generate Stata code in a dofile format for regression analysis and statistical operations with structured inputs using the Stata-MCP server.
Instructions
write the stata-code to dofile
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes |
Input Schema (JSON Schema)
{
"properties": {
"content": {
"title": "Content",
"type": "string"
}
},
"required": [
"content"
],
"title": "write_dofileArguments",
"type": "object"
}