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.

23 results for “from:Economics Guy”

FMOLS
Economics Guy · Oct 23, 2008 · r-help

Is anyone aware of an R package that implements Pedroni's FMOLS (Fully Modified Ordinary Least Squares) package, for panel data with non-stationary and co-integration?

Percentages for categorical data by group
Economics Guy · May 23, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080523/dadaf9ab/attachment.pl>

Percentages for categorical data by group
Economics Guy · May 23, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080523/01056288/attachment.pl>

Percentages for categorical data by group
Economics Guy · May 23, 2008 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20080523/d1e7dd3a/attachment.pl>

Use of the "by" command (clarification)
Economics Guy · Jun 16, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070616/e1c3a59f/attachment.pl

Use of the "by" command for gini()
Economics Guy · Jun 16, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070616/3e8ccbc2/attachment.pl

Storing output vector form a loop as a matrix
Economics Guy · Jun 17, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070617/70631fda/attachment.pl

Storing output vector form a loop as a matrix
Economics Guy · Jun 17, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070617/67141fb5/attachment.pl

Storing output vector form a loop as a matrix
Economics Guy · Jun 17, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070617/06d58d9b/attachment.pl

generating a new variable based on results of a by command
Economics Guy · Jun 21, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070621/c6a0182b/attachment.pl

generating a new variable based on results of a by command
Economics Guy · Jun 21, 2007 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070621/3994cf63/attachment.pl

FMOLS
Economics Guy · Oct 23, 2008 · r-sig-finance

Someone over at R-Help suggested I ask this question here: Is anyone aware of an R package that implements Pedroni's FMOLS (Fully Modified Ordinary Least Squares) package, for panel data with non-stationary and co-integration?

Running a function through a vector with the scalars as arguments
Economics Guy · Jun 17, 2009 · r-help

I have a vector of probabilities that I would like to feed to rbinom() and have it return a 1 or 0 for each element. I have tried simply using the entire vector as the argument hoping R would understand...

Randomly drawing observations from factors.
Economics Guy · Jul 31, 2008 · r-help

I have a large data set where one of the columns needs be a unique identifier (ID) for each row. However for a few of the rows they have the same ID. What I need to do is randomly draw...

Using loop numbers in write.csv
Economics Guy · Mar 13, 2008 · r-help

This is a question I have wanted to ask for a while but hesitated because I was sut sure I would find the answer on my own, but as of yet...no dice. 1) Is there a way to use...

Generating a new matrix using rbinom and a matrix of probabilities.
Economics Guy · Mar 11, 2008 · r-help

I am having a little trouble getting R to do something without writing a couple of very awkward loops. I have a matrix of probabilities and I want to generate a new matrix of ones and zeros where each element...

Assigning factors probabilistically based on the value of another variable.
Economics Guy · Mar 28, 2010 · r-help

> It is really the same thing. One of many possibilities: > >> theFrame <- data.frame(theValues=runif(150,-10,10)) >> exact <- diag(15)[1+ (rank(theFrame$theValues)-1)%/%10,] >> not.so.exact <- diag(15)[1+ >> (rank(theFrame$theValues+runif(150,0,3...

persp() problem
Economics Guy · Sep 10, 2007 · r-help

I am having some trouble getting the persp() package to change the x and y axis on a 3d plot. It defaults to the [0,1] interval and when I try to change it I get errors. Example: This works...

[Rcpp-devel] "as" and "wrap" for Boost.Geometry
Economics Guy · Feb 18, 2014 · rcpp-devel

Is anyone aware of an R package that uses Rcpp and Boost.Geometry? I am looking for examples to learn from rather than asking many questions here. I am trying to write custom as<>() and wrap() converters for the most...

Saving output in an iterated function
Economics Guy · Jun 21, 2009 · r-help

# I have a function that takes a few vectors manipulates them and then outputs a matrix of results: funct1 <- function(eh,be){ ce <- eh+be data.frame(eh,be,ce) } ones <- c(1,1,1) twos <- c(2,2,2...

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