2017-02-22から1日間の記事一覧

設定で「はてな記法」に切り替えれば、ソースコードの貼り付けが上手くいく

これは、blogの性能テストです。表とか、書けるのだろうか http://www.tohoho-web.com/html/table.htm(参考ページ) <style type="text/css"><!-- .table3 { border-collapse: collapse; } .table3 th { background-color: #cccccc; } --></style> <table class="table3" border="1"> <tbody> <tr><th> </th><th>列A</th><th>列B</th></tr> <tr> <td>行1</td> …</tr></tbody></table>

blogの表現力を調べてみる

これは、blogの性能テストです。表とか、書けるのだろうか http://www.tohoho-web.com/html/table.htm(参考ページ) >|ruby| class Foo def bar'baz' # return baz end end ||< - テーブル(表) <p>- テーブル(表)</p><p>"</p><style type="text/css"><!--.table3 { border-collapse: collapse;}.t</style>…

RStudioを始めてみる

統計環境Rの標準的な作法の一つは、スクリプトエディタを開いて(ファイル - 新しいスクリプト)、コードを書き込んでいくのだと思うけど、最近は書籍やネットでRStudioを推奨されることがあんがい多い。 というものの、起動してみるとメニューが見慣れなく…