Re: [R] Prediction using ARCH

2014-11-15 Thread Patrick Burns
t.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe

Re: [R] Ifelse statement on a factor level data frame

2014-09-28 Thread Patrick Burns
reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of: 'Impatient R' 'The R Inferno' 'Tao Te Programming') ___

Re: [R] 21 R navigation tools

2014-08-27 Thread Patrick Burns
ead the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of: 'Impatien

Re: [R] Logical operators and named arguments

2014-08-08 Thread Patrick Burns
R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitte

Re: [R] incorrect correlation coefficients

2014-07-27 Thread Patrick Burns
lt.dataframe <- as.data.frame(as.matrix(result)) result.dataframe$C <- rownames(result) Best regards, Mateusz [[alternative HTML version deleted]] __________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEA

Re: [R] how does a valid subscript can produce an "subscript out of bounds" error?

2014-07-05 Thread Patrick Burns
rix(1,1,1) rownames(x) <- colnames(x) <- "23" 23 %in% rownames(x) [1] TRUE x[23,] Error in x[23, ] : subscript out of bounds -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/bl

Re: [R] Discrete and Continuous variables

2014-05-18 Thread Patrick Burns
R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfoli

Re: [R] Construction of Optimal Designs in the Language R

2014-05-04 Thread Patrick Burns
-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat

Re: [R] Inquiry

2014-02-13 Thread Patrick Burns
-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolio

Re: [R] DanteR problems

2014-01-09 Thread Patrick Burns
s/the-r-inferno/ Pat On Thu, Jan 9, 2014 at 12:11 PM, Patrick Burns mailto:pbu...@pburns.seanet.com>> wrote: On 09/01/2014 10:41, Assa Yeroslaviz wrote: Hi, I am trying to run the DanteR package, but keep getting some problems. Isn't

Re: [R] DanteR problems

2014-01-09 Thread Patrick Burns
On 09/01/2014 10:41, Assa Yeroslaviz wrote: Hi, I am trying to run the DanteR package, but keep getting some problems. Isn't that the expected behavior? -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.

Re: [R] How to "apply" correctly.

2014-01-07 Thread Patrick Burns
ting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of: 'Impatient R' 'The R Inferno' 'Tao Te Programmin

Re: [R] error in "ca.jo"

2013-12-23 Thread Patrick Burns
list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfoliopro

Re: [R] Strange subvector output --> x[n] != x[1:n][n]

2013-12-20 Thread Patrick Burns
oject.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www

Re: [R] Question about compatibility

2013-11-23 Thread Patrick Burns
d the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of: 'Impatient R&

Re: [R] data manipulation

2013-11-22 Thread Patrick Burns
The final ")" went missing in the command starting 'names(neutralVec) <- '. On 22/11/2013 17:51, Patrick Burns wrote: I think a list is the wrong structure, a vector would be better since you can use 'match': # transform data structure: neutralVec <- unlis

Re: [R] data manipulation

2013-11-22 Thread Patrick Burns
R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu.

Re: [R] repeating values in an index two by two

2013-11-11 Thread Patrick Burns
//stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog ht

Re: [R] Newbie Question: Repeatable Tasks

2013-11-04 Thread Patrick Burns
at.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http:

Re: [R] omitting integer(0) rows from data frame

2013-10-30 Thread Patrick Burns
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of: &#x

Re: [R] apply question

2013-10-27 Thread Patrick Burns
p@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @port

Re: [R] Strange result from single [] extract operator

2013-09-29 Thread Patrick Burns
hfully, Rafał __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patr

Re: [R] Logical indexing not working

2013-09-28 Thread Patrick Burns
_ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pbur

Re: [R] Plot lines whose angle and length depict vector quantities

2013-09-28 Thread Patrick Burns
ct.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://ww

Re: [R] how to find interval?

2013-09-17 Thread Patrick Burns
w.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of: 'Impatient R' &#x

Re: [R] Trouble with arguments to 'order'

2013-05-28 Thread Patrick Burns
e tried unlisting the two arguments to 'order' but this does not correct the problem. Can anyone suggest a solution to my problem? Your assistance is appreciated. - Barry King -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portf

Re: [R] Unexpected behavior of "apply" when FUN=sample

