Displaying 6 results from an estimated 6 matches for "owejessen".
2010 Apr 09
3
How to replace all non-maximum values in a row with 0
Hi,
I would like to replace all the max values per row with "1" and all other
values with "0". If there are two max values, then "0" for both. Example:
from:
2 3 0 0 200
30 0 0 2 50
0 0 3 0 0
0 0 8 8 0
to:
0 0 0 0 1
0 0 0 0 1
0 0 1 0 0
0 0 0 0 0
Thanks!
--
View this message in context:
2008 Apr 29
2
Problem installing packages
Hi,
when I try installing new packages (in this case DBI) I run into the
following problem:
Paket 'DBI' erfolgreich ausgepackt und MD5 Summen abgeglichen
Warnung: kann tempor?re Installation
'C:\Programme\R\R-2.7.0\library\file5f906952\DBI' nicht nach
'?
xlD?? $@\R\R-2.7.0\libra' verschieben
Has anybody any idea where these strange symbols come from?
Thanks in
2010 Aug 23
2
Fitting VAR and doing Johansen's cointegration test in R
Hi,
Could someone please tell me the R codes for fitting VAR(p) (Vector
Auto Regressive) models and doing the Johansen?s cointegration tests.
TIA
Aditya
2010 Oct 20
1
Multivariate GARCH
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101020/415e917c/attachment.pl>
2012 May 03
1
Setting up a windows system for rcpp
...hed base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] RcppExamples_0.1.3 RcppClassic_0.9.1 inline_0.3.8 Rcpp_0.9.10
loaded via a namespace (and not attached):
[1] tools_2.15.0
Thanks in advance
--
Owe Jessen
http://privat.owejessen.de
[[alternative HTML version deleted]]
2010 Aug 24
0
mlm for within subject design
...(b.ct <- ur.df(A[,"b"],type="trend"))
(c.ct <- ur.df(A[,"c"],type="trend"))
VARselect(A,type="both")
var.p1 <- VAR(A,1,type="both")
summary(var.p1)
jo <- ca.jo(A)
summary(jo)
--
Owe Jessen
Nettelbeckstr. 5
24105 Kiel
post at owejessen.de
http://privat.owejessen.de
--Forwarded Message Attachment--
From: ccampbell at mango-solutions.com
CC: r-help at r-project.org
To: veepsirtt at gmail.com
Date: Mon, 23 Aug 2010 14:56:58 +0100
Subject: Re: [R] sendmailR-package-valid code needed
Hi veepsirtt
This code is fragmented due to...