byobu
がふちょーぎみなのでもとにもどす.
Ubuntu 11.10 上では新しい version のやつが順調に
動いているんだけどな.
gnome-terminal
で F11 おして
full screen mode にして
byobu
使うと快適.
*.ac.jp
ドメインのみが対象とのことで,
がっくり.
生態学会さーばーは,
なぜかしら www.esj.ne.jp
.
library(maptools)
の getKMLcoordinates()
か?
各地点の座標と高度が得られるだけだが.
library(XML)
の xmlTreeParse()
でも読みこめる.
しかし,
パースしたオブジェクトからデータをとりだす方法を
研究しないといけない
……
...... 18,佐方四丁目公園,132.343292,34.366711,0.000000 16,月見台第二公園,132.336121,34.369595,0.000000 15,ちびっこ広場,132.336060,34.368114,0.000000 17,緑ヶ丘公園,132.339844,34.367542,0.000000 19,緑ヶ丘町ちびっこ公園,132.343842,34.367805,0.000000 26,楽々園第二公園,132.353470,34.360954,0.000000 25,海老園第一公園,132.357803,34.359554,0.000000 20,丘の下緑地,132.349854,34.367088,0.000000 21,中央第四公園,132.350433,34.367352,0.000000 24,中央第一公園,132.353577,34.367844,0.000000 22,三宅第一公園,132.346542,34.372211,0.000000 23,中央第三公園,132.352768,34.371674,0.000000 41,橋本集会所前,132.307144,34.367939,0.000000 6,ひかり公園,132.313400,34.348072,0.000000 42,上平良公園,132.309128,34.362427,0.000000 30,深江児童公園,132.297272,34.308662,0.000000 ......
library(RgoogleMap)
の中に GetMap.OSM
という OpenStreetMap
から地図画像を PNG で得る関数がある.
library(png)
を使うと PNG の array
化ができるわけで
……
じつは「この場所に何がある?」
みたいななのを特定したい場合には,
案外こういうラスター化みたいな方法のほうが便利かもしれない.
Date: Thu, 5 Jan 2012 11:58:06 +0100 Subject: [R-pkgs] The BRugs 0.7-4 interface to OpenBUGS released After so many questions and a considerable delay (almost entirely my fault), the BRugs package version 0.7-4 has been released yesterday. The BRugs package is available from CRAN master already as source and in binary form for Windows and will be synced by the mirrors shortly. Note the following changes (more details in the NEWS file): BRugs works on Linux now BRugs now supports 64-bit R on Windows BRugs works with an existing installation of OpenBUGS (at least 3.2.1) instead of being distributed with the OpenBUGS library, hence the OpenBUGS installation is a requirement. Both the Linux version as well as the 64-bit version for 64-bit R on Windows are typically slower than the more native interface used for 32-bit R on Windows. Thanks to all who helped to get so far. Special thanks to Chris Jackson for many improvement and all his work to build the Linux part of the interface. Best, Uwe Ligges _______________________________________________ R-packages mailing list R-packages@r-project.org https://stat.ethz.ch/mailman/listinfo/r-packagesひさしぶりに, OpenBUGS をいじってみた.
openbugs_3.2.1-1_i386.deb
は (よくみたら Ubuntu 10.10 用ぢゃん)
libc
package の名前が違うとかでインストールできづ,
OpenBUGS-3.2.1.tar.gz
はインストールできたのだが
……
これってすごくアヤしいソフトウェアで,
blackbox な library (3MB 弱) が本体で,
それを一個の src (in C) でよびだしているという
……
install.packages("BRugs")
できん!
source とってきて,
sudo R CMD INSTALL BRugs_0.7-5.tar.gz
library(BRugs)
は何ともつかいにくいもので
……
library(R2WinBUGS)
で program = "openbugs"
で動くとのハナシもあるんだけど
……
ためしてみたけどダメだった.
> post.bugs <- call.bugs(file = "model.bug.txt", n.iter = 1600, n.burnin = 100, n.thin = 3, program = "openbugs") Loading required package: BRugs Welcome to BRugs connected to OpenBUGS version 3.2.1 Carriage returns added to model file /home/kubo/public_html/stat/iwanamibook/fig/gibbs/winbugs/model.bug.txt model is syntactically correct 以下にエラー BRugs::bugsData(data, digits = digits) : Expected a list of data, a list or vector of variable names
Traceback (most recent call last): File "", line 1, in RuntimeError: the sip module implements API v8.0 to v8.1 but the qgis.core module requires API v7.1
sudo dpkg --force-depends -i あれこれ
……
まあ,
依存関係データベイスはぶちこわれたけど,
とりあえず QGIS で plugin 使えるようになった
下記、Dr.Webアップデート後のトラブルについてですが、 出荷時にバージョン8.6でご提供いただいております Pleskについては、提供元での修正プログラム適用が完了しております。 しかしながら、出荷時にバージョン8.6以外で ご提供させていただいておりますPleskについては、修正プログラムの 適用範囲外となっております。 弊社側で確認させていただいたところ、1/6現在 Pleskのバージョンは9.5でご利用いただいているかと思いますが、 現在もファイルを添付してのメール送信は不可の状態となりますでしょうか。 (ウイルスチェックON、添付ファイルにパスワード設定しない場合) *12/21にご連絡いただいている際はPleskバージョン8.6、 その後Pleskをアップデートされている等あれば 合わせてお知らせください。 状況によってはご案内が難しいケースもございますが、 まずは現在の状態をお知らせいただければと存じます。ということで, メイル送受信の試験を実施してみる. しかし,ThinkPad にはメイルクライアントな ソフトウェアが何も入っていないので,
sudo apt-get install thunderbird
(ver.3.0.4)
……
おお,
なんか設定とかもすごくお手軽だなぁ.
D Sun, RK Tsutakawa and PL Speckman. 1999. Posterior distribution of hierarchical models using CAR(1) distribuitons. Biometrika 86: 341-350. http://biomet.oxfordjournals.org/content/86/2/341.short.まあ,要旨をみますと第 11 章であつかってる状況そのままというかんぢだが ……
We examine properties of the conditional autoregressive model, or CAR(1) model, which is commonly used to represent regional effects in Bayesian analysis of mortality rates. We consider a Bayesian hierarchical linear mixed model where the fiexed effcts have a vague prior such as a constant prior and the random effect follows a class of CAR(1) models including those whose joint prior distribution of the regional effects is improper. We give sufficient condtions for the existence of the posterior distribuiton of the fixed and random effects and variance components. We then prove the necessity of the conditions and give a one-way analysis of variance example where the posterior may or may not exist. Finally, we extend the result to the generalised linear mixed model, which includes as a special case the Poisson log-linear model commonly used in disease mapping.