Diff for "FAQ/ref" - CBU statistics Wiki
location: Diff for "FAQ/ref"
Differences between revisions 3 and 4
Revision 3 as of 2011-03-18 11:48:49
Size: 725
Editor: PeterWatson
Comment:
Revision 4 as of 2013-01-22 16:50:04
Size: 1058
Editor: PeterWatson
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= How do I make bibliographic citations of a SPSS/PASW procedure? = = How do I make bibliographic citations of a SPSS/PASW or R procedure? =
Line 14: Line 14:

typing

{{{
citation()
}}}
at an R prompt will give the citation for referencing R procedures: e.g. in R 2.14.2 we get

R Development Core Team (2012). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN 3-900051-07-0, URL http://www.R-project.org/.

How do I make bibliographic citations of a SPSS/PASW or R procedure?

The below is taken directly from the SPSS website [http://www.spss.com/corpinfo/faqs.htm#book here.]

For most of our products, you can get the complete product name, version or release number and date of creation from the "About . . ." dialog box that appears under the "Help" menu. For example, if you have SPSS for Windows, you might see this:

SPSS for Windows Release 11.0.1 (15 Nov 2001) You can then write a bibliographic citation as follows:

SPSS for Windows, Rel. 11.0.1. 2001. Chicago: SPSS Inc.

If you are referencing material from the SPSS Web site, please refer to the terms and conditions [http://www.spss.com/terms.htm here.]

typing

citation()

at an R prompt will give the citation for referencing R procedures: e.g. in R 2.14.2 we get

R Development Core Team (2012). R: A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN 3-900051-07-0, URL http://www.R-project.org/.

None: FAQ/ref (last edited 2013-03-08 10:17:10 by localhost)