2013-05-14 Thread Patrick Burns
ws as rows, not as column! I would respectfully suggest to make this behavior more explicit in the documentation. Kind regards, Luca Nanetti -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (ho

Re: [R] I don't understand the 'order' function

2013-04-17 Thread Patrick Burns
tand the 'order' function. -Sergio __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Bu

Re: [R] Value at Risk using a volatility model?

2013-04-07 Thread Patrick Burns
p://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of:

Re: [R] E-learning environment for R

2013-03-28 Thread Patrick Burns
cible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of: 'Impatient R' 'The R Inferno' 'Tao Te Programming') __

Re: [R] nested 'while' loops

2013-03-25 Thread Patrick Burns
ted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] !0 + !0 == !0 - !0

2013-03-17 Thread Patrick Burns
laugh. Best, Chuck __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu.

Re: [R] rugarch: GARCH with Johnson Su innovations

2013-03-13 Thread Patrick Burns
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of:

Re: [R] Unexpected behaviour of apply()

2013-03-08 Thread Patrick Burns
Bruneau http://www.bruneau44.com [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide comme

Re: [R] Learning the R way – A Wish

2013-03-06 Thread Patrick Burns
rom the example. Many thanks, Andrew On Tue, Mar 5, 2013 at 1:46 AM, Patrick Burns mailto:pbu...@pburns.seanet.com>> wrote: Andrew, That sounds like a sensible document you propose. Perhaps I'll do a few blog posts along that vein -- thanks. I presume you know of &

Re: [R] R function for estimating historical-VaR

2013-03-05 Thread Patrick Burns
_ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnssta

Re: [R] if value is in vector, perform this function

2013-03-03 Thread Patrick Burns
nfo that would be helpful and thanks very much for your help! [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and

Re: [R] if value is in vector, perform this function

2013-03-03 Thread Patrick Burns
ect.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of: 'Impatient R' 'The R Inferno' 'Tao Te

Re: [R] cut a vector in equal parts

2013-02-27 Thread Patrick Burns
_ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfoliopr

Re: [R] temp seems ineffective in SANN (optim)

2013-02-27 Thread Patrick Burns
ion problem. Ross Boylan __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@

Re: [R] Compare each element of a list to a vector

2013-02-03 Thread Patrick Burns
lp@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @burnsstat @portfolioprobe

Re: [R] how to use "..."

2013-01-30 Thread Patrick Burns
the trim argument to my call like this: stat.group(dat=my_data, vec_cat=1, stat_fun=mean, trim=0.2) I know I can do it using this "..." but I have no idea how to do it. I've tried to search for it, but a search with "..." doesn't yield interesting results! Thank yo

Re: [R] c(), rbind and cbind functions - why type of resulting object is double

2013-01-22 Thread Patrick Burns
r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-gui

Re: [R] Naming an object after another object...can it be done?

2013-01-17 Thread Patrick Burns
If you want the column names but not the data frame name, then you could do: with(dat, myPlotFun(Col1, Col2)) Pat On 17/01/2013 20:07, Patrick Burns wrote: You are thinking that 'names' does something different than it does. What you seem to be after is the deparse-substitute i

Re: [R] Naming an object after another object...can it be done?

2013-01-17 Thread Patrick Burns
ML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible cod

Re: [R] matrix manipulation with its rows

2013-01-16 Thread Patrick Burns
do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints fo

Re: [R] Subset in, not in

2013-01-10 Thread Patrick Burns
archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] aggregate / collapse big data frame efficiently

2012-12-25 Thread Patrick Burns
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints

Re: [R] Memory filling up while looping

2012-12-21 Thread Patrick Burns
__ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Peter Meißner Workgroup '

Re: [R] R beginner: matrix algebra

2012-12-18 Thread Patrick Burns
, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner' and 'The R Inferno') ___

Re: [R] How to speed up the for loop by releasing memeory

2012-12-15 Thread Patrick Burns
mvent this problem without dicing and slicing the data. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-cont

Re: [R] Books for fully understanding internal logics on some packages(quantmod, xts, zoo and chron)

2012-11-27 Thread Patrick Burns
ct.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.

Re: [R] I don't know the difference between rank and order

2012-11-21 Thread Patrick Burns
/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner' and 'The R Inferno'

