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.

480 results for “from:Daniel Malter”

Nested Fixed Effects - basic questions
Daniel Malter · Sep 6, 2009 · r-help

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

sub / gsub - extracting between identical symbols
Daniel Malter · Nov 20, 2008 · r-help

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

random effects correlation in lmer
Daniel Malter · Nov 24, 2009 · r-help

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

bootstrap function
Daniel Malter · Sep 6, 2011 · r-help

install.packages("bootstrap") library(bootstrap) ? -- View this message in context: http://r.789695.n4.nabble.com/bootstrap-function-tp3794224p3795264.html Sent from the R help mailing list archive at Nabble.com.

How to join the two tables based on one overlapped column
Daniel Malter · Oct 8, 2008 · r-help

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

How to join the two tables based on one overlapped column
Daniel Malter · Oct 8, 2008 · r-help

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

How to test frequency independence (in a 2 by 2 table) withmany missing values
Daniel Malter · Jul 24, 2009 · r-help

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

Latent class analysis, selection of the number of classes
Daniel Malter · May 26, 2011 · r-help

Thanks everybody. -- View this message in context: http://r.789695.n4.nabble.com/Latent-class-analysis-selection-of-the-number-of-classes-tp3545538p3554357.html Sent from the R help mailing list archive at Nabble.com.

rbind with different columns
Daniel Malter · Jun 21, 2010 · r-help

Works wonderfully. I am very happy that I eventually found this post :) Daniel. -- View this message in context: http://r.789695.n4.nabble.com/rbind-with-different-columns-tp907370p2263588.html Sent from the R help mailing list archive at Nabble...

Remove leading and trailing white spaces
Daniel Malter · Mar 20, 2012 · r-help

This just saved me a lot of time. Thank you! Daniel -- View this message in context: http://r.789695.n4.nabble.com/Remove-leading-and-trailing-white-spaces-tp907851p4489725.html Sent from the R help mailing list archive at Nabble...

Discretizing data rows into regular intervals
Daniel Malter · Apr 2, 2011 · r-help

The ?cut function should work for that. Have you tried? D. -- View this message in context: http://r.789695.n4.nabble.com/Discretizing-data-rows-into-regular-intervals-tp3422921p3422933.html Sent from the R help mailing list archive at Nabble...

grep with search terms defined by a variable
Daniel Malter · Aug 2, 2010 · r-help

A beauty. Works a charm. Many many thanks. Daniel -- View this message in context: http://r.789695.n4.nabble.com/grep-with-search-terms-defined-by-a-variable-tp2311294p2311307.html Sent from the R help mailing list archive at Nabble...

I think I just broke R
Daniel Malter · Apr 2, 2011 · r-help

Check whether x, y, or glm have been redefined. If not, restart R. D. -- View this message in context: http://r.789695.n4.nabble.com/I-think-I-just-broke-R-tp3422737p3422932.html Sent from the R help mailing list...

execute R commands from Matlab
Daniel Malter · Aug 30, 2011 · r-help

This seems to work, as well: http://www.mathworks.com/matlabcentral/fx_files/5051/1/content/Rdemo.html -- View this message in context: http://r.789695.n4.nabble.com/execute-R-commands-from-Matlab-tp3778263p3778282.html Sent from the R...

Panel data with binary dependent variable
Daniel Malter · May 11, 2010 · r-help

RE models are available in the lme4 and MASS packages in the glmer and glmmPQL functions, respectively. -- View this message in context: http://r.789695.n4.nabble.com/Panel-data-with-binary-dependent-variable-tp2156043p2184223.html Sent from the R...

Email out of R (code)
Daniel Malter · May 19, 2011 · r-help

As I (thought I) understood from the sendmailR manual, the package does currently not support server authentication, or does it? Daniel -- View this message in context: http://r.789695.n4.nabble.com/Email-out-of-R-code-tp3530671p3536512.html Sent...

Plotting MDS (multidimensional scaling)
Daniel Malter · Apr 3, 2011 · r-help

The header "metric mds" was actually a leftover because I initially used cmdscale and did not bother changing it for the example. Thanks, Daniel -- View this message in context: http://r.789695.n4.nabble.com/Plotting-MDS-multidimensional-scaling-tp3422670p3424135...

how to analysis a dataset with some missing value?
Daniel Malter · Aug 18, 2011 · r-help

if your vector of data is x, use x[x!=-9999]. Subseting entire data frames works analogously. HTH, Daniel -- View this message in context: http://r.789695.n4.nabble.com/how-to-analysis-a-dataset-with-some-missing-value-tp3751940p3752003...

Precision of summary() when summarizing variables in a data frame
Daniel Malter · Apr 5, 2011 · r-help

Thanks all. No I wasn't aware of the fact that summary is rounding in this case. Da. -- View this message in context: http://r.789695.n4.nabble.com/Precision-of-summary-when-summarizing-variables-in-a-data-frame-tp3428570p3429022...

how to convert careers to social network description
Daniel Malter · Jun 14, 2011 · r-help

Where are you stuck? A question without reproducible code or demonstrating own effort is much less likely to receive a response. Best, Daniel -- View this message in context: http://r.789695.n4.nabble.com/how-to-convert-careers-to-social...

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