via the binaries. Thanks
again, best wishes, James
From: stephen sefick
Sent: Wednesday 21 February 2024 12:25
To: James Powell
Cc: r-help@r-project.org
Subject: Re: [R] Network issue
CAUTION: This email originated from outside of the organisation. Do not click
links or open attachments
Hi Stephen,
Thanks very much for getting back to me. My problem is described below. Any
help would be greatly appreciated. Thanks, James
Hi,
Sorry for bothering you because I know that your time is voluntary, but I would
really appreciate some help. I work in a hospital in part of Ireland’s
Hi Ivan,
Thanks very much for your response, I'll definitely give that a go. Best
wishes, James
-Original Message-
From: Ivan Krylov
Sent: Wednesday 21 February 2024 10:38
To: James Powell
Cc: r-help@r-project.org
Subject: Re: [R] Network issue
CAUTION: This email originated
urls. Thanks again for your
help. Regards, James
From: stephen sefick
Sent: Wednesday 21 February 2024 00:04
To: James Powell
Cc: r-help@r-project.org
Subject: Re: [R] Network issue
CAUTION: This email originated from outside of the organisation. Do not click
links or open attachments unless
R version 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or '
uot;, number = 5, repeats = 2, classProbs
= TRUE)
model_svmRadial <- train(M2 ~ ., data = trainData, method = "svmRadial",
trControl = ctrl)
____
From: Ivan Krylov
Sent: Saturday, August 12, 2023 12:49 AM
To: James C Schopf
Cc: r-help@r-project.org
Sub
Hello, I'd be very grateful for your help.
I randomly separated a .csv file with 1287 documents 75%/25% into 2 csv files,
one for training an algorithm and the other for testing the algorithm. I
applied similar preprocessing, including TFIDF transformation, to both sets,
but R won't let me mak
Dear Sir or Madam
I’m trying to compile a collection of datasets that require use of the
following hypothesis tests.
Are there datasets within the R library that I can get access to?
Kind regards
James Carrigan
Hypothesis Testing
t.test(X,Y)
— performs a two sample t-test between X and Y
With the support of the R Foundation Conference Committee, we are happy to
announce the promotion of regional R events to connect our R community and
bridge us till useR! 2024.
On July 21st we hold an event in Basel, with all ticket sales for the
Basel event being directly donated to the R Foundat
Hi,
Recently, I have had a hard time installing and running the package on an
HPC.
The HPC sysadmin installed Rmpi package without any error.
However, when he tried a simple R script with only one line:
library(Rmpi)
the job caused "Segmentation Fault" error.
Currently, we have no clue to solv
Greetings R Community
The ASReml-R package will analyze data from experiments with
pseudoreplications.
Dealing with Pseudo-Replication in Linear Mixed Models
https://www.vsni.co.uk/case-studies/dealing-with-pseudo-replication-in-linear-mixed-models
Will the ‘lme4’ package return an equivalent ana
I have two columns in a larger data set that list countries in one column and,
in some cases, individual provinces within a country or oversea territories in
another. I have country population in a second data set that I’m planning to
use to calculate per capita rates in the first data set. My i
In doing meta-analysis of diagnostic accuracy I produce ellipses of confidence
and prediction intervals in two dimensions. How can I calculate the area of
the ellipse in ggplot2 or base R?
thank you
James Meyer
__
R-help@r-project.org mailing list
___
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> 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
ice would be greatly appreciated! Thanks.
James
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide co
OSX is based on BSD UNIX so paths use the forward slash as separator, e.g.
temps <-
read.table("c:/Users/DFP/Documents/ah/house/HouseTemps.txt",header=T,row.names=1)
Best James
> On Jan 21, 2020, at 9:20 AM, David wrote:
>
> I moved to a mac a few months ago after yea
Hello,
I have a set of Z scores from an N=2 studies and I need to run a
meta-analysis across the two Z scores for many N variables. I do not have
effect sizes and SEs. I realize there are many different meta analysis
packages in R, but I only have Z scores and it seems to me this is
limiting. I am
Dear Bert
Thanks for getting back to me. Yes that is exactly the sort of problem I am
trying to solve. I am aware of the option of hard coding the experimental
groups as you suggested, but was hoping for an easy out of the box approach
as I have many groups!
Thanks
James
On Tue, 5 Nov 2019 at 20
n not find any
examples/documentation explaining a similar syntax for these tools. Is
anyone aware of a nls-like tool with this functionality, or an alternative
approach?
Best wishes
James Wagstaff
[[alternative HTML version deleted]]
__
R-help@r-p
parallel processes across cores or
machines. Rgenoud handles that well.
Good luck!
James
> On Oct 11, 2019, at 4:21 PM, javed khan wrote:
>
> Hi
>
> I will appreciate if someone provide the link to some tutorials/videos
> where parameters running are performed in R. For in
I posted my question at Stack Overflow, where it didn’t get much of a response,
and I was pointed in this direction by Ben Bolker. I’m happy to send the whole
dataset to anyone who wants but thought that it would be presumptuous to
include an enormous dput() here.
I’m looking at the effects of
> On Aug 28, 2019, at 4:44 PM, James Spottiswoode wrote:
>
> Hi Bert,
>
> Thanks for your advice. Actually i’ve already done this and have checked out
> doParallel and future packages. The trouble with doParallel is that it forks
> R processes which spend a lot of
have put this clearly.
I’d much appreciate any suggestions. Thanks in advance,
James Spottiswoode
--
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman
Given an "R" application's source code, how does one measure the number of
bytes taken by just the compiled application, not including the CRAN
libraries?
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCRIB
t;),sep=""))+
ylab("E. coli (cfu/100mL)")
As you can see, I end up with two legend items, '95th Percentile' and
'Median'. However, I would like the '95th Percentile' item to be a darkred
diamond with no background.
Any ideas how to do this? The dat
llateral/articles/collateral.html>
--
=====
James Goldie: PhD Student, Climate Change Research Centre
Email: j.gol...@unsw.edu.au, m...@rensa.co
Tel: +61 421 747 208
Skype: james-goldie
Web: https://rensa.co
[[alternative HTML version deleted]]
__
Thanks Paul. Appreciate the help. I'll give this a shot.
Ryan James
D: 713.395.1794
M: 214.843.7301
-Original Message-
From: Paul Smith [mailto:phh...@gmail.com]
Sent: Thursday, February 15, 2018 7:12 AM
To: Ryan James/E&P North America Business Division/SKI
Cc: r-help@r-pr
I have a set of data, the production of oil from a well. And an equation to
predict that forecast.
The equation requires 5 input variables which are real numbers with upper and
lower bounds, 1 input variable which must be an integer and 1 input variable
which can be 1 of 2 string variables.
Thanks David!, that fixed the problem.
Best regards,
James
On Thu, Dec 7, 2017 at 1:19 PM, David Winsemius
wrote:
>
> > On Dec 7, 2017, at 10:47 AM, James Henson wrote:
> >
> > Hello R Community,
> >
> > I inadvertently updated packages via R Studio when a p
for your help.
James F. Henson
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org
Hi R Helpers,
I recently tried to take advantage of the ability to download all the
tickers in the S&P 500 using the functionality of tidyquant, but it threw
an error.
For summary, the set of commands that I ran was
library(tidyquant)
tq_index_options()
tq_index("SP500")
sessionInfo()
R feedba
Dear R Helpers,
I have run into a problem trying to perform a number of actions on a set
of quantmod data objects through a loop and I am hoping that this is an
easy problem for someone else as opposed to very difficult for me.
The example task is to get the first three objects of the quarterly
ith the following class structure.
[1] "tbl_df" "tbl" "data.frame".
Best regards,
James
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read th
as a text file.
Thanks for your assistance.
Best regards,
James
# Plots for Interpreting One-Way ANOVA
library(digest)
library(DT)
datatable(competition)
# Characterize the data.
class(competition)
str(competition)
competition$clipping <- as.factor(competition$clipping)
competition$bioma
Bruce,
Do you think that you could post the final solution to the problem? That
way it would be stored with this thread and the next person who has the
same problem would be able to locate the FINAL solution.
--JJS
On Mon, April 17, 2017 12:47 pm, BR_email wrote:
> TO _ALL_:
> THANK YOU. THANK
Hello
I'm investigating installing R in a virtual machine environment. Does anyone
have experience running R on windows server 2012?
Regards
James
AstraZeneca UK Limited is a company incorporated in Engl...{{dropp
Greetings Peter and Jeff,
Thanks for this information. Will try these type of analyses in SAS.
Sure they are doable in R, but developing a procedure is difficult.
Alan Agresti gives a cookbook SAS method in An Introduction to
Categorical Analysis.
Thanks,
James
On Sun, Feb 5, 2017 at 3:47 PM
Greetings R Community,
An attempt to reproduce the results from code in the source below
fails. R cannot find the function ‘Marg.fct’. An Internet search for
the ‘Marg.fct’ function was not fruitful. I appreciate your help.
Best regards, James F. Henson.
R (and S-PLUS) Manual to Accompany
Hello R Helpers,
I am building a random forest using the cforest method in the party
package. I then want to have a look at the characteristics of a few of
the trees. I get the output for one of the trees by executing
pt <- party:::prettytree(cforest@ensemble[[3]],
names(cforest@data@get("input
Richard,
Thanks, Have not previously used the HH package, but looks as if it
contains many useful tools. Will check out your book also.
Best regards,
James
On Thu, Dec 1, 2016 at 10:18 PM, Richard M. Heiberger wrote:
> James,
>
> Please look at the maiz example, the last exampl
Hi R users,
Is there a way to calculate a confidence interval for each contrast in
a set of orthogonal contrasts? The ‘multcomp’ package will calculate
a CIs at the 95% family-wise confidence level. But, these confidence
intervals are extremely wide.
Thanks for your help.
Best regards,
James
lap
TIBCO Software
wdunlap tibco.com<http://tibco.com>
On Sun, Nov 6, 2016 at 2:20 PM, Duncan Murdoch
mailto:murdoch.dun...@gmail.com>> wrote:
On 06/11/2016 5:02 PM, Jim Lemon wrote:
hi James,
I think you have to have a starting date ("origin") for as.Date to
convert numb
Yes, I should have put
> library(foreach)
> library(zoo)
at the top.
On 11/06/2016 05:20 PM, Duncan Murdoch wrote:
> On 06/11/2016 5:02 PM, Jim Lemon wrote:
>> hi James,
>> I think you have to have a starting date ("origin") for as.Date to
>> convert n
Thanks Terry,
Re: the second case (predicting from a null model with a newdata=
argument), I agree that it looks a bit over the top for such a
straight forward computation, so maybe it is more a wish than anything
else. In this one instance, this computation is embedded in a wider
multi-state sim
Hi,
It seems there might be two issues with predict.coxph(), and I'd
appreciate confirmation before submitting a bug report to the package
author.
(1) predict() seems to produce incorrect predictions when using type
= "expected" from a Cox model with an offset and specifying a new data
for predi
Thanks,
The 'droplevels' statement works.
Best regards,
James Henson
On Tue, Aug 30, 2016 at 5:34 PM, William Dunlap wrote:
> yuen does not work when there unused levels in the factors given to it.
>
>> yuen(GoalsGame ~ League, tr=0.2, data = SpainGer)
> Call:
&
’ function cannot read
the data in subset data frame ‘SpainGer’. My code is below.
Thanks you for your help.
James F. Henson
# Examples from 'Robust Statistical Methods on R Using the WRS2 Package’
# Robust t-test, and ANOVA (pages5-13)
library(WRS2)
data("eurosoccer")
class(eurosoccer)
p
te its use for estimation
of panel data models and meta-regression models.
Bug reports, suggestions, and feature requests are welcome
at https://github.com/jepusto/clubSandwich
Cheers,
James
___
James Pustejovsky
Assistant Professor, Quantitative Met
Just upgraded to R 3.3.1; when I updated the packages on CRAN, I got a BUNCH of
warning messages like the ones below:
2016-07-01 14:44:19.840 R[369:3724] IMKClient Stall detected, *please Report*
your user scenario attaching a spindump (or sysdiagnose) that captures the
problem - (imkxpc_window
I am using R Studio and am able to fit a tree with RPlot, however, the tree in
the viewer has no text (see image attached).
Jim Thompson
This e-mail message is for the sole use of the intended recipient and may
contain information that is confidential, proprietary or privileged. Any
unauthorize
Greetings Prasad,
Here are some tutorials on statistics using R.Statistics and Actuarial
Science – Carl James Schwarz
http://people.stat.sfu.ca/~cschwarz/CourseNotes/
Statistics and Actuarial Science – Carl James Schwarz - Programs
http://people.stat.sfu.ca/~cschwarz/Stat-650/Notes
Greetings David,
I am new to R and neglected to check vigorously for missing values.
Apologize for posting without checking and finding the one NA.
I appreciate your help.
Thanks.
James F. Henson
On Fri, May 27, 2016 at 1:49 PM, David Winsemius wrote:
>
>> On May 27, 2016, at 10:07
regards,
James
Eboni2 <- read.csv("Eboni2.csv", header = TRUE)
library("nlme")
str(Eboni2)
head(Eboni2)
model1 <- lme(preDawn ~ Irrigation, random=~season_order|treeNo, data=Eboni2)
On Wed, May 25, 2016 at 6:23 PM, Jeff Newmiller
wrote:
> Please keep the mail
code is below, and the
data file is attached as ‘Eboni2.txt.
library("nlme")
str(Eboni2)
head(Eboni2)
model1 <- lme(preDawn ~ Irrigation, random=~season_order|treeNo,
data=Eboni2)
I am genuinely confused. Hope someone can help.
Best regards,
James F. Henson
number Location
Reduce is failing when applied to a list of elements of class
data.table. Perhaps this is a bug?
Example:
library(data.table)
dt1 <- data.table(x = 1:3, y = 4:6)
dt2 <- data.table(x = 4:6, y = 1:3)
dt3 <- data.table(x = 0:-2, y = 0:-2)
# This works fine
dt1 + dt2 + dt2
#x y
# 1: 5 5
# 2:
, as you see doing subset is time consuming, is there
> any other way?
> Thank you for any help.
> Elahe
>
> __
> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
&g
Thanks, the stat="identity" worked.
On Tue, Apr 12, 2016 at 3:34 PM, Huzefa Khalil
wrote:
> Hi James,
>
> If you want to specify the y-values, you need to use stat="identity" as
> below:
>
> ggplot(probability, aes(x=Fertilizer, y=prob)) +
> geo
)
datatable(probability)
str(probability)
probability$Fertilizer <- as.factor(probability$Fertilizer)
str(probability)
library(ggplot2)
plot1 <- ggplot(probability, aes(x=Fertilizer, y=prob)) +
geom_bar(aes(fill=Treatment))
plot1
Thanks.
Best regards,
James F. Henson
Trt probLL
OpCl works on xts objects but not on quantmod.OHLC objects. Is this a bug?
Example error:
x.Date <- as.Date("2003-02-01") + c(1, 3, 7, 9, 14) - 1
set.seed(1)
x <- zoo(matrix(runif(20, 0, 1), nrow=5, ncol=4), x.Date)
q <- as.quantmod.OHLC(x,c("Open","High","Low","Close"))
# error
OpCl(q)
#> Erro
On March 21, 2016 2:10:01 PM PDT, KMNanus wrote:
>>
>> Have you set your working directory to the “3.2” folder?
>> Ken
>> kmna...@gmail.com
>> 914-450-0816 (tel)
>> 347-730-4813 (fax)
>>
>>
>>
>> On Mar 21, 2016, at 5:07 PM, James Henso
\RtmpIZmUa3\downloaded_packages
Thank for your help.
James F. Henson
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting
What I’ve got:
# sessionInfo()
R version 3.2.3 (2015-12-10)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.3 (El Capitan)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets
’
Error: package or namespace load failed for ‘broom’
Thanks,
James F. Henson
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do
Greetings!
You don't specify what type of "figure" you're looking for...here are two
possibilities to get you started:
As a note, it would have made things slightly easier if you had used dput() to
provide the data to us. It took a little massaging in notepad before getting it
into R.
#Read d
> On Oct 18, 2015, at 10:51 AM, Christian Hoffmann
> wrote:
>
> How can I do e.g. print("unknown"(ls())) and get the variable values in my
> current environment?
>From your example, it sounds like what you want is simply this
ot;td.xyz") %>%
html_nodes(":not(sup)") %>%
html_text()
Perhaps I’m using the not selector improperly. Any suggestions on how to get
this to work properly? Thanks.
James
__
R-help@r-project.org mailing list -- To UNSUBSCRIB
able ‘simple’ as the independent variable, the data will no
longer be fitted to the AR1 variance/covariance structure.
Thanks.
Best regards,
James F.Henson
drugperson timeHR
a 1 1 72
a 4 1 78
a 7 1 71
a 10 1 72
a
the data will no
longer be fitted to the AR1 variance/co-variance structure.
Thanks.
Best regards,
James F.Henson
__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting gu
Sorry. In dplyr:
data %>% filter(col == "blue", cycle ==1) %>% select(values)
On Tue, Aug 4, 2015 at 19:54 James Hedges wrote:
> cycle %>% filter(col == "blue", cycle == 1)
> On Tue, Aug 4, 2015 at 18:59 Rodrigo Díaz wrote:
>
>> Hi. I have a matr
cycle %>% filter(col == "blue", cycle == 1)
On Tue, Aug 4, 2015 at 18:59 Rodrigo Díaz wrote:
> Hi. I have a matrix like this:
>
> cycle=c(rep(1,3),rep(2,3),rep(3,3),rep(4,3))col=c(rep("blue",2),rep("green",2),rep("blue",2),rep("green",2),rep("blue",2),rep("green",2))values=c(1:12)data.frame(cycle
in text, not HTML.
>
> Cheers,
> Bert
> Bert Gunter
>
> "Data is not information. Information is not knowledge. And knowledge
> is certainly not wisdom."
>-- Clifford Stoll
>
>
> On Wed, Jun 24, 2015 at 3:27 AM, James Shaw wrote:
>> I am interested
I am interested in using quantile regression to fit the following model at
different quantiles of a response variable:
(1) y = b0 + b1*g1 + b2*g2 + B*Z
where b0 is an intercept, g1 and g2 are dummy variables for 2 of 3
independent groups, and Z is a matrix of covariates to be adjusted for in
the
Thanks. A useful tip for a long-time SAS user.
James F. Henson
On Fri, Jun 5, 2015 at 3:47 AM, Gerrit Eichner <
gerrit.eich...@math.uni-giessen.de> wrote:
> Hello, everyone,
>
> aside from Rolf's hint (and Richard's warning!) you could also consider
> relevel():
&g
to the first
treatment in the order, which is "high dose". It is possible to rearrange the
order so that "placebo' is first, but this is inconvenient.
Thanks,
James F. Henson
[[alternative HTML version deleted]]
__
R-hel
G1,3G2,3G3,3G3,4
G4 G1,4G2,4G3,4G4,4
I have read the help (?MCMCglmm) and searched through the R help pages but if
the answer is there I'm not able to find/understand it.
Any help would be greatly appreciated.
Thank you.
Jam
Subject: PLEASE HELP ON R-LANGUAGE
I am writing my project on "The effect of Bootstrapping on Time Series
Data". My problem is how I will write r programme to run a non stationary
time series data. I am familia to r language already.
Please help me.
[[alternative HTML version deleted]]
Hi Jorge,
Thanks so much, it is working perfectly. There are so many for me to learn.
Cheers.
James
From: jorgeivanve...@gmail.com
Date: Fri, 22 Aug 2014 22:28:40 +1000
Subject: Re: [R] print vectors with consecutive numbers
To: zwei0...@hotmail.com
CC: r-help@r-project.org
Hi James
he Warning message:
In if (y == "TRUE") mat else 0 :
the condition has
length > 1 and only the first element will be used
How can I change the code to get only the first 2 columns
with consecutive numbers printed? I am new to R.
Thanks in advan
tall_github function.
>
> Best,
> Ista
>
> On Aug 8, 2014 4:21 PM, "James Holland" wrote:
>>
>> Running R 3.03 on Windows 7
>>
>> I am trying to install a package from a github repository.
>>
>> https://github.com/google/glassbox
>>
>
(I see the glassbox
folder in there) but the library function doesn't attach the package.
~James
On Fri, Aug 8, 2014 at 6:50 PM, David Winsemius
wrote:
>
> On Aug 8, 2014, at 1:29 PM, James Holland wrote:
>
> > Running R 3.03 on Windows 7
> >
> > I am trying to
I re-zipped it because when I downloaded from GitHub, it had the actual
glassbox folder within the glassbox-master folder, so I zipped that
glassbox folder because my understanding was the install.package
On Aug 8, 2014, at 1:29 PM, James Holland wrote:
> Running R 3.03 on Windows 7
>
'm trying to learn
fast. I tried some searching and this seems to be what I'm suppossed to
do, but perhaps I need to use dev mode ?
Thank you for the help.
~James
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing l
Here's a stack overflow question addressing the same issue.
http://stackoverflow.com/a/22261345
Hopefully it will help.
Thanks
> Date: Wed, 23 Jul 2014 12:33:11 -0300
> From: khurram.na...@gmail.com
> To: r-help@r-project.org
> Subject: [R] Importing random subsets of a data file
>
> Hi R folks,
#.
# Messing around with Student Engagement Survey data
library(RgoogleMaps)
library(PBSmapping)
library(maptools)
library(reshape)
library(RColorBrewer)
library(plotGoogleMaps)
library(rgdal)
rm(list=ls())
mydata <- data.frame(NAME=c("James Elem","C
ta <- par[1:k]
phi <- par[k+1]
if(phi < 0)return(NA)
mu <- X%*%beta
val <- vector()
mu <- X%*%beta
mul <- exp(mu)/(1+exp(mu))
p <- phi*mul; q <- phi*(1-mul)
for(i in 1:n) val[i] <- dbeta(y[i],p[i,],q[i,],log=TRUE)
return(-sum(val))
}
James
Dear R Helpers,
My regex skills are beginner to intermediate and banging around the web
has not resulted in a solution to the problem below so I hope that one of
you who has mad skills can help me out.
I want to extract the stock ticker--AMT-- out of the string
American Tower Corporation (REIT)Â
Hello expert community.
Is there anybody whose used rehh package for iHS and rsb. I have gone through
the tutorial a dozen times, I need expert help to enable me apply it to my
p.falciparum snp data from the illumina platform.
Thanks
James Abugri
--
* "The information contained in this
I ran the following loop on my SNP data and got an error message as
indicated
for (i in genenames){
+ current <- fst1[which(fst1$Gene == i),]
+ num <- nrow(current)
+ fst <- max(current$fst)
+ position <- mean(current$pos)
+ nposition <- mean(current$newpos)
+ numhigh <- nrow(current[wh
I successfully run Emacs on a Windows laptop then use Emacs' Tramp to connect
to a Linux server using SSH. Emacs in this fashion supports editing .R files
resident on the remote machine and running of R in an inferior Emacs shell. The
R process runs on the server. Also, I successfully use Putty
methods base
Any suggestions as to how I might track this down?
Best,
Jim
--
James W. MacDonald, M.S.
Biostatistician
University of Washington
Environmental and Occupational Health Sciences
4225 Roosevelt Way NE, # 100
Seattle WA 98105-6099
__
R-help@r-project
ctices for how to
manage large datasets when doing analysis in R. Is there an alternative
file format / relational datbase in which I should be storing the data?
Best,
James
--
James F. Mahon III, Ph.D. Candidate
Harvard University
Tel: (857) 209-8438
Fax: (270) 813-3498
Web: http://www.people.fas.h
biology.informatics.conductor
--
James W. MacDonald, M.S.
Biostatistician
University of Washington
Environmental and Occupational Health Sciences
4225 Roosevelt Way NE, # 100
Seattle WA 98105-6099
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mail
I'm trying to do some post-plot manipulation of some lattice graphics, in which
I need to get the absolute viewport locations on the plotting device. So for
example:
library(lattice)
print(xyplot(Petal.Length ~ Sepal.Length | Species, iris, layout = c(2, 2)))
trellis.focus('panel', 1, 1)
This s
, 'qj74uXkJ')
df <- compare_scholar_careers(ids)
ggplot(df, aes(x=career_year, y=cites)) + geom_line(aes(linetype=name))
For more information and examples of how to use the package, please see
https://github.com/jkeirstead/scholar.
Your comments and suggestions would be appreciated.
Best
ystem cannot find the path specified.
Thank you for any help you can provide,
Chip
James "Chip" Hackett, Ph.D. | Statistical Consultant | Hackett & Associates,
Inc. | c...@hackettassociates.net | 408.416.3747 (Office) | 805.509.0741
(Mobile)
The material in this transmission
> node <- xpathSApply(doc, "//link[@rel='alternate']", xmlAttrs)
>> node
>
> [,1]
>
> rel
> "alternate"
>
> type
> "application/atom+xml"
>
> title
> "ATOM"
>
> href
> "/cgi-bin/browse-edgar?ac
quot; )
>
> From there you can extract the number. Here's one way to do it.
>
> strsplit(strsplit(unlist(node)[[5]], "CIK=")[[1]][2], "&type")[[1]][1]
>
> Jeff
>
>
> On Wed, Aug 14, 2013 at 1:34 PM, Sparks, John James
> wrote:
>
>>
Dear R Helpers,
I would like to pull the CIK number from the web page
http://www.sec.gov/cgi-bin/browse-edgar?CIK=MSFT&Find=Search&owner=exclude&action=getcompany
If you put this web page into your browser you will see the CIK number in
red on the left side of the page near the top.
When I try
Hello Moritz,
You may want to take a look at
http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3052263/ . DeSantis et al.
(2009) identified different genomic profiles using a Bayesian Latent Class
methodology.
Best,
James
On Sun, Jun 30, 2013 at 2:47 PM, Moritz Kebschull wrote:
> Dear l
Dear R Helpers,
I am stuck on some syntax and I thought that I was following one of the
examples that I found out there quite faithfully.
I just want to know how to do a t test on a single mean for whether or not
it is greater than a specific value. So I am using the data set sleep and
I want to
1 - 100 of 638 matches
Mail list logo