Re: [R] Problem with if

2012-11-11 Thread Patrick Burns
ed, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner' and 'The R Inferno') __ R-help@r-project.o

Re: [R] New Learner

2012-11-08 Thread Patrick Burns
.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.c

Re: [R] A general question: Is language S a component part of R?

2012-11-05 Thread Patrick Burns
R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://

Re: [R] optim & .C / Crashing on run

2012-11-04 Thread Patrick Burns
occasionally the OS pops up a crash report referencing a segmentation fault after optim crashes the R session. Though it is strange that the code has never crashed from a straight .C call in R, or when run from a compiled C++ binary. - Paul On 4 November 2012 09:35, Patrick Burns mailto:pb

Re: [R] optim & .C / Crashing on run

2012-11-04 Thread Patrick Burns
http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints f

Re: [R] Egarch (1,1) with Student t distribution using rugarch

2012-10-22 Thread Patrick Burns
nimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner' and 'The R Inferno') ___

Re: [R] Can anyone help why the errors are coming and rectify it?

2012-09-17 Thread Patrick Burns
listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.b

Re: [R] run EGARCH package on REXCEl

2012-09-05 Thread Patrick Burns
ct.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.

Re: [R] r data structures

2012-08-17 Thread Patrick Burns
es and dataframes have 2 dimensions. Arrays and matrices can be redimensioned, but dataframes cannot. Factors, lists, and atomic vectors do not have "dimensions", but they do have "lengths". An appropriately structured list (one with vectors all the same length) can be coerced to a

Re: [R] The best solver for non-smooth functions?

2012-07-23 Thread Patrick Burns
one? -- View this message in context: http://r.789695.n4.nabble.com/The-best-solver-for-non-smooth-functions-tp4636934.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [R] complexity of operations in R

2012-07-18 Thread Patrick Burns
dotot=10 system.time(f(dotot)) #system.time(g(dotot)) system.time(h(dotot)) On Tue, Jul 17, 2012 at 8:42 PM, Patrick Burns mailto:pbu...@pburns.seanet.com>> wrote: Johan, If you don't know 'The R Inferno', it might help a li

Re: [R] Return

2012-07-05 Thread Patrick Burns
-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beg

Re: [R] Assigning a vector to every element of a list.

2012-07-03 Thread Patrick Burns
n deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.co

Re: [R] Accessing named members of a list in an array

2012-06-30 Thread Patrick Burns
mic vectors a[[1,1]]["a"] # This works however. ## a ## 2 I always thought these two methods of indexing are equal? Is there any way to use the $-Style indexing? Thank you, Moritz -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog h

Re: [R] incorrect number of subscripts on matrix

2012-06-30 Thread Patrick Burns
__ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @po

Re: [R] Event Studies in R

2012-06-23 Thread Patrick Burns
leted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com tw

Re: [R] R learning

2012-05-30 Thread Patrick Burns
://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beg

Re: [R] R Memory Issues

2012-05-20 Thread Patrick Burns
-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner' and 'The R Inferno') __ R-help@r-

Re: [R] understanding the FUNCTION function

2012-04-26 Thread Patrick Burns
mmented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner' and 'The R Inferno') __

Re: [R] How to remove $ (Dollar sign) from string

2012-04-22 Thread Patrick Burns
help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www

Re: [R] Can a matrix have 'list' as rows/columns?

2012-04-17 Thread Patrick Burns
__ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible

Re: [R] no partial matching of argument names after dots argument - why?

2012-03-05 Thread Patrick Burns
e http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the

Re: [R] "Global" Variable in R

2012-03-03 Thread Patrick Burns
nfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Som

Re: [R] What does [[1]] mean?

2012-01-26 Thread Patrick Burns
at.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burn

[R] physical books of 'The R Inferno' and 'S Poetry'

2012-01-16 Thread Patrick Burns
free and costly versions, and why you should care. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner' and 'The R Inferno') ___

Re: [R] [newbie] stack operations, or functions with side effects (or both)

2012-01-05 Thread Patrick Burns
guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner' and &

Re: [R] if statement problem

2011-12-24 Thread Patrick Burns
the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R begin

Re: [R] how to assign a value?

2011-12-11 Thread Patrick Burns
-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of '

Re: [R] perfectionism

2011-11-25 Thread Patrick Burns
one? Are some more elegant ways of writing this code? Just curious. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. --

Re: [R] First read

2011-11-24 Thread Patrick Burns
you do it well. Would that more R learners would read them -- there would be a lot less "RTFM" type queries on r-help. Best, Bert On Thu, Nov 24, 2011 at 12:27 AM, Patrick Burns wrote: It's very seldom that I disagree with Bert, but here is one time. I don't think "A

[R] First read (was: Re: Looping and paste)

2011-11-24 Thread Patrick Burns
imal, self-contained, reproducible code. -- Bert Gunter Genentech Nonclinical Biostatistics Internal Contact Info: Phone: 467-7374 Website: http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm -- Patrick Burns pbu...@pburns.seanet.co

Re: [R] alpha_1 + beta_1 >1 in GARCH(1,1)

2011-11-20 Thread Patrick Burns
e at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @port

Re: [R] Help

2011-11-12 Thread Patrick Burns
t;- datiP[datiP$city ==1,x]; datiP2<- datiP[datiP$city ==2,x]; datiP3<- datiP[datiP$city ==3,x] datiP4<- datiP[datiP$city ==4,x]; -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hint

Re: [R] Why does length("") == 1?

2011-11-11 Thread Patrick Burns
_ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter:

Re: [R] set seed for random draws

2011-11-05 Thread Patrick Burns
nimal, self-contained, reproducible code. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, re

Re: [R] array manipulation

2011-11-03 Thread Patrick Burns
viously defined) phi=array with dimensions c(c,d,T)* * * *temp=array(0,dim=c(c,d,T))* * for(i in 1:T)* * {* * temp[,,i]=t(phi[,,i])* * }* * phi=temp* * * Thank you very much! S -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-sta

Re: [R] element-by-element comparison

2011-10-30 Thread Patrick Burns
man/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home

Re: [R] program never enters browser mode when I add browser()

2011-10-29 Thread Patrick Burns
iling list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog

Re: [R] fast or space-efficient lookup?

2011-10-09 Thread Patrick Burns
provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner' and 'The R Inferno')

Re: [R] Running *slow*

2011-10-06 Thread Patrick Burns
an/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home

Re: [R] SPlus to R

2011-10-05 Thread Patrick Burns
ha=0.05){ + #- + # rcnumber of response in historical control + # ncsample size in historical control + # nesample size in experitment group + # pietrue response rate for experiment group + # alphasize of the test + #- +

Re: [R] troubles with a for loop

2011-09-18 Thread Patrick Burns
rsion deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Patrick Burn

Re: [R] Solve your R problems

2011-09-13 Thread Patrick Burns
portfolios. On 13/09/2011 00:27, Carl Witthoft wrote: Love the page. http://www.portfolioprobe.com/2011/09/12/solve-your-r-problems/ Just out of interest, is this an updated version or the same ol' Inferno document? And why do I keep thinking you (Patrick Burns) are the Hab's coac

Re: [R] Solve your R problems

2011-09-12 Thread Patrick Burns
Far be it from me to misquote someone. On 12/09/2011 09:17, peter dalgaard wrote: On Sep 12, 2011, at 09:41 , Patrick Burns wrote: R-help is all about solving R problems. So here ya go: http://www.portfolioprobe.com/2011/09/12/solve-your-r-problems/ Grin. Incidentally, I don't think

[R] Solve your R problems

2011-09-12 Thread Patrick Burns
R-help is all about solving R problems. So here ya go: http://www.portfolioprobe.com/2011/09/12/solve-your-r-problems/ -- Patrick Burns pbu...@pburns.seanet.com twitter: @portfolioprobe http://www.portfolioprobe.com/blog http://www.burns-stat.com (home of 'Some hints for the R beginner'

Re: [R] Avoiding for Loop for moving average

2011-09-02 Thread Patrick Burns
, minimal, self-contained, reproducible code. [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and pr

Re: [R] Oh apply functions, how you confuse me

2011-09-01 Thread Patrick Burns
ctions-how-you-confuse-me-tp3784212p3784212.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and pro

  1   2   3   4   >