Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
st: changes of user-input by -bootstrap- and -permute-
From
Ulrich Kohler <[email protected]>
To
statalist <[email protected]>
Subject
st: changes of user-input by -bootstrap- and -permute-
Date
Mon, 07 Feb 2011 09:47:11 +0100
hi all,
I have a problem in the way -bootstrap- or -permute- cooperates with a
program of mine, -khb- (available form SSC). In the command
. bootstrap _b[indirect], reps(50): khb regress mpg length || weight
-bootstrap- internally changes the user-input
"khb regress mpg length || weight"
to
"khb (regress mpg length) (weight)"
The same happens with -permute-. Looks like -bootstrap- interprets the
user input as if it where a -graph- command.
I think the change arrives it the official subprogramm
"_on_collon_parse.ado", which is used by -bootstrap- and -permute- but
it is not clear to me why it happens.
What can I do in my program -khb- to circumvent that problem?
Many regrads
Uli
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/