Displaying 20 results from an estimated 65 matches for "osteopathic".
2011 May 09
2
Creating Observation ID
...ow to do it without manually sub-setting the parent data frame and then putting it back together again.
Anyone able to get me started on a cleaner (more R-like) approach?
Thanks,
Rob
------------------------------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicine
A. T. Still University of Health Sciences
800 W. Jefferson St.
Kirksville, MO 63501
660-626-2322
FAX 660-626-2965
[[alternative HTML version deleted]]
2011 Mar 25
2
library(foreign) read.spss warning
...1"
$month
[1] "02"
$day
[1] "25"
$`svn rev`
[1] "54585"
$language
[1] "R"
$version.string
[1] "R version 2.12.2 (2011-02-25)"
------------------------------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicine
A. T. Still University of Health Sciences
Kirksville, MO 63501
660-626-232
FAX 660-626-2965
[[alternative HTML version deleted]]
2018 Jul 16
2
persp command
Dear R-devel mailing list,
I am wondering whether the "theta" and "phi" parameters of the "persp"
function
in the graphics commands are named in error (the names seem to have been
swapped). Also, in the documentation to "persp", reference is made to
"colatitude"
when the effect in the image is actually that of "latitude".
Thank you,
2011 Feb 10
2
Hmisc errbar color
...ist(x),mean)
se = aggregate(df,list(x),sd)/sqrt(10)
library(Hmisc)
plot(x,y)
errbar(m$x, m$y, m$y+1.96*se$y, m$y-1.96*se$y,col='red',cex=2,type='b',add=TRUE)
Thanks,
Rob
------------------------------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicine
A. T. Still University of Health Sciences
Kirksville, MO 63501
660-626-232
FAX 660-626-2965
[[alternative HTML version deleted]]
2012 Mar 06
1
Windows - **Paste commands only** issue
...12"
$month
[1] "02"
$day
[1] "29"
$`svn rev`
[1] "58522"
$language
[1] "R"
$version.string
[1] "R version 2.14.2 (2012-02-29)"
------------------------------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicine
A. T. Still University of Health Sciences
800 W. Jefferson St.
Kirksville, MO 63501
660-626-2322
FAX 660-626-2965
2011 May 19
2
recursive function
Hi,
I created a function for obtaining the normal cumulative distribution (I
know all this already exists in R, I just wanted to verify my
understanding of it). below is the code I came up with.
cdf<-function(x) {
erf<-function(x) {
# approximation to the error function (erf) of the
# normal cumulative distribution function
# from Winitzki
2010 Oct 19
3
R 2.12.0 and JGR
...ots_1.1-3 JavaGD_0.5-3 ggplot2_0.8.8 proto_0.3-8 reshape_0.8.3 plyr_1.2.1
[19] rJava_0.8-7
loaded via a namespace (and not attached):
[1] tools_2.12.0
>
------------------------------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicine
A. T. Still University of Health Sciences
Kirksville, MO 63501
660-626-232
FAX 660-626-2965
[[alternative HTML version deleted]]
2010 Mar 18
1
Rcmdr plugins produce error
...[, "operationOrParent"] == "cascade") & (Menus[, :
no non-missing arguments to max; returning -Inf
Error in `[.data.frame`(menuNames, duplicateMenus) :
undefined columns selected
---------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicne
A. T. Still University of Health Sciences
800 W. Jefferson St.
Kirksville, MO 63501
[[alternative HTML version deleted]]
2011 May 20
5
regression coefficient for different factors
Dear R-helpers,
In my dataset I have two continuous variable (A and B) and one factor.
I'm investigating the regression between the two variables usign the command
lm(A ~ B, ...)
but now I want to know the regression coefficient (r2) of A vs. B for every factors.
I know that I can obtain this information with excel, but the factor have 68 levels...maybe [r] have a useful command.
Thanks,
2013 Mar 13
7
Export R generated tables and figures to MS Word
Dear Rxperts,
I am aware of Sweave that generates reports into a pdf, but do know of any
tools to generate to export to a MS Word document...
Is there a way to use R to generate and export report/publication quality
tables and figures and export them to MS word (for reporting purposes)?
Thanks so much,
Santosh
[[alternative HTML version deleted]]
2017 Feb 03
0
Suggestion: barplot function
...t the default.
>
> Thank you so much!
> Daniel, FU-Berlin
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
--
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicine
A T Still University of Health Sciences
800 W. Jefferson St
Kirksville, MO 63501
660-626-2321 Department
660-626-2965 FAX
2018 Jul 16
0
persp command
...cerely,
> Christian
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
--
--
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicine
A T Still University of Health Sciences
800 W. Jefferson St
Kirksville, MO 63501
660-626-2321 Department
660-626-2965 FAX
2024 Dec 05
2
Creating a script in Rstudio
Hi there
I want to create a script in Rstudio and load in the reagent dataset
ensuring that the different data types in there (dates, text, etc) come
through correctly.
Best wishes
Carlos
2009 Jun 30
1
Windowing issue with diagram package & R 9.1
..."triangle",box.size=0.1,box.type="hexa",box.prop=0.25,
arr.col=Col,arr.len=1)
mtext(outer=TRUE,side=3,line=-1.5,cex=1.5,"plotmat")
#
par(mfrow=c(1,1))
-----------------------
---------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicne
A. T. Still University of Health Sciences
800 W. Jefferson St.
Kirksville, MO 63501
[[alternative HTML version deleted]]
2011 Apr 06
1
corSpatial and nlme
...t list corSpatial among the standard classes. This might either be intentional because corSpatial is not "standard" , or it might be simply an oversight that needs correcting.
------------------------------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicine
A. T. Still University of Health Sciences
800 W. Jefferson St.
Kirksville, MO 63501
660-626-2322
FAX 660-626-2965
[[alternative HTML version deleted]]
2009 Sep 15
1
R Journal
...exible. These lists are getting impressively long after an almost 9 year time span.
I apologize if I missed the obvious. And kudos to the editors and contributors of these many fine articles.
Thanks,
Rob
---------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicne
A. T. Still University of Health Sciences
800 W. Jefferson St.
Kirksville, MO 63501
[[alternative HTML version deleted]]
2009 Oct 29
1
strsplit() and Windows file paths
...d be nice
if it were consistent with dir() and getwd()
2. If one has a path string like the escaped backslash pattern shown in 1 above, how does one do a strsplit() on these escaped backslashs?
Thanks,
Rob
---------------------
Robert W. Baer, Ph.D.
Professor of Physiology
Kirksville College of Osteopathic Medicne
A. T. Still University of Health Sciences
800 W. Jefferson St.
Kirksville, MO 63501
[[alternative HTML version deleted]]
2011 May 21
1
Group close numbers in a vector
Hi everyone,
i am trying to group close numbers in a vector.
For example i have a vector x = [1 2 4 7 9 10 15].
I want the code to pick 1 2 4 (max difference between successive numbers is
2) and assign them to variable a, then pick 7 9 10 and assign them to b and
15 to c. But since i do not know how many groups there will be the code
should create a,b,c etc as it goes along. So if x = [1 2 4 7 9
2011 May 27
1
Normality test
Dear Sir,
I am writing to inquire about normality test given in nortest package. I
have a random data set consisting of 300 samples. I am curious about which
normality test in R would give me precise measurement, whether data sample
is following normal distribution. As p value in each test is different in
each test, if you could help me identifying a suitable test in R for this
medium size of
2012 Nov 05
2
exporting 3D dynamic graph
Hi the list,
Using misc3d, we can export 3d dynamic graph in pdf format.
Is it also possible to export these graph into a format that we can publish on the web?
Christophe
--
Christophe Genolini
Maître de conférences en bio-statistique
Vice président Communication interne et animation du campus
Université Paris Ouest Nanterre La Défense
[[alternative HTML version deleted]]