Displaying 6 results from an estimated 6 matches for "koyama".
2004 Oct 05
4
cat function within a loop
I have a 'cat' function within a for loop.
I would like it to print out the result everytime it goes through the
for loop so that I can monitor the progress, but it only prints out
(execute the cat function) once at the very end of the for loop.
A simple example:
for(i in 1:100000){
cat(i, '\n')
}
What should I do in order for the cat function to be executed
everytime it goes
2004 Sep 16
1
barplot with vcd library
...kage:base :
print.summary.table summary.table
> barplot(m)
Warning messages:
1: longer object length
is not a multiple of shorter object length in: -0.01 * height
+ shift
2: longer object length
is not a multiple of shorter object length in: height + shift
--
Tatsuki Koyama, Ph.D.
Department of Biostatistics
Vanderbilt University Medical Center
Email: Tatsuki.Koyama at Vanderbilt.Edu
2012 Apr 04
0
Deadlines Approaching: R User Conference Registration, Hotels, Student Scholarships
...submitted abstracts we will be
notifying you this week regarding acceptance as an oral presentation or
as a poster.
Students: A limited number of $500 reimbursements for registration and
travel expenses are available, based on merit and need. Please apply by
sending an application to Tatsuki Koyama at
tatsuki.koyama at Vanderbilt.Edu by April 15. Include a brief CV, a copy
of your abstract if one was submitted, a statement that demonstrates
your need for financial assistance, and a letter of support from your
supervisor.
Please join us at the 8th Annual International R User Conference u...
2017 Dec 01
0
How to extract coefficients from sequential (type 1), ANOVAs using lmer and lme
...:
https://bbolker.github.io/mixedmodels-misc/glmmFAQ.html)
But please please note that it would be misleading to say that these are
the p-values for the coefficients in your model. These issues are the
same for both mixed and 'normal' regression models.
Phillip
On 30/11/17 16:56, Akihiro Koyama wrote:
> Hi Phillip,
>
> Thank you very much for informative comments. But I still cannot find a
> way to extract coefficients from sequential ANOVAs.
>
> I have many data sets which all give different p-values for "sequential"
> and "marginal" options in...
2012 Apr 15
6
CRAN (and crantastic) updates this week
CRAN (and crantastic) updates this week
New packages
------------
* disclapmix (0.1)
Maintainer: Mikkel Meyer Andersen
Author(s): Mikkel Meyer Andersen and Poul Svante Eriksen
License: GPL-2
http://crantastic.org/packages/disclapmix
disclapmix makes inference in a mixture of Discrete Laplace
distributions using the EM algorithm.
* EstSimPDMP (1.1)
Maintainer: Unknown
Author(s):
2017 Nov 27
0
How to extract coefficients from sequential (type 1) ANOVAs using lmer and lme
I wantto run sequential ANOVAs (i.e. type I sums of squares), and trying to getresults including ANOVA tables and associated coefficients for predictive variables(I am using the R 3.4.2 version). I think ANOVA tables look right, but believecoefficients are wrong. Specifically, it looks like that the coefficients arefrom ANOVA with ?marginal? (type III sums of squares). I have tried both lme