Displaying 4 results from an estimated 4 matches for "inc2".
Did you mean:
inc
2007 Mar 14
2
ols Error : missing value where TRUE/FALSE needed
I have installed Hmisc and Design. When I use ols, I get the
following error message:
Error in if (!length(fname) || !any(fname == zname)) { :
missing value where TRUE/FALSE needed
The model that I am running is:
> ecools <- ols(eco$exp ~ eco$age + eco$own + eco$inc + inc2, x=TRUE)
I have tried several other combinations of arguments that take TRUE/
FALSE values, but no luck.
Ultimately, I am trying to calculate robust standard errors.
Any help would be appreciated.
Charles Evans
Executive Director
Free Curricula Center
[[alternative HTML version deleted]]
2003 Aug 18
1
R and Poisson
...1Q Median 3Q Max
-1.2272 -1.1290 0.2709 0.4272 2.1376
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) -0.30621 0.13499 -2.268 0.0233 *
URB2 0.02253 0.16826 0.134 0.8935
URB3 -0.00936 0.15263 -0.061 0.9511
INC2 -0.14430 0.12342 -1.169 0.2423
INC3 -0.55092 0.31351 -1.757 0.0789 .
---
Signif. codes: 0 `***' 0.001 `**' 0.01 `*' 0.05 `.' 0.1 ` ' 1
(Dispersion parameter for poisson family taken to be 1)
Null deviance: 403.97 on 420 degrees of freedom
Re...
2013 Oct 25
3
[LLVMdev] Question About Function Cloning
...gn 4
%inc = add nsw i32 %2, 1
store i32 %inc, i32* %val, align 4
%call = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([13
x i8]* @.str, i32 0, i32 0))
br label %for.inc
for.inc: ; preds = %for.body
%3 = load i32* %i1, align 4
%inc2 = add nsw i32 %3, 1
store i32 %inc2, i32* %i1, align 4
br label %for.cond
}
; Function Attrs: nounwind
define internal void @main_for.condarnamoy(i32* %i1, i32* %num_iter,
i32* %val) #2 {
newFuncRoot_arnamoy:
br label %for.cond_arnamoy
for.end.exitStub_arnamoy:...
2013 Aug 27
1
Error in simulation. NAN
...[j] = *(start_k_P+j) ;
}
/*****************************************
Varie ed eventuali II
*****************************************/
const int incJ = J;
const int incN = N;
const int nn_j = n_j*n_j;
const int inc4 = 4;
const int inc2 = 2;
double app1_1, app1_2, app1_3, app1_4;
double appn_j_1[n_j];
double app_uno_n_j[n_j];
for(i=0;i<n_j;i++)
{
app_uno_n_j[i] = 1;
}
int nSamples_save = iter_2;
// generatore random
GetRNGstate();
// /*******************************...