Skip to main content

Type Alias: SpatialRegressionFunctionArgs

SpatialRegressionFunctionArgs: z.ZodObject<{ datasetName: z.ZodString; dependentVariable: z.ZodString; independentVariables: z.ZodArray<z.ZodString>; modelType: z.ZodEnum<["classic", "spatial-lag", "spatial-error"]>; weightsId: z.ZodOptional<z.ZodString>; }>

Defined in: packages/tools/geoda/src/regression/tool.ts:13