Displaying 1 result from an estimated 1 matches for "urbaniza".
Did you mean:
urbana
2012 Apr 13
2
Long command in Sweave
Dear useRs,
I am writing a vignette for a package, which contains long command like this,
>reduce(Lipset_cs,"SURVIVAL",c("GNPCAP", "URBANIZA", "LITERACY", "INDLAB", "GOVSTAB"),explain="positive",remainder="exclude",case="CASEID")
It is longer than the width a page and part of it will become "missing".
Currently, I have to manually break the command into multiple...