Displaying 20 results from an estimated 103 matches for "uibk".
Did you mean:
uib
2012 Jun 06
3
Predict in the package R2BayesX
Hi all
I'm using the function bayesx to estimate a simple model, for example:
library(R2BayesX)
## generate some data
set.seed(111)
n <- 200
## regressor
dat <- data.frame(x = runif(n, -3, 3))
## response
dat$y <- with(dat, 1.5 + sin(x) + rnorm(n, sd = 0.6))
## estimate models with
## bayesx REML and MCMC
b1 <- bayesx(y ~ sx(x), method = "REML", data = dat)
I want
2013 Oct 19
2
ivreg with fixed effect in R?
I want to estimate the following fixed effect model:
y_i,t = alpha_i + beta_1 x1_t + beta_2 x2_i,tx2_i,t = gamma_i + gamma_1
x1_t + gamma_2 Z1_i + gamma_3 Z2_i
I can use ivreg from AER to do the iv regression.
fm <- ivreg(y_i,t ~ x1_t + x2_i,t | x1_t + Z1_i + Z2_i,
data = DataSet)
But, I'm not sure how can I add the fixed effects.
Thanks!
[[alternative HTML
2005 Jul 26
3
farimaSim
...is way:
> farimaSim(n = 1000, model = list(ar = 0.5, d = 0.3, ma = 0.1), method="freq")
Error in farimaSim(n = 1000, model = list(ar = 0.5, d = 0.3, ma = 0.1), :
... used in an incorrect context
Some ideas?
Regards,
___
_ /_|_| Hansi Weissensteiner
/o\__/O\= csae1552 at uibk.ac.at
2015 Jan 22
1
Programming Tools CTV
On Thu, Jan 22, 2015 at 1:05 PM, Achim Zeileis <Achim.Zeileis at uibk.ac.at> wrote:
> On Thu, 22 Jan 2015, Max Kuhn wrote:
>
>> On Thu, Jan 22, 2015 at 12:45 PM, Achim Zeileis
>> <Achim.Zeileis at uibk.ac.at> wrote:
>>>
>>> On Thu, 22 Jan 2015, Max Kuhn wrote:
>>>
>>>> I've had a lot of requests fo...
2010 Aug 25
5
lattice help required
hello,
i want to stack two lattice plots beneath each other using one x-axis and
sharing the same text-panels,
like:
#####################################################################
library(lattice)
y1 <- rnorm(100,100,10)
y2 <- rnorm(100,10,1)
facs<-expand.grid(Sites=rep(c("Site I","Site II"),25),Treatment=c("A","B"))
pl1<-dotplot(y1 ~
2015 Jan 22
2
Programming Tools CTV
On Thu, Jan 22, 2015 at 12:45 PM, Achim Zeileis
<Achim.Zeileis at uibk.ac.at> wrote:
> On Thu, 22 Jan 2015, Max Kuhn wrote:
>
>> I've had a lot of requests for additions to the reproducible research
>> task view that fall into a grey area (to me at least).
>>
>> For example, roxygen2 is a tool that broadly enable reproducibility
&g...
2010 Jan 11
2
looking for kernel-xen- 2.6.18-164.el5
Hi all,
does anyone know where I can download kernel-xen- 2.6.18-164.el5 for
CentOS 5? I can't install it with yum, since yum has a much newer
version already. I have searched google, but can't find a download
link, only a lot of references to the kernel w.r.t problems.
--
Kind Regards
Rudi Ahlers
SoftDux
Website: http://www.SoftDux.com
Technical Blog: http://Blog.SoftDux.com
Office:
2019 Apr 01
2
New grDevices::hcl.colors()
Hi everyone,
I wanted to draw your attention to a new post on the
developer.R-project.org blog:
https://developer.R-project.org/Blog/public/2019/04/01/hcl-based-color-palettes-in-grdevices/
A new function grDevices::hcl.colors() greatly extends the color palette
functionality available in base R. Also, the defaults in the heatmap
functions image() and filled.contour() have been adapted
2007 Jan 18
2
memdisk, free memory
...Michael
- --
Michael Redinger
Zentraler Informatikdienst (Central IT Services)
Universitaet Innsbruck
Technikerstrasse 13 Tel.: ++43 512 507 2335
6020 Innsbruck Fax.: ++43 512 507 949 02335
Austria Mail: Michael.Redinger at uibk.ac.at
BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D
http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFFr3xhD9ep2WXCwR0RAsiBAKDlZRtX0TyL/mot9R1lkOdsUhIckACdEO9Q...
2007 Feb 02
2
Dell and pxelinux keyboard problems
...Michael
- --
Michael Redinger
Zentraler Informatikdienst (Central IT Services)
Universitaet Innsbruck
Technikerstrasse 13 Tel.: ++43 512 507 2335
6020 Innsbruck Fax.: ++43 512 507 949 02335
Austria Mail: Michael.Redinger at uibk.ac.at
BB98 D2FE 0F2C 2658 3780 3CB1 0FD7 A9D9 65C2 C11D
http://homepage.uibk.ac.at/~c102mr/mred-pubkey.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org
iD8DBQFFw071D9ep2WXCwR0RAs7NAJwJfManfut94nci/mdSEZE4hdAZqQCgq8eI...
2011 Nov 04
3
replace double backslash with singel backslash
I want to replace \\ with \ in:
str <-
"C:\\DOKUME~1\\u0327336\\LOKALE~1\\Temp\\RtmpQ5NJ8X\\TIRIS_PICS\\1_Img.jpg"
and tried:
gsub("\\\\", "\\", str)
but this removes the \\ without replacing them by \
Any help much appreciated,
Kay
-----
------------------------
Kay Cichini
Postgraduate student
Institute of Botany
Univ. of Innsbruck
------------------------
2017 Sep 19
1
Graph f(x) = 1/x
Dear Zeileis:
Thank you very much
abou
On Tue, Sep 19, 2017 at 4:13 AM, Achim Zeileis <Achim.Zeileis at uibk.ac.at>
wrote:
>
>
> On Tue, 19 Sep 2017, AbouEl-Makarim Aboueissa wrote:
>
> Dear All: good morning
>>
>> I am trying to graph the function y=f(x)=1/x over the interval (-5,5). But
>> I am getting an error message. Please see below.
>>
>> I am gettin...
2024 May 13
1
Is there some way to customize colours for the View output?
...____
De: Rolf Turner <rolfturner at posteo.net>
Enviat el: dimarts, 7 de maig de 2024 23:58
Per a: Duncan Murdoch <murdoch.duncan at gmail.com>
A/c: Iago Gin? V?zquez <iago.gine at sjd.es>; r-help at r-project.org <r-help at r-project.org>; Achim Zeileis <Achim.Zeileis at uibk.ac.at>
Tema: Re: [R] Is there some way to customize colours for the View output?
On Tue, 7 May 2024 06:34:50 -0400
Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
> On 07/05/2024 6:31 a.m., Iago Gin? V?zquez wrote:
> > Thanks Duncan.
> >
> > I am currently on Wi...
2018 Jan 28
1
Plotting quarterly time series
...Achim's d this also works to generate z where FUN is a function used
to transform the index column and format is also passed to FUN.
z <- read.zoo(d, index = "time", FUN = as.yearqtr, format = "Q%q %Y")
On Sun, Jan 28, 2018 at 4:53 PM, Achim Zeileis <Achim.Zeileis at uibk.ac.at> wrote:
> On Sun, 28 Jan 2018, phil at philipsmith.ca wrote:
>
>> I have a data set with quarterly time series for several variables. The
>> time index is recorded in column 1 of the dataframe as a character vector
>> "Q1 1961", "Q2 1961","Q...
2011 Feb 07
5
"Where" command in ctree (party)
Hello,
I need to classify (i.e., export a vector with terminal node id's) new cases
using a ctree (party package) model based on different cases (learning
sample).
I tried the where command with the following syntax:
> where(tree, newdata=data2)
expecting to get terminal nodes of data2 cases based on rules of tree model
(data1 as learning sample). However it returned the following error
2012 Jul 04
0
[LLVMdev] OpenMP/autopar support in LLVM
...st knows the updated info or can point me to any
> useful info,
>
> that would be useful.
Hi Prakash,
OpenMP consists of several things:
a) Support for parsing C/FORTRAN OpenMP pragmas
For clang (the C frontend) there are patches available from Simone
Pellegrini <spellegrini at dps.uibk.ac.at>. They have not been reviewed
and are based on a very generic pragma infrastructure. This is
especially nice for research, but it needs to be evaluated if this
generic implementation has performance impacts that are too large for
production codes.
With dragonegg FORTRAN and C code (in...
2012 Jul 04
3
[LLVMdev] OpenMP/autopar support in LLVM
Hi
I wanted to know the status of OpenMP (or in general auto parallelization) support in
LLVM.
I read some threads discussing about possible effort in that direction in 3.1 onwards,
but did not see any further discussion on that.
If someone in the list knows the updated info or can point me to any useful info,
that would be useful.
Thanks
Regards
Prakash Raghavendra
-------------- next part
2012 Aug 10
2
Zoo object problem: Find the column name of a univariate zoo object
...e time series (one variable, one
column).
Now I want to know how I can find out the column names of the zoo
objects? In case of more than one time series, the function "colnames"
works, but not for the univariate time series.
Thanks,
Miao
2012/8/9 Achim Zeileis <Achim.Zeileis@uibk.ac.at>
> On Thu, 9 Aug 2012, jpm miao wrote:
>
> Hi,
>>
>> Part of my program is to calculate the number of time series in a zoo
>> object. It works well if it has more than one time series, but it fails if
>> it has only one. How can I access the number of c...
2011 Jan 17
2
How to still processing despite bug errors?
...ide
> > http://www.R-project.org/posting-guide.html
> > and provide commented, minimal, self-contained, reproducible code.
>
>
>
> ------------------------------
>
> Message: 15
> Date: Sun, 16 Jan 2011 15:28:58 +0100 (CET)
> From: Achim Zeileis <Achim.Zeileis@uibk.ac.at>
> To: Hugo Mildenberger <Hugo.Mildenberger@web.de>
> Cc: r-help@r-project.org
> Subject: Re: [R] rootogram for normal distributions
> Message-ID: <alpine.DEB.2.00.1101161526120.22514@paninaro.uibk.ac.at>
> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowe...
2007 Jun 10
4
USB Keyboard
Hello,
My desktop machine at work was replaced and they gave me a Dell
Optiplex GX520 machine to use. When booting from CD-ROM I use
isolinux 3.50 and the keyboard does not work. It does work once linux
boots, and it works if I hit the F2 to go into bios before isolinux
starts. I have searched google and the syslinux archives for
'Optiplex GX520' but have not found any reports of