Hi Jeremy,
I don't know about references, but this around. See for example:
http://afni.nimh.nih.gov/sscc/gangc/tr.html
the relevant line in cor.test is:
STATISTIC <- c(t = sqrt(df) * r/sqrt(1 - r^2))
You can convert *t*s to *r*s and vice versa.
Best,
Josh
On Fri, Oct 17, 2014 at 10:32 AM
Hi,
Perhaps still not as short as you want, but I normally use which():
p <- c(1:10/100, NA, NaN)
p[which(p <= .05)]
[1] 0.01 0.02 0.03 0.04 0.05
Cheers,
Josh
On Tue, Oct 14, 2014 at 8:51 PM, Rainer M Krug wrote:
> Hi
>
> I want to evaluate NA and NaN to FALSE (for indexing) so I would lik
Hi Stephane,
This is the well known result of limitted floating point precision (e.g.,
http://www.validlab.com/goldberg/addendum.html). Using a test of
approximate rather than exact equality shows R yields the correct answer:
nperm <- 1
Fperm <- replicate(n=nperm, anova(lm(sample(Y) ~ F, dat
Hi Lucy,
Try the gamlss.dist package, specifically the rWEI2() function.
Cheers,
Josh
On Wed, Sep 3, 2014 at 11:52 AM, Lucy Leigh
wrote:
> Hi,
> I wish to simulate some data from a Weibull distribution. The rweibull
> function in R uses the parameterisation
>
> 'with shape parameter a and sc
On Wed, Aug 13, 2014 at 7:41 AM, Rolf Turner
wrote:
> On 13/08/14 07:57, Ron Michael wrote:
>
>> Hi,
>>
>> I would need to get a clarification on a quite fundamental statistics
>> property, hope expeRts here would not mind if I post that here.
>>
>> I leant that variance-covariance matrix of the
On Sat, Aug 9, 2014 at 9:56 AM, Patrick Burns
wrote:
> On 07/08/2014 07:21, Joshua Wiley wrote:
>
>> Hi Ryan,
>>
>> It does work, but the *apply family of functions always pass to the first
>> argument, so you can specify e2 = , but not e1 =. For example:
Hi Ryan,
It does work, but the *apply family of functions always pass to the first
argument, so you can specify e2 = , but not e1 =. For example:
> sapply(1:3, `>`, e2 = 2)
[1] FALSE FALSE TRUE
>From ?sapply
'lapply' returns a list of the same length as 'X', each element of
which is
On Thu, Jul 31, 2014 at 9:47 AM, Duncan Murdoch
wrote:
> On 30/07/2014, 2:20 PM, Yihui Xie wrote:
> > As a reader, I often want to run the code by myself _while_ I'm
> > reading a particular part of an article/report. I find it convenient
> > to be able to copy the code as I'm reading it, instead
Hi Elizabeth,
In confirmatory factor analysis with multiple groups, the reason one needs
to estimate the models simultaneously is that, typically, one is interested
in applying constraints (e.g., forcing all or some of the factor loadings
to be equal across groups). In exploratory factor analysis
vi Varadhan wrote:
> Dear Josh,
> Thank you very much. I knew that the scaling had to be adjusted, but was not
> sure on how to do this.
>
> Can you please show me how to do this scaling with `glm'? In other words, how
> would I scale the deviance from glm?
>
Hi Ravi,
Deviance is the SS in this case, but you need a normalizing constant
adjusted by the lambda to put them on the same scale. I modified your
example below to simplify slightly and use the normalization (see the
LL line).
Cheers,
Josh
##
require(MASS)
t; R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/
> posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Joshua Wiley
Ph.D. Student, Health
_
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Joshua Wiley
Ph.
Misra, Katharine Mullen, Jeroen Ooms,
Szilard Pafka, Tim Triche, Joshua Wiley
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide
ponse: Recall
> # Sum Sq Df F value Pr(>F)
> #(Intercept) 13479.2 1 1679.5361 < 2.2e-16 ***
> #Age 240.2 1 29.9356 3.981e-07 ***
> #Condition 1514.9 4 47.1911 < 2.2e-16 ***
> #Age:Condition 190.3
__
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Joshua Wiley
Ph.D. Stud
gt;
>> bingo! :-)
>> I got one pass to advanced!
>>
>> my TMP environment variable is:
>> %SystemRoot%\TEMP
>>
>>
>> thanks
>> cleber
>>
>>
>> Em 04/10/2013 22:02, Joshua Wiley escreveu:
>>
>>> Hi Cleber,
>>&g
e or directory
> make[3]: *** [mkR1] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [R] Error 1
> make: *** [all] Error 2
>
> C:\Rsrc\R-3.0.2\src\gnuwin32>
>
> __**
> R-help@r-project.org mailing l
r1-var6 should be coded NA for totmean and totsum.
>
> How I do that?
>
> Thank you!
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
>
o/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
> ______
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/l
hanks in advance,
> D V Kiran Kumar
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-
; [2] LC_CTYPE=English_United States.1252
>>> [3] LC_MONETARY=English_United States.1252
>>> [4] LC_NUMERIC=C
>>> [5] LC_TIME=English_United States.1252
>>>
>>> attached base packages:
>>> [1] stats graphics grDevices utils datasets methods ba
1)
> # create the response vector by hand:
> Y=airquality2$Ozone
> # is the same as:
> m1$model$Ozone
> # Now solve for the parameter estimates:
>
> solve(crossprod(X)) %*% crossprod(X,Y) #gives the correct answer
>
> library(MASS)
> ginv(t(X)%*%X)%*%t(X)%*%Y #gives
__
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Joshua Wi
;
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code
ng
> Los Angeles, CA 90095
>
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org
w I could make sure that the resampling procedure used by
> "boot" respects the subject level information?
>
> Thanks a lot for your help/advice!
> __
> R-help@r-project.org mailing list
> https://stat.
___
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wil
would do this to get the highest non-missing level:
>
> x <- pmax(3*cg, 2*hs, es, 0, na.rm=TRUE)
>
> rock chalk...
>
> -nfultz
>
> On Fri, Jun 07, 2013 at 06:24:50PM -0700, Joshua Wiley wrote:
>> Hi Paul,
>>
>> Unless you have truly offended the
ope you are having a nice summer.
>
> pj
>
> --
> Paul E. Johnson
> Professor, Political Science Assoc. Director
> 1541 Lilac Lane, Room 504 Center for Research Methods
> University of Kansas University of Kansas
> http://pj.freefaculty.org
On Thu, Jun 6, 2013 at 9:05 AM, William Dunlap wrote:
>
> I said the force was 'required' in the sense that without it
> the function will fail to do what you want in some situations.
With the Force on your side, functions always do what you want.
>
> Bill Dunlap
> Spotfire, TIBCO Software
> wdu
PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
--
Joshua Wiley
Ph.D. Student, Health Psychology
University of California, Los Angeles
http://joshuawiley.com/
Senior Analyst - Elkhar
_
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained,
uide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
--
Joshua Wiley
Ph.D. Student, Health Psychology
University of California, Los Angeles
http://joshuawiley.com/
Senior Analyst - Elkhart Group Ltd.
http://elkhartgroup
720229, Romania
> office phone +4 0230 52 29 78, ext. 531
> mobile phone +4 0745 53 18 01
> +4 0766 71 76 58
> FAX:+4 0230 52 16 64
> silvic.usv.ro
>
> [[alternative HTML version deleted]]
>
> __
[DiffVec>0])}
> diff<-cbind(FiveMinusOne,TenMinusOne)diff<-cbind(diff,
> TenMinusFive)sn<-seq(1, length(lamdaseq))f2<-cbind(sn, diff)f2
> ##END
> [[alternative HTML version deleted]]
>
>
> __
/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Student, Health Psychology
University of California, Los Angeles
ht
> On Mon, Mar 25, 2013 at 6:18 PM, Joshua Wiley
> wrote:
>>
>> Hi Antonio,
>>
>> If wealth is a factor variable, you should include the main effect in
>> the model, as the smooths will be centered.
>>
>> Cheers,
>>
>> Josh
>>
>&
0 0 0 ...
> $ maternal_age_c: num -6.12 -3.12 -3.12 -1.12 -3.12 ...
> $ birth_year_c : num -14.8 -14.8 -14.8 -14.8 -14.8 ...
>
> [[alternative HTML version deleted]]
>
>
> __
> R-help@r-project.org mailing l
lp
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Student, Health Psychology
University of California, Los Angeles
http://joshuawiley.com/
Senior Analyst - Elkhar
elch (ivo.we...@gmail.com)
> http://www.ivo-welch.info/
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reprod
___
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Student, Hea
__
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Student,
here are probably more direct ways of doing the same thing and storing the
>> resulting lm objects in a list, but you did not state what you intend to do
>> with this enormous set of regressions...
>>
>>
>> Regards
>>
>> > Thanks for any he
%% done", round((i/combinations)*100))
> setWinProgressBar(pb, (i/combinations)*100, label=info)
> }
>
> close(pb)
>
> # now, simply feed the values replicated the number of times we want to run
> the simulation into the sequential.unpaired function, and assign the values
>
sting guide http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the po
Realized I did not reply to this list.
On Sat, Jan 26, 2013 at 7:54 PM, Joshua Wiley wrote:
> Hi Erin,
>
> Most packages creating output for inclusion in pages, reports, books,
> etc. do some rounding as R's default level of printed precision tends
> to be overkill. R2
github.
Cheers,
Josh
>
> Thanks,
>
> Paul
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
&g
rect.
> Thank you.
>
> Elaine
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
>
ge in context:
> http://r.789695.n4.nabble.com/Hausman-test-in-R-tp4647716.html
> Sent from the R help mailing list archive at Nabble.com.
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
you recommend me what to do here?
>
> Thanks
> T
>
> [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http
__
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
; __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
2 Total (i.e. Null); 1 Residual
>>> Null Deviance: 13.86
>>> Residual Deviance: 5.407AIC: 9.407
>>
>> Those two results look very similar and it is with a data situation that
>> seems somewhat extreme. The concern is for the 1% numerical dif
e commented, minimal, self-contained, reproducible code.
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide c
On Wed, Aug 29, 2012 at 3:56 AM, Milan Bouchet-Valat wrote:
> Le mardi 21 août 2012 à 07:51 -0700, Joshua Wiley a écrit :
>> Hi Rainer,
>>
>> You could try:
>>
>> subs <- expression(dead==FALSE & recTreat==FALSE)
>>
>> lme(formula, subset = eva
>>>>> na.action = na.omit
>>>>> )
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Rainer
>>>>>
>>>>> --
>>>>> Rainer M. Krug, PhD (Conservation Ecology,
>
> Tel : +33 - (0)9 53 10 27 44
> Cell: +33 - (0)6 85 62 59 98
> Fax : +33 - (0)9 58 10 27 44
>
> Fax (D):+49 - (0)3 21 21 25 22 44
>
> email: rai...@krugs.de
>
> Skype: RMkrug
>
> ______
> R-he
; __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
J
__
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Jo
org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Student, Health Psychology
Programmer Analyst II, Stati
ML version deleted]]
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal,
On Fri, Aug 10, 2012 at 9:16 AM, S Ellison wrote:
>> > R in general tries hard to prohibit this behavior (i.e., including an
>> > interaction but not the main effect). When removing a main effect and
>> > leaving the interaction, the number of parameters is not reduced by
>> > one (as would be ex
(vs)1:factor(am)1
28.37143
which you can see directly gets all the group expectations.
Cheers,
Josh
> I have asked a question on how to get around this "limitation" on
> stackoverflow with helpful answers by Ben Bolker and Joshua Wiley:
> http://stackove
You may be able to get around zero cells using a an MCMC approach such as with
MCMCglmm.
On Aug 4, 2012, at 15:30, Sacha Viquerat wrote:
> On 08/04/2012 07:57 PM, Joshua Wiley wrote:
>> Hi Sacha,
>>
>> You're right that this is not an R related question really (wou
Hi Sacha,
You're right that this is not an R related question really (would be better
somewhere like crossvalidated.com).
If basically everyone catches 0/1 birds, then I would consider dichotomizing:
Y <- as.integer(caught >= 1)
then check cross tabs to make sure there are no zero cells betwe
In addition to Bert's suggestion of r sig mixed models (which I second), I
would encourage you to create a more detailed example and explanation of what
you hope to accomplish. Sounds a bit like an auto regressive structure, but
more details would be good.
Cheers,
Josh
On Aug 4, 2012, at 9:34
or what? Should that be the host? I am not the host of the
> server, does that matter?
> Thank you so much for the help!
> Yours,
> Xuan
>
> -Original Message-
> From: Bert Gunter [mailto:gunter.ber...@gene.com]
> Sent: Thursday, August 02, 2012 9:42 AM
> To: Joshua
to give up their time and effort to help
> those with legitimate questions. You and others may consider this an
> overreaction of course.
>
> Sorry for the rant, but it seems relevant to your close parsing of the thread.
>
> -- Cheers,
> Bert
>
> On Wed, Aug 1, 2012 at 10:
h Nonclinical Biostatistics
>
> Internal Contact Info:
> Phone: 467-7374
> Website:
> http://pharmadevelopment.roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm
>
> __
gt;
>
> --
> View this message in context:
> http://r.789695.n4.nabble.com/lm-without-intercept-tp3312429p4638204.html
> Sent from the R help mailing list archive at Nabble.com.
>
> __
>
sity of Houston - Downtown
> mailto: erinm.hodg...@gmail.com
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provid
___
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Stud
ere, by default, only endogenous/dependent variables will be handled by
>> missing="ml", not exogenous 'x' covariates.
>>
>> To fix it: simply add the fixed.x=FALSE argument, or revert to 0.4-12 to get
>> the old behavior.
>>
>> Hope this helps,
>
My apologies. I stand corrected. Thanks Michael.
Josh
On Thu, Jul 19, 2012 at 10:29 PM, R. Michael Weylandt
wrote:
> See: https://stat.ethz.ch/pipermail/r-help/2012-February/303110.html
>
> Michael
>
> On Fri, Jul 20, 2012 at 12:19 AM, Joshua Wiley wrote:
>> Hi David,
e.com.
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible
g mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Student, Health Psychology
Pro
roche.com/index/pdb/pdb-functional-groups/pdb-biostatistics/pdb-ncb-home.htm
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/postin
of Sociology
> McMaster University
> Hamilton, Ontario, Canada
> http://socserv.mcmaster.ca/jfox
>
>
>
>
>> -----Original Message-
>> From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
>> project.org] On Behalf Of Joshua Wiley
>> Sent: July-12-12 2:53 AM
that just
return FIML estimates of a covariance matrix from raw data, that would
be great (but googling and using findFn() from the sos package did not
turn up good results).
Thanks!
Josh
--
Joshua Wiley
Ph.D. Student, Health Psychology
Programmer Analyst II, Statistical Consulting Group
Univer
grams-datasets-tp4635668p4635744.html
> Sent from the R help mailing list archive at Nabble.com.
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.ht
[[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal,
hive at Nabble.com.
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-con
-
> E-Mail: (Ted Harding)
> Date: 07-Jul-2012 Time: 11:04:26
> This message was sent by XFMail
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch
bit right here I am referring to:
> and provide commented, minimal, self-contained, reproducible code.
--> ^
--
Joshua Wiley
Ph.D. Student, Health Psychology
Programmer Analyst II, Statistical Consulting Group
University of California, Los Angeles
https://joshuawiley.com/
osting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Student, Health Psychology
Programmer Analyst II, Statistical Consulting Group
University of California, Los Angeles
https://joshuawiley.com/
___
tix-tp4635478p4635509.html
> Sent from the R help mailing list archive at Nabble.com.
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-gu
p mailing list archive at Nabble.com.
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wil
Apologies to Bert, I see now that "market" is a variable in the
dataset, not a generic name for market indicators. lm() with a matrix
as the outcome seems the best approach here.
Josh
On Wed, Jul 4, 2012 at 12:12 PM, Joshua Wiley wrote:
> On Wed, Jul 4, 2012 at 11:48 AM, Bert
ASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>>
>
>
>
> --
>
> Bert Gunter
> Genentech Nonclinical Biostatistics
>
> Internal Contact Info:
> Phone: 4
; [[alternative HTML version deleted]]
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide
posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Student, Health Psychology
Programmer Analyst II, Statistical Consulting Group
University of California, Los Angeles
https://joshuawiley.com/
__
On Fri, Jun 29, 2012 at 1:20 AM, Jessica Streicher
wrote:
> Hm.. i attached a file with the code, but it doesn't show up somehow..
non text files are scrubbed, and only certain file extensions are
allowed (I forget which, I know that .R is *not* allowed (although I
think that .txt and maybe .log
re better ways to save yourself
code, but I can say that there often are.
>
> greetings
> Jessica
>
> On 28.06.2012, at 17:15, Joshua Wiley wrote:
>
>> Hi Jessica,
>>
>> x <- call("plot", quote(pcaI))
>> eval(x)
>>
>> that
tps://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Student, Health Psychology
Progr
.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Student, Health Psychology
Programmer Analyst II, Statistical Consulting Group
University of Cali
;>>>
>>>> OECDsamplepanel <- pdata.frame(data, index = NULL, drop = F)
>>>>
>>>> plm <- plm(V5 ~ lag(V6, 1) + V3 + V4 + V5, data = OECDSamplepanel,
>>>> model = "within")
>>>>
>>>> coefficients <
ASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Joshua Wiley
Ph.D. Student, Health Psychology
Programmer Analyst II, Statistical Consulting Group
University of California, Los Angeles
https://joshuawiley.c
earth is spherical is just as wrong as thinking the earth is
> flat, then your view is wronger than both of them put together."
>
> Isaac Asimov (1989). "The Relativity of Wrong." The Skeptical Inquirer,
> 14(1), 35-44. Fall 1989.
> http://chem.tufts.edu/AnswersInScience/Rel
R help mailing list archive at Nabble.com.
>
> __
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
1 - 100 of 1337 matches
Mail list logo