Displaying 7 results from an estimated 7 matches for "desa".
Did you mean:
defa
2011 Oct 24
3
Create a matrix with increment and element with zero subscript
Hello,
Does anyone knows how to deal with zero subscript in R. I have this code:
for (i in 1:nitems){
+ for (j in 1:ncat-1) {
+ draw<-matrix(rnorm(nitems*(ncat-1),seed1,seed2),nitems,(ncat-1))
+ d<-( sigma_d*draw ) + mu_d
+ draw<-matrix(rtnorm((nitems*(ncat-1)),mean = seed1, sd = seed2, lower = .1, upper = 1.5),nitems,(ncat-1))
+
2006 Jan 04
4
Discrepency between confidence intervals from t.test and computed manually -- why?
...seem to get a CI of 5.12 .. 7.24 which is considerably
wider than the directly computed interval 5.81 .. 6.54. Perhaps I am
mis-understanding the CI which t.test is reporting?
Any help would be appreciated.
Thank you.
D G Rossiter
Senior University Lecturer
Department of Earth Systems Analysis (DESA)
International Institute for Geo-Information Science and Earth
Observation (ITC)
Hengelosestraat 99
PO Box 6, 7500 AA Enschede, The Netherlands
mailto:rossiter at itc.nl, Internet: http://www.itc.nl/personal/rossiter
2004 Jul 28
1
package.contents() deprecated, what replaces it?
...in the geostatistical package
\texttt{gstat}:
\begin{verbatim}
> package.contents("gstat")
\end{verbatim}
but now they see an off-putting "deprecated" message. Please advise.
D G RossiterD G Rossiter
Senior University Lecturer
Department of Earth Systems Analysis (DESA)
International Institute for Geo-Information Science and Earth
Observation (ITC)
Hengelosestraat 99
PO Box 6, 7500 AA Enschede, The Netherlands
Phone: +31 (0)53 4874 499
Fax: +31 (0)53 4874 336
mailto:rossiter at itc.nl, Internet: http://www.itc.nl/personal/rossiter
2017 Jun 06
1
[Announce] Samba 4.6.5 Available for Download
======================================================
"Stay positive and happy.
Work hard and don't give up
hope. Be open to criticism
and keep learning. Surround
yourself with happy, warm and
genuine people."
Tena Desae
======================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.6 release series.
Changes since 4.6.4:
---------------------
o Jeremy Allison <jra at samba.org>
* BUG 12804: s3: VFS: Catia: Ensure p...
2017 Jun 06
1
[Announce] Samba 4.6.5 Available for Download
======================================================
"Stay positive and happy.
Work hard and don't give up
hope. Be open to criticism
and keep learning. Surround
yourself with happy, warm and
genuine people."
Tena Desae
======================================================
Release Announcements
---------------------
This is the latest stable release of the Samba 4.6 release series.
Changes since 4.6.4:
---------------------
o Jeremy Allison <jra at samba.org>
* BUG 12804: s3: VFS: Catia: Ensure p...
2011 Nov 05
1
set seed for random draws
Hello, all!
I need help on these two problems:
1) If I want to randomly draw numbers from standard normal (or other distributions) in loops e.g.:
ty=0; ks=0
for (i in 1:5) {
set.seed(14537+i)
k<-rnorm(1)
ks[i]<-.3*k+.9
if (ty==0) {
while ((ks<.2)||(ks>3)) {
#set.seed(13237+i*100)
k<-rnorm(1)
2014 May 18
3
Utilizar scripts de PHP en R
Hola a todos, Estoy interesado en usar un Script de PHP desde R y me
gustarĂa saber si eso es posible y como se hace. Muchas gracias de antemano
por las respuestas.
[[alternative HTML version deleted]]