search for: viton

Displaying 7 results from an estimated 7 matches for "viton".

Did you mean: vito
2009 Aug 17
3
printing a dataframe summary to disk
I'd like to write the summary of a dataframe to disk, so that it looks essentially the same as what you'd see on screen; but I can't seem to do it. Can someone tell me how? Thanks! ------------------------ Philip A. Viton City Planning, Ohio State University 275 West Woodruff Avenue, Columbus OH 43210 viton.1 at osu.edu
2008 Dec 15
3
R2winbugs : vectorization
...tion(){ list(a=runif(k),sigma.y=runif(1))} params2<-c("a","sigma.y") ## now the bugs call for model 2 proc.time() aasho.2<-bugs(data2,inits2,params2,"aasho2.bug",n.iter=10000,debug=FALSE) proc.time() print(aasho.2,digits=6) ------------------------ Philip A. Viton City Planning, Ohio State University 275 West Woodruff Avenue, Columbus OH 43210 viton.1 at osu.edu
2009 Oct 04
1
convenience question
...ty sure that what's happening is that the function isn't yielding time to the operating system in order that messages be processed: so my question is, is there any way to do that within the function? Or maybe, to simulate the Return keystroke? Thanks! ------------------------ Philip A. Viton City Planning, Ohio State University 275 West Woodruff Avenue, Columbus OH 43210 viton.1 at osu.edu
2010 Jun 09
1
makign help files by hand
...) when I type (in a dos session) "rdcmd rdconv --help" I get a message to the effect that a perl script rdconv can't be opened. Can I do this from within R itself? And if so, how (in particular, what is the target file to be converted)? Thanks! ------------------------ Philip A. Viton City Planning, Ohio State University 275 West Woodruff Avenue, Columbus OH 43210 viton.1 at osu.edu
2011 May 07
1
spdep::poly2nb problem
...have zero neighbors. I then repeated it with states_nb<-poly2nb(states,useC=FALSE) and this time -- the computation takes a lot longer, of course --- Florida has 2 neighbors (correctly: AL and GA). Can anyone tell me what's going wrong here? Thanks! ------------------------ Philip A. Viton City Planning, Ohio State University 275 West Woodruff Avenue, Columbus OH 43210 viton.1 at osu.edu
2009 Aug 23
1
customizing RGui/Rconsole
Is it possible to change the behavior of RGui/RConsole under MS Windows so that, if you submit a bunch of commands from a script window, when they've finished, focus is given to the Console, and not (as now) to the script? ------------------------ Philip A. Viton City Planning, Ohio State University 275 West Woodruff Avenue, Columbus OH 43210 viton.1 at osu.edu
2007 Jan 12
1
Aware of MaxDiff in R?
Hi All - I would like to use R to implement MaxDiff (Best/Worst) scaling, but since I can't find anything on it in the R archives or packages, I think I'll have to start from scratch. I am hoping a list member is aware of a canned version of this method in R. Failing that, code from another language you'd be willing to share would be extremely helpful. Thanks for your