如何从汇总计数创建物流模型?

时间:2019-04-23 06:50:38

标签: r regression aggregate-functions logistic-regression

我是R语言的新手,我正在尝试学习聚合逻辑建模。

可以说我正在使用下表:

 (void)metadataQueryDidFinishGathering_Notification:(NSNotification *)note {
    NSLog(@"type %@", @(_type));

    NSMetadataQuery *q = note.object;
    if(![q.searchScopes containsObject:_searchURL.absoluteString]) {
        NSLog(@"MISMATCH %@ %@", q.searchScopes, _searchURL);
//        return;
    }

    [q disableUpdates];
    [q stopQuery];

    [self getTotalSizeOfQuery];
}

我可以对$query = EmpDetails::find()->joinWith(['employeeStatutoryDetail']) ->where(['NOT IN', 'emp_statutorydetails.gpa_no', ['']]) ->orWhere(['IS NOT', 'emp_statutorydetails.gpa_no', NULL]); 进行回归吗?

0 个答案:

没有答案