Function: gapVariableAcrossJurisdictions() ​
ts
function gapVariableAcrossJurisdictions(opts: {
grade: number;
jurisdictions: string;
subject: string;
variable: string;
year?: string;
}): Promise<NaepResponse>;Defined in: naep/sdk.ts:446
Gap of demographic group differences across jurisdictions. API type: gaponvaracrossjuris. Must have 2+ jurisdictions and a non-TOTAL variable.
Parameters ​
| Parameter | Type |
|---|---|
opts | { grade: number; jurisdictions: string; subject: string; variable: string; year?: string; } |
opts.grade | number |
opts.jurisdictions | string |
opts.subject | string |
opts.variable | string |
opts.year? | string |
Returns ​
Promise<NaepResponse>