Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>From: </p> <p><a href="http://gking.harvard.edu/zelig/docs/How_do_I2.html" rel="noreferrer">http://gking.harvard.edu/zelig/docs/How_do_I2.html</a> (<a href="https://web.archive.org/web/20091208054821/http://gking.harvard.edu/zelig/docs/How_do_I2.html" rel="noreferrer">mirror</a>)</p> <blockquote> <p>Windows users may get the error that R has run out of memory. </p> <p>If you have R already installed and subsequently install more RAM, you may have to reinstall R in order to take advantage of the additional capacity. </p> <p>You may also set the amount of available memory manually. Close R, then right-click on your R program icon (the icon on your desktop or in your programs directory). Select ``Properties'', and then select the ``Shortcut'' tab. Look for the ``Target'' field and after the closing quotes around the location of the R executible, add </p> <p>--max-mem-size=500M</p> <p>as shown in the figure below. You may increase this value up to 2GB or the maximum amount of physical RAM you have installed. </p> <p>If you get the error that R cannot allocate a vector of length x, close out of R and add the following line to the ``Target'' field: </p> <p>--max-vsize=500M</p> <p>or as appropriate. You can always check to see how much memory R has available by typing at the R prompt </p> </blockquote> <pre><code>memory.limit() </code></pre> <p>which gives you the amount of available memory in MB. In previous versions of R you needed to use: round(memory.limit()/2^20, 2)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload