Displaying 1 result from an estimated 1 matches for "nphy".
Did you mean:
iphy
2005 May 19
1
R 2.1.0 RH Linux Built from Source Segmentation Fault
...for some demos, 'help()' for on-line help, or
'help.start()' for a HTML browser interface to help.
Type 'q()' to quit R.
[Previously saved workspace restored]
> # program name: mnl.R
> # my hierarchical bayes logit model using random walk algorithm
> #
> # nphy= number of physicians in the sample
> # nvar = no. of variables in X
> # nalt = no. of alternatives
> # nobs = no. of observations
> # yrows (nphy x 1 matrix) contains no. of observations by each physician
> # X (nobs*nalt x nvar) contains xvalues for each of j alt on each
>...