-
Notifications
You must be signed in to change notification settings - Fork 29
/
matconvert.sthlp
42 lines (28 loc) · 1.14 KB
/
matconvert.sthlp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{smcl}
Version:
Title: matconvert
Description: {bf:matconvert} belongs to {help rcall} package. It takes the
name of a Stata matrix and returns a code for constructing the same matrix in R.
{title:for more information visit {browse "http://www.haghish.com/packages/Rcall.php":rcall homepage}.}
{p 4 4 2}
/{ul:*
{title:Example(s)}
convert Stata matrix to R code
{bf:. matrix A = (1,2\3,4)}
{bf:. matconvert A}
matrix(c(1,2,3,4), nrow=2, byrow = TRUE)
{title:Author}
{p 4 4 2}
{bf:E. F. Haghish} {break}
Center for Medical Biometry and Medical Informatics {break}
University of Freiburg, Germany {break}
{it:and} {break}
Department of Mathematics and Computer Science {break}
University of Southern Denmark {break}
[email protected] {break}
{p 4 4 2}
{browse "http://www.haghish.com/packages/Rcall.php":http://www.haghish.com/packages/Rcall.php} {break}
Package Updates on {browse "http://www.twitter.com/Haghish":Twitter} {break}
{space 4}{hline}
{p 4 4 2}
This help file was dynamically produced by {help markdoc:MarkDoc Literate Programming package}