Hello Stephen.
I am not sure of the exact details of your problem, but following the
second part of your e-mail, if you accidentally print a large object in
the console and do not want to wait (i.e. you want to stop printing),
just press C-c C-c and it will stop it (it will stop any process
ha
Hi, try with:
m<-3
for (im in 1:m) {
mydata<-read.csv(paste0("2010midata",im,".csv"))
assign(paste0("bop",im),boprobit(eqs,mydata,wt=weight,method="BHHH",tol=0,reltol=0,gradtol=1e-5,
Fisher=TRUE)
}
cheers
F.
On 6/24/24 06:41, Steven Yen wrote:
I would like a loop to
(1) read data files 201
2 matches
Mail list logo