Displaying 12 results from an estimated 12 matches for "ambertk".
Did you mean:
amberti
2008 Oct 13
2
Subset based on items in a list.
...it seems like there must be something out there
that will that I must be forgetting. Does anyone know of a way to solve this
problem in an efficient way? Thanks!
Kyle H. Ambert
Graduate Student, Department of Medical Informatics & Clinical Epidemiology
Oregon Health & Science University
ambertk@ohsu.edu
[[alternative HTML version deleted]]
2012 Apr 27
1
Wrap names.arg text in barplot
...ne know of a handy way to wrap the names.arg text in a barplot?
I'm creating a bar plot with rather long labels; I can adjust the margins,
but I'd also like to have the text wrap to about 4cm. Thanks!
Kyle H. Ambert
Doctoral Candidate, Bioinformatics
Oregon Health & Science University
ambertk@gmail.com
[[alternative HTML version deleted]]
2007 Mar 26
0
Sphericity and post-hoc analysis in a repeated-measure ANOVA
...ficant main effect and no
X1:X2 interaction, given that X1 has three levels and each subject in
the analysis has data associated with each level. Thank-you in
advance for your suggestions.
Kyle H. Ambert
Graduate Student, Dept. Behavioral Neuroscience
Oregon Health & Science University
ambertk@ohsu.edu
[[alternative HTML version deleted]]
2011 Jun 15
1
Print the summary of a model to file
Hi there,
I am having a strange problem. I am running nls on some data.
#data
x <- -(1:100)/10
y <- 100 + 10 * (exp(-x / 2)
Using nls I fit an exponential model to this data and get a great fit
summary(fit)
Formula: wcorr ~ (Y0 + a * exp(m1 * -dist/100))
Parameters:
Estimate Std. Error t value Pr(>|t|)
Y0 -0.0001821 0.0002886 -0.631 0.528
a 0.1669675 0.0015223
2007 Mar 26
1
data-frame adding/deleting column
Hallo,
I have got an existing data frame and want to add a new column. The
existing data frame was created like this:
> df <- rbind( c("Fred", "Mary", 4), c("Fred", "Mary", 7),
+ c("Fred", "Mary", 9), c("Barney", "Liz", 3),
+ c("Barney", "Liz", 5) )
> df
2007 Aug 03
3
question about logistic models (AIC)
Een ingesloten tekst met niet-gespecificeerde tekenset is
van het bericht gescrubt ...
Naam: niet beschikbaar
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070803/79b6292b/attachment.pl
2007 May 18
3
{10,20,30}>={25,30,15}
Hi There,
Using t.test to test hypothesis about which one is greater, A or B?
where A={10,20,30},B={25,30,15}.
My question is which of the following conclusions is right?
#################hypothesis testing 1
h0: A greater than or equal to B
h1: A less than B
below is splus code
A=c(10,20,30)
B=c(25,30,15)
t.test(c(10,20,30),c(25,30,15),alternative="less")
output:
p-value=0.3359
2007 Jul 31
5
extract columns of a matrix/data frame
Hello all,
I have a matrix whose column names look like
a1 a2 b1 b2 b3 c1 c2
1 2 3 7 1 3 2
4 6 7 8 1 4 3
Now, I can have any number of a's. not just two as shown above and same goes for b's and c's. I need to extract all the a's columns and put them in another matrix, extract all b's columns and put them in some matrix
2007 Apr 09
1
Repeated Measures design using lme
Hi,
I have what I believe is a repeated-measures dataset that I'm trying to analyze using lme(). This is *not* homework, but an exercise in my trying to self-teach myself repeated-measure ANOVA for other *real* datasets that I have and that are extremely similar to the following design.
I'm fairly sure the dataset described below would work with lme() -- but it'd be great if anybody
2007 Jul 31
2
choosing between Poisson regression models: no interactions vs. interactions
R gurus,
I'm working on data analysis for a small project. My response
variable is total vines per tree (median = 0, mean = 1.65, min = 0,
max = 24). My predictors are two categorical variables (four sites
and four species) and one continuous (tree diameter at breast height
(DBH)). The main question I'm attempting to answer is whether or not
the species identity of a tree has
2007 May 21
3
quartz() on MAC OSX
I am (desperately) trying to get used to using a Mac here at my new
location. (Why *anyone* would ever use anything other than Linux, except
under duress as I am, totally escapes me, but that's another story.)
Fortunately much of the Mac OSX is actually Unix, so a civilized person can
manage to carry on ... But there are some things. (Like this <expletive
deleted> mailer ... But
2008 Dec 05
6
Running R Script on a Sequence of Files
Hi,
I have about 900 files that I need to run the same R script on. I
looked over the R Data Import/Export Manual and couldn't come up with
a way to read in a sequence of files.
The files all have unique names and are in the same directory. What I
want to do is:
1) Create a list of the file names in the directory (this is really
what I need help with)
2) For each item in the