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.

24 results for “from:Martin Spindler”

question concerning VGAM
Martin Spindler · Jul 4, 2010 · r-help

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

package VGAM: vglm.fit()
Martin Spindler · Jun 16, 2011 · r-help

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

conversion of matrix into list
Martin Spindler · Jun 1, 2011 · r-help

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

linear predicted values of the index function in an ordered probit model
Martin Spindler · Jun 28, 2010 · r-help

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

Using openBLAS in R under Unix / Linux
Martin Spindler · Aug 28, 2014 · r-help

Dear all, I would like to us openBLAS in R under Linux / Unix. Which steps do I have to undertake? Does someone know a detailed description? (I found some sources on the web, but none was really helpful for me...

Splitting up of a dataframe according to the type of variables
Martin Spindler · Dec 17, 2012 · r-help

Dear R users, I have a dataframe which consists of variables of type numeric and factor. What is the easiest way to split up the dataframe to two dataframe which contain all variables of the type numeric resp. factors? Thank...

non-finite finite-difference value
Martin Spindler · Feb 23, 2012 · r-help

Dear all, when applying the optim function the following error occured "non-finite finite-difference value" Therefore I would like to ask how one can try to handle such a problem and which strategies have proven useful. (There is only...

Negative Binomial Regression - glm.nb
Martin Spindler · Feb 27, 2013 · r-help

Dear all, I would like to ask, if there is a way to make the variance / dispersion parameter $\theta$ (referring to MASS, 4th edition, p. 206) in the function glm.nb dependent on the data, e.g. $1/ \theta = exp...

Problem with predict.lm()
Martin Spindler · Apr 29, 2015 · r-help

Dear all, ? the following example somehow uses the "old data" (X) to make the predictions, but not the new data Xnew as intended. ? y <- rnorm(100) X <- matrix(rnorm(100*10), ncol=10) lm <- lm(y~X) Xnew <- matrix(rnorm...

R parallel / foreach - aggregation of results
Martin Spindler · Jul 31, 2015 · r-help

Dear all, when I am running the code attached below, it seems that no results are returned, only the predefined NAs. What mistake do I make? Any comments and help is highly appreciated. Thanks and best, Martin Simpar3 <- function(n1...

partial evaluation of a function with several arguments
Martin Spindler · Feb 7, 2011 · r-help

Dear all, I have the following problem: add <- function(x,y) {x+y} What is the easiest / most elegant way to create a new function (e.g. with the name "addev") that sets the second argument of the function "add...

Function for Generating all Permutations with Repetition
Martin Spindler · Mar 5, 2012 · r-help

Dear all, I am looking for a function in R which returns all possible permutations of an object x with r number of repitions. For example If x <- c(0,1) and r <-3 the result should be 0 0...

problem with as.Date
Martin Spindler · Oct 22, 2011 · r-help

Dear all, I would like to convert the first column of a dataframe to a date (original format: year (4 digits) and month (last 2 digits)) >str(dat_FF) 'data.frame': 1022 obs. of 4 variables: $ date : int 192607 192608...

subset with two factors
Martin Spindler · Dec 10, 2010 · r-help

Dear all, I have a dataframe of the following strucutre numacc_b coverage_b Geschlecht GG 1 0 1 W A 2 0 1 M A 3 0 1 M B 4 0 1 M B 5 0 1 W...

Standardisation of variables with Lasso (glmnet)
Martin Spindler · Feb 13, 2014 · r-help

Dear all, I am working with glmnet but the problem arises also in all other Lasso implementations: It is ususally recommended to standardize the variables / use intercept and this works well with the implemented options: x <- matrix(rnorm(10000), ncol...

R parallel - slow speed
Martin Spindler · Jul 30, 2015 · r-help

Dear all, I am trying to parallelize the function npnewpar given below. When I am comparing an application of "apply" with "parApply" the parallelized version seems to be much slower (cf output below). Therefore I would like to ask how...

subset with two factors
Martin Spindler · Dec 10, 2010 · r-help

Hey Michael, Thank you very much. It works! Best, Martin -------- Original-Nachricht -------- > Datum: Fri, 10 Dec 2010 22:35:56 +1100 > Von: Michael Bedward <michael.bedward at gmail.com> > An: Martin Spindler <Martin.Spindler at gmx.de> > CC: r-help...

Package Rcpp: Question conerning source code of cpp files and related question
Martin Spindler · Sep 30, 2014 · r-devel

Dear all, I am trying to use Rcpp to write some files in C++ for use in R. Below is an example for a cpp-file (crossp.cpp). Then I use >sourceCpp("crossp.cpp") in R and the corresponding function...

R parallel - slow speed
Martin Spindler · Jul 31, 2015 · r-help

Thank you very much for your help. ? I tried it under Unix and then the parallel version was faster than under Windows (but still slower than the non parall version). This is an important point to keep in mind. Thanks...

R parallel / foreach - aggregation of results
Martin Spindler · Aug 1, 2015 · r-help

Dear Jim, Thank you very much for your response. It seems to work now, but the return value is not the required matrix but a list of matrices (one for each repition j). Any idea how it is possible to...

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