search for: yaletoolkit

Displaying 5 results from an estimated 5 matches for "yaletoolkit".

2010 Sep 30
4
interactive session
...ractive, ask, switch,...) and read manuals and searched help forums.. I found several similar questions but never a satisfying answer.. so now it became a challenge.. any idea how to overcome this problem (R 2.11.1 for Windows)? (an example code is below)  Best, Fatih library(gtools) library(YaleToolkit) library(xts)   ### start of my wrong function! f<-function(w){  w<-readline("which data? ")  w<-as.numeric(w)  ifelse(is.numeric(w)=="TRUE", w, f())  } f() ##### end of my wrong function v<- ## and output of my function should be a "v" for example which...
2010 Aug 31
1
ez version 2.0
...e random effect (eg. Participant) and no numeric predictors. New in version 2.0 - ezDesign(), a function to visualize the balance of data across a specified experimental design (useful for diagnosing missing data) - ezPrecis(), a function to summarize a data set (inspired by summary(), str(), and YaleToolkit:whatis() ) - ezBoot() and ezPlotBoot(), functions to compute and visualize (respectively) bootstrapped confidence intervals for either cell means or predictions from a mixed effects model - ezANOVA() updated with an improved measure of effect size: generalized eta-square. - ezPlot() updated to perm...
2010 Aug 31
1
ez version 2.0
...e random effect (eg. Participant) and no numeric predictors. New in version 2.0 - ezDesign(), a function to visualize the balance of data across a specified experimental design (useful for diagnosing missing data) - ezPrecis(), a function to summarize a data set (inspired by summary(), str(), and YaleToolkit:whatis() ) - ezBoot() and ezPlotBoot(), functions to compute and visualize (respectively) bootstrapped confidence intervals for either cell means or predictions from a mixed effects model - ezANOVA() updated with an improved measure of effect size: generalized eta-square. - ezPlot() updated to perm...
2009 Nov 21
4
other decriptive stats packages
i just found the following list, i wondered if anybody could add to this as i have to characterize a large data set and am new to R...the list below was so helpful....can you add to this??? Just to forestall confusion amongst those who would like to use one of the functions called "describe"... Hmisc package - describe numeric name count of observations count of missing
2010 Jun 01
4
Plot multiple columns
I'm running a long MCMC chain that is generating samples for 22 variables. I have each run of the chain as a row in a matrix. So: Chain[,1] is the column with all the samples for variable one. Chain[,2] is the column with all the samples for variable 2, etc. I'd like to fit all 22 on a single page to print a nice summary. It is OK if the graphs are small, I just need to show the