Skip to content

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 ​

ParameterType
opts{ grade: number; jurisdictions: string; subject: string; variable: string; year?: string; }
opts.gradenumber
opts.jurisdictionsstring
opts.subjectstring
opts.variablestring
opts.year?string

Returns ​

Promise<NaepResponse>

Released under the MIT License.