{"files":{"SKILL.md":"---\nname: regression-analysis-api\ndescription: \"Regression analysis API skill. Use when working with Regression analysis for regression. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Regression analysis api\nAPI version: 1.0\n\n## Auth\nRequires API key (key parameter)\n\n## Base URL\nhttps://services.scideas.net\n\n## Setup\n1. Include your API key via the key parameter\n3. POST /regression/api -- create first api\n\n## Endpoints\n\n1 endpoints across 1 groups. See references/api-spec.lap for full details.\n\n### regression\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /regression/api | Returns regression analysis. |\n\n## Common Questions\n\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a api?\" -> POST /regression/api\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints typically return the created/updated object\n\n## CLI\n\n```bash\n# Update this spec to the latest version\nnpx @lap-platform/lapsh get regression-analysis-api -o references/api-spec.lap\n\n# Search for related APIs\nnpx @lap-platform/lapsh search regression-analysis-api\n```\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Regression analysis api\n@base https://services.scideas.net\n@version 1.0\n@endpoints 1\n@toc regression(1)\n\n@endpoint POST /regression/api\n@desc Returns regression analysis.\n@required {key: str # api key, outcome_variable: str # name of the desired outcome variable, data: [map]}\n@optional {ignore_variables: [map], convert_date_to: str # convert dates to either month (1-12) or week (1-52)}\n@returns(200) A JSON array of data\n\n@end\n"}}