Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

283 results for “from:Arne Henningsen”

extracting and restricting coefficients
Arne Henningsen · Oct 16, 2012 · r-help

Hi Dereje On 17 October 2012 04:23, Dereje Bacha <d_bacha at yahoo.com> wrote: > I want to fit two equations simultaneously > EQ1<-Y1~X1+X2 > EQ2<-Y2~X1+X2 > eqsystem<-list(Y1HAT=EQ1,Y2HAT=EQ2) > fitols<-systemfit(eqsystem...

Arne Henningsen · Sep 22, 2004 · r-help

help.search("upper") "chartr(base) Character Translation and Casefolding" ?chartr refers to the function toupper() Best wishes, Arne On Wednesday 22 September 2004 10:43, pbrouilly at gphy.campus.univ-poitiers.fr wrote: > Dear Any, > > Is there a fonction in...

Tobit Estimation with Panel Data
Arne Henningsen · Jul 2, 2008 · r-help

Hi all! Do you know if there is any R function/package that can be used to estimate "tobit" models with panel data (e.g. with random individual effects)? In economics, a "tobit" model is a model with a dependent...

Linear Programming.
Arne Henningsen · May 27, 2008 · r-help

Hi Marcus! On Wednesday 28 May 2008 05:56, Marcus Vinicius wrote: > Dear all, > May anyone explain to me how I run a linear programming or Data > Envelopment Analysis (DEA models) into R? Package "DEA" (on CRAN): http://cran.r...

SYSTEMFIT HELP
Arne Henningsen · Aug 14, 2012 · r-help

Dear Arunima On 14 August 2012 08:58, Arunima Haldar <arunima.haldar at gmail.com> wrote: > I want to know whether systemfit can solve simultaneous equations using > panel data. systemfit cannot *solve* systems of (simultaneous) equations but it can *estimate...

fast optimization routines in R
Arne Henningsen · Feb 7, 2011 · r-help

Hi Pia! On 7 February 2011 21:44, ppinger <pinger at uni-mannheim.de> wrote: > I am looking for a maximization routine that I can use to maximize a large > variety of relatively complex likelihoods. I undertand (from previous posts...

Writing and running a R program
Arne Henningsen · Oct 23, 2003 · r-help

source("mycode.R") On Thursday 23 October 2003 15:29, Subramanian Karthikeyan wrote: > Is there a way I can combine multiple lines of R commands (see below) into > a little code snippet or a program in a text file, and...

Nonlinear restrictions in systemfit
Arne Henningsen · Nov 20, 2008 · r-help

On Thursday 20 November 2008 09:55:03, soetzel wrote: > I want to implement a structural model with the package systemfit with some > linear and nonlinear constraints. > > How to implement linear restrictions is clear. > > Does anybody know how to set...

maxbfgs
Arne Henningsen · Oct 21, 2014 · r-sig-finance

On 21 October 2014 22:38, Brian G. Peterson <brian at braverock.com> wrote: > On 10/21/2014 03:17 PM, jun wang wrote: >> >> I am using the maxbfgs function in the maxLik package for the maximum >> likelihood function i...

Obtaining names of further arguments ('...')
Arne Henningsen · Dec 9, 2007 · r-help

Hi, I would like to obtain the names of all objects that are provided as further arguments ("...") in a function call. I have created a minimal example that illustrates my wish (but isn't useful otherwise): f1 <- function( ... ) return( deparse...

Instrumental variables
Arne Henningsen · Aug 20, 2004 · r-help

The package systemfit offers instrumental variables (IV) estimation (2SLS + 3SLS). Though this package is built to estimate equation systems, people told me that they use it also for single equation IV estimations (using an equation "system" that contains only one...

Wishlist: Sweave: allow line breaks after forward slashes (PR#9443)
Arne Henningsen · Jan 11, 2007 · r-devel

Full_Name: Arne Henningsen Version: 2.4.0 OS: Linux Submission from: (NULL) (134.245.140.242) Sweave does not allow line breaks after forward slashes ("/"). This might lead to a long "substring" of a command that cannot be wrapped...

Fastest simplex algorithm package (faster than linprog) ?
Arne Henningsen · Jun 8, 2015 · r-sig-finance

Dear Uwe I suggest to use "lpSolve" or "lpSolveAPI." /Arne On 8 June 2015 at 10:18, <u0055 at wolke7.net> wrote: > Dear R-SIGs, > > I would like to solve a simplex problem on a web server on the fly...

Making package "frontier" available for Mac: debugging Fortran code
Arne Henningsen · Dec 3, 2012 · r-sig-mac

Dear Mac users I am the maintainer of the R package "frontier." Some Mac users made me aware of that this package is not available for their system [1], because its Fortran code causes a segmentation fault when "R CMD...

referencing values of strings
Arne Henningsen · Nov 17, 2004 · r-help

"get" is your friend: R> x <- c( 1, 2, 3 ) R> get( "x" ) [1] 1 2 3 All the best, Arne On Wednesday 17 November 2004 16:48, Apoian, Zack wrote: > Say you have a vector named x and a...

opimization problem
Arne Henningsen · May 2, 2005 · r-help

Hi Gottfried, w' * V * w is not a restriction, because there is no equal sign. Do you mean w' * V * w = 1? Arne On Sunday 01 May 2005 19:21, Gottfried Gruber wrote: > hi, > > i want to execute the following...

Systemfit package
Arne Henningsen · Oct 20, 2009 · r-help

Hi Axel, On Tue, Oct 20, 2009 at 7:09 PM, Axel Leroix <axel.leroix at yahoo.fr> wrote: > I estimated a system of equation bu using SUR method. The function summary(xx) > gives me summary of estimated equation system...

Prediction from censReg?
Arne Henningsen · Dec 13, 2011 · r-help

Dear Zack On 4 December 2011 03:08, z2.0 <zack.abrahamson at gmail.com> wrote: > Wanted to ask if there's an easy way to use 'predict' with objects of class > 'censReg', 'maxLik', 'maxim' or 'list'. > > Have a left...

SFA tools moved from micEcon to frontier
Arne Henningsen · Dec 9, 2008 · r-packages

Dear R users, I would like to inform you that everything of the "micEcon" package that is related to Stochastic Frontier Analysis (SFA) has been moved to the "frontier" package, because this is a more appropriate place for the functions...

Wishlist: Sweave: allow line breaks after forward slashes (PR#9444)
Arne Henningsen · Jan 15, 2007 · r-devel

On Friday, 12. January 2007 11:39, you wrote: > [...] > I think you misunderstood me, given the "long answer". Indeed, I misunderstood you. > We haven't > changed the way deparse() handles "/". The solution in R-devel is given > below. I prefer...

Can't find what you're looking for? Try searching with Google .