<div>Maciej Sieczka wrote:<br><br> > Is there a way to quickly calculate statistics on an attribute table<br> > column?<br><br> Not that I know of. A workaround for doing this with external software:<br><br> 1. open attrubute table in QGIS<br>
 2. select all rows (select first one, go to bottom of the table, press<br> ctrl selecting the last row)<br> 3. ctrl+c<br> 4. open some spreadsheat/statistics software<br> 5. paste<br><br> If your layer is PostGIS you can use PostgreSQL advanced stats features<br>
 directly. If you want to put your SHP into PgSQL use the QGIS SPIT<br> plugin or shp2pgsql CLI utility.<br> </div>
<div>There is Qgis Basic Stats Plugin doing 'Summary (sum, mean, median etc.)', </div>
<div>'Histogram', 'XY-plot' written by Barry Rowlingson. R installation with Rpy module </div>
<div>is prerequisite. I used in QGIS 0.9.1 working well, but not tested in 0.10.</div>
<div> </div>
<div>More information about stats plugin:</div>
<div><a href="http://www.maths.lancs.ac.uk/~rowlings/Software/Spqr/">http://www.maths.lancs.ac.uk/~rowlings/Software/Spqr/</a></div>
<div> </div>
<div>R:</div>
<div><a href="http://www.r-project.org/">http://www.r-project.org/</a></div>
<div> </div>
<div>RPy:</div>
<div><a href="http://rpy.sourceforge.net/rpy_demo.html">http://rpy.sourceforge.net/rpy_demo.html</a></div>
<div> </div>
<div>regards,</div>
<div>volkan kepoglu</div>
<div> </div>
<div> </div>
<div><br><br> </div>