Displaying 1 result from an estimated 1 matches for "netlogit".
Did you mean:
netlogic
2002 May 08
0
, Netlogit
...e a stack of network graphs, which are arrayed as follows
== description starts here.
#### graphs structure
> rrel<-array(dim=c(4,69,69))
> rrel[1,,]<-aspRel
> rrel[2,,]<-aspArea
> rrel[3,,]<-aspCrowding
> rrel[4,,]<-aspSharing
### Then do logit test
rrel.logit.qap<-netlogit(rrel[1,,],rrel[c(8,3,4),,],nullhyp="qap",reps=10)
### check the result
summary(rrel.logit.qap)
The summary output is terminated with an error sign as follows
coefficients stuffs ........
Goodness of fitness .........
chi-square ............
Actual
Predicted 0 1...