Bookmark and Share

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]

Re: AW: st: AW: AW: Re:


From   Nikos Askitas <[email protected]>
To   [email protected]
Subject   Re: AW: st: AW: AW: Re:
Date   Tue, 23 Feb 2010 17:09:12 +0100

For the mac it is "!open".
"open -a app file" will open file "file" with application "app".
Nikos

Thanks. This than is an equivalent to xdg-open for Linux. Does anybody
know the equivalent for the Mac as well?


Am Dienstag, den 23.02.2010, 16:52 +0100 schrieb Martin Weiss:
<>

Sure. It triggers the default application connected with the file type in question. In my case, Excel opens to view the xml-data, but that could differ depending on your machine configuration.



HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von Ulrich Kohler
Gesendet: Dienstag, 23. Februar 2010 16:48
An: [email protected]
Betreff: Re: st: AW: AW: Re:

Martin,

allow me to add an off-topic request here: Can you expand a little bit
on that "!start" command. I know this is a shell command, but what does
it do under Windows. (There is a "start" command in Linux as well, but I
think it does something completely different)

Uli


Am Dienstag, den 23.02.2010, 16:20 +0100 schrieb Martin Weiss:
<>
Here is the necessary sequel to my code to get xml data:


*************
xmlsave "myxmlfile", doctype(excel) replace
!start myxmlfile.xml
*************



HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von Martin Weiss
Gesendet: Dienstag, 23. Februar 2010 16:14
An: [email protected]
Betreff: st: AW: Re:


<>
" Check the help file for -postfile-  This would post your results to a
new dataset, would this be helpful?"



*************
sysuse auto, clear

tempname hdle

capt erase info.dta

postfile `hdle' str30 variable /* */ centile_95 lb ub using info

qui ds, has(type numeric)

foreach var of varlist `r(varlist)'{
	centile `var', c(95)
	post `hdle' ("`var'") (r(c_1)) (r(lb_1)) (r(ub_1))
}

postclose `hdle'

u info, clear
l, noo abbrev(12)
*************



HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von Karen Wright
Gesendet: Dienstag, 23. Februar 2010 16:08
An: [email protected]
Betreff: st: Re:

Check the help file for -postfile-  This would post your results to a
new dataset, would this be helpful?

type:
h postfile


<[email protected]> 23/02/2010 15:02 >>>
Dear list,


Ím pretty new to Stata and Íve got a presumably simple-to-solve
problem, even
though I couldńt find an answer in the web:

Is there a possibility to save a logfile in xml-format?
Ím about to calculate confidence intervals for the 95th centile for
hundreds of
datasets. Ím saving all the results in one logfile, and obviously I
dońt want
to type the results into Excel manually...


Does anyone know how to do that?

Many Thanks in advance!


Andreas
*
*   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/

The Institute of Cancer Research: Royal Cancer Hospital, a charitable Company Limited by Guarantee, Registered in England under Company No. 534147 with its Registered Office at 123 Old Brompton Road, London SW7 3RP.

This e-mail message is confidential and for use by the addressee only.  If the message is received by anyone other than the addressee, please return the message to the sender by replying to it and then delete the message from your computer and network.
*
*   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/


*
*   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/


*
*   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/

*
*   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/


*
*   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/



*
*   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/


--
-------------------------------------------------
Dr. Nikos Askitas

Head of IDSC & IZA CTO

IZA - Forschungsinstitut zur Zukunft der Arbeit GmbH
IZA - Institute for the Study of Labor
P.O. Box 7240, 53072 Bonn, Germany
Schaumburg-Lippe-Str. 5-9, 53113 Bonn, Germany
Phone: +49 (228) 3894-525; Fax: +49 (228) 3894-510
E-Mail: [email protected], Info: http://www.iza.org/home/askitas
Web: http://www.iza.org
Registered Office Bonn, District Court of Bonn, HRB 7745
Represented by: Prof. Dr. Klaus F. Zimmermann (Director)
-------------------------------------------------

*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index