Page 1 of 1

Setting MarkViewer on Mac

PostPosted: Fri Jun 26, 2015 3:05 am
by arpat
To be able to use print.mark command in Linux/OSX, MarkViewer has to be set to an editor as described here: http://www.phidot.org/software/mark/rmark/linux/. However,

Code: Select all
MarkViewer="TextEdit"


doesn't work in OSX. Instead the viewer should be set as:

Code: Select all
MarkViewer="open -a TextEdit"


-Arpat

Re: Setting MarkViewer on Mac

PostPosted: Fri Jun 26, 2015 12:02 pm
by jlaake
Please note that viewing the MARK output is useful to get error messages etc that are not translated to R. But the real parameter labels in the output can be misleading due to parameter simplification. While I put the print.mark facility in R, I rarely use it because I get everything I need from summary. What are folks using this for?

--jeff

Re: Setting MarkViewer on Mac

PostPosted: Sat Jun 27, 2015 2:37 pm
by arpat
Thanks for the info, Jeff. I haven't used it either. I just posted here a quick solution to a forum member's direct question. Members in this thread seem to be using it: viewtopic.php?f=2&t=2921