Dear tinytex users
I install knitr and tinytex with the following line commands in RStudio
and it seems to work:
install.packages("knitr")
install.packages('tinytex')
In the long past I was told to also run the following lines but now they
do not seem to be needed.
#update.packages(ask = FA
p.s. But now I click some (but not all) .R file and cannot see the
source code.
On 4/6/2023 5:28 PM, Steven T. Yen wrote:
I updated to latest RStudio (RStudio-2023.03.0-386.exe) but
R would not run. Error message:
Error Starting R
The R session failed to start.
RSTUDIO VERSION
RStudio
I updated to latest RStudio (RStudio-2023.03.0-386.exe) but
R would not run. Error message:
Error Starting R
The R session failed to start.
RSTUDIO VERSION
RStudio 2023.03.0+386 "Cherry Blossom " (3c53477a, 2023-03-09) for Windows
[No error available]
I also tried RStudio 2022.12.0+353 --- same
>>
>> You could alternatively use
>>
>> x["V2"]
>>
>> which should be identical to x[, "V2", drop = FALSE], but some people don't
>> like that because it doesn't look like matrix indexing anymore.
>>
>>
>
te something like this to remove the columns
>> starting with yr:
>>
>> mydata <- mydata[, !grepl("^yr", colnames(mydata)), drop = FALSE]
>>
>> On Sat, Jan 14, 2023 at 1:56 AM Steven T. Yen wrote:
>>>
>>> I have a data frame containi
I have a data frame containing variables "yr3",...,"yr28".
How do I remove them with a wild cardsomething similar to "del yr*"
in Windows/doc? Thank you.
> colnames(mydata)
[1] "year" "weight" "confeduc" "confothr" "college"
[6] ...
[41] "yr3" "yr4" "yr5"
Dear,
I am having a lucky day. I am programming in RStudio and when I type
"black" (quotation signs included, the word turn into a word with black
ground. Couldn't get rid of the backgroundcopying to Word, Excel,
text editor and paste back to Rstudio, the word is still in black
background
nodiscfem 0.51 0.50
discfem 0.49 0.50
notradgrol 0.70 0.46
tradgrol 0.30 0.46
nofemnopol 0.80 0.40
femnopol 0.20 0.40
nopreshurt 0.66 0.47
On 11/22/2022 3:08 PM, Ivan Krylov wrote:
On Tue, 22 Nov 2022 08:15:57 +0800
"Steven T. Yen" wrote:
Thanks to
00.32
[86,] 1.3000.74
R will still print 3 decimal places for the third column since it
wants them to be of the same format, but each number is 2 sigfigs.
On Mon, Nov 21, 2022 at 3:41 PM Steven T. Yen via R-help
wrote:
Hi, I have two variables with 86 observations each. Below I print
Hi, I have two variables with 86 observations each. Below I print with
the print command with digit=2. But, I am getting three decimal places
for my first variable and two for the second. Please help. Thanks.
> cbind(Mean,Std.dev)
Mean Std.dev
[1,] 0.3107966 0.462820
[2,] 0.1
ycontrol$gradtol)
#works
msg<-with(mycontrol,sprintf(fmt_string,tol,reltol,steptol,gradtol))
cat(msg)
tol = 0.0e+00
reltol = 0.0e+00
steptol = 1.0e-08
gradtol = 1.0e-10
Thids has worked great! Thanks again to all.
Steven Yen
On 10/25/2022 3:23 AM, Rui Barradas wrote:
Às 16:21 de 24/10
age.
msg <- sprintf("(tol,reltol,steptol,gradtol): %E %E %E %E",
mycontrol$tol,mycontrol$reltol,mycontrol$steptol,mycontrol$gradtol)
message(msg)
Hope this helps,
Rui Barradas
Às 14:25 de 24/10/2022, Steven T. Yen escreveu:
Thank, Boris and Ivan.
The simple command suggested b
Thank, Boris and Ivan.
The simple command suggested by Ivan ( print(t(mycontrol)) ) worked. I
went along with Boris' suggestion and do/get the following:
cat(sprintf("(tol,reltol,steptol,gradtol): %E %E %E %E",mycontrol$tol,
mycontrol$reltol,mycontrol$steptol,mycontrol$gradtol
I have a "list" containing four elements, as shown below:
> t(mycontrol)
tol reltol steptol gradtol
[1,] 0 0 1e-08 1e-12
Printing this in a main program causes no problem (as shown above).
But, using the command t(mycontrol) the line gets ignored. Any idea? Thank
rew for help!
On 10/13/2022 10:30 PM, Bill Dunlap wrote:
> Do you have another function called "cat" in scope? (with an argument
> called "j")? Before calling cat("...") call print(cat) and
> print(find("cat")).
>
> -Bill
>
>
> On
define fortytwo before calling cat, it doesn't.
So we know what the answer is.
Jim
On Thu, Oct 13, 2022 at 7:36 PM Steven Yen wrote:
t<-abs(me)/se; p<-2*(1-pt(t,nrow(x)))
sig<-my.sig.levels(p)
out<-data.frame(round(cbind(me,se,t,p),digits)); out<-cbind(out,sig)
rownames(out)<
te Effects of Gen Ordered Logit /
Probit Probabilities") :
argument "j" is missing, with no default
>
On 10/13/2022 3:37 PM, Erin Hodgess wrote:
> Hi Steven:
>
> Do you have a variable called logistic, please? I think that might be
> the culprit.
>
> Tha
I have had an issue with printing (with cat) in a subroutine for which I
do not have a applicable example, but I am still hoping to get some
help. In the following, the first block of code works fine.
...
t<-abs(me)/se; p<-2*(1-pt(t,nrow(x)))
sig<-my.sig.levels(p)
out<-data.frame
0.0138778 0.0793592
> mydelta <- function(obj,j){
+ # ***
+ # Delta method for exponential transformation
+ # ***
+ b<-obj$estimate[j]
+ v<-obj$stat$vb[j,j]; v
+ gamma<-exp(b)
+ db<-gamma
+
you think most readers reaction to this was?!Best to
> all,Bert __>
> 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 >
packageA because I have:
Depends: packageA
in DESCRIPTION.
I have someone can check this, and confirm that this is a bug, but basically
when I've send this to request permission to add a bug to ask for help first,
even that I have experienced R developers in my Team that confirmed that t
Hello,
I have Mac Version 10 Catalina and I would like to download R on this device
for my summer class. I have difficulty to find a right option when I go to the
website. May you please kindly share the step by step guidance with me. The
screenshot with be great. I downloaded few zip files an
to measure the degree of obesity of
the general population to assist the government in allocating resources. In
other words, it is a 200-year-old hack."
As an index of obesity in individuals, BMI has some glaring flaws.
- T. Arthur Milne
__
R-help@r-pro
it looks to me that the names are cranked through make.names for
data frames case while that doesn't happen for matrices. Peeking
into the `colnames<-` code supports this idea, but that in turn
uses `names<-` which is a primitive and so defies further easy
peeking.
The data.frame function provides
Could you help me find the ideal number of clusters using the `clusGap
`function? There is a similar example in this link:
https://www.rdocumentation.org/packages/factoextra/versions/1.0.7/topics/fviz_nbclust
But I would like to do it for my case. My code is below:
library(cluster)
df <
e number of
nearest neighbors to be considered (in some computation). In that case, k must
be at least 1, which is what the cited error message seems to be claiming. Are
you certain that k = 0 is a legitimate setting?
- T. Arthur Milne
__
R-help
81307,-24.761081),
Longitude = c(-49.934816, -49.922324, -49.911616, -49.906262,
-49.890796,-49.8875254,-49.8875254),
Waste = c(526, 350, 526, 469, 285, 433, 456)),class =
"data.frame", row.names = c(NA, -7L))
mat <- as.data.frame.matrix(df)
mat <- t(mat)
f
eone has already answered
> there, or vice versa.
>
> Michael
>
> On 12/12/2020 15:27, Jovani T. de Souza wrote:
> > So, I and some other colleagues developed a hierarchical clustering
> > algorithm to basically find the main clusters involving agricultural
> > indu
Might the desired function "matord" be part of a Bioconductor package? This link
https://rdrr.io/bioc/clusterSeq/src/R/associatePosteriors.R
suggests that could be the case.
- T. Arthur Milne
__
R-help@r-project.org mailing list -- To UNSUB
So, I and some other colleagues developed a hierarchical clustering
algorithm to basically find the main clusters involving agricultural
industries according to a particular city (e.g. London city).. We
structured this algorithm in R. It is working perfectly. So, according to
our filters that we in
I would like a great help from you. I used the cluster.stats function that
is part of the `fpc` package to compare the similarity of two custer
solutions using a variety of validation criteria, as you can see in the
code. However, I have two questions:
1 ° Is it possible to know which is the most
ious
that any particular group should be offended by the name.
-- T. Arthur Milne
> On Nov 16, 2020, at 5:46 PM, Rolf Turner wrote:
>
> On Tue, 17 Nov 2020 07:54:01 +1100
> Jim Lemon wrote:
>
>
>> Hi Elaine,
>> There seems to be a popular contest to discover offe
cklandPhone:
+64-9-373-7599 ext. 88276
To Rolf's excellent example, I would add Mandy Rice-Davies' immortal words from
the witness box.
- T. Arthur Milne
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list -- To UNS
Dear All
I updated to R-4.0.0. and also installed the latest Rtools 4.0 (to now
the new default folder c:\rtools40). While compiling a package (binary)
I received the follow marning message saying Rtools is required. Any
clues? Thanks.
Steven Yen
WARNING: Rtools is required to build R package
Hello all ,
Very sorry to ask you question that might have been answered earlier . I
could not able to find right answer .
My requirement is get decent level of proficiency in the R-Shiny . Is
there path ( I mean do I need to have knowledge of Dplyr to get data in
right format ) that I need to
# Can someone help with this simple frequency histogram problem (n = 15)?
# I use four class limits: [90,95], [95,100], [100,105], [105,110].
# These coincide with the limits obtain by pretty {base}.
# Proper frequencies would be: (1,5,6,3).
# But hist{graphics} gives me a histogram showing freque
Hi Duncan,
On Wed, Jan 23, 2019 at 10:02:00AM -0500, Duncan Murdoch wrote:
> On 23/01/2019 5:27 a.m., Jan T Kim wrote:
> >Hi Ivan & All,
> >
> >R's scoping system basically goes to all environments along the call
> >stack when trying to resolve an unbound vari
Hi Ivan & All,
R's scoping system basically goes to all environments along the call
stack when trying to resolve an unbound variable, see the language
definition [1], section 4.3.4, and perhaps also 2.1.5.
Generally, unbound variables should be used with care. It's a bit
difficult to decide wheth
read
> data: a<-read.csv("for_R_graphs.csv", header=T, sep=",")
>
> On Mon, Sep 24, 2018 at 2:07 PM Jan T Kim via R-help
> wrote:
>
>> Yet one more: have you tried adding quote="" to your read.table
>> parameters? Quote characters have a 50% chance
;
> >> Hi Dear all;
> >>
> >> I have a dataset with 151*291 dimension. After making data read into R I
> >> am
> >> getting a data with 96*291 dimension. Even though I have no error message
> >> from R I could not understand the reason why I
ers me that /usr/lib/R/lib/libR.so was not "refreshed" from my
> most recent install of R.
>
> I plead for enlightenment.
>
> cheers,
>
> Rolf Turner
>
> P.S. I'm running Ubuntu 18.04. And the previous install of R was done under
> Ubuntu 18.04.
>
Hi there,
I am trying to get the sum of rain per day.
That is what the data-set looks like:
TimestampRain_mm_Tot
2017-05-29 23:40:00 4.780
2017-05-29 23:50:00 1.200
2017-05-30 00:10:00 2.580
2017-05-30 00:20:00 1.2009600
2017-0
Dear all,
I want to backtest my Value at Risk output using the VaRTest() function in the
rugarch package. I do not understand if the numeric vector of VaR which needs
to be calculated is in negative or positive terms. Usually VaR is expressed in
positive terms.
Do I have to use positive valu
Dear all,
I am trying to estimate the marginal effects of a logit regression using the
mfx package. It is crucial that the standard errors are clustered at the year
level. Hence, the code looks as follows:
marginal.t24.2<-logitmfx(stock.market.crash~crash.t24+bubble.t24+RV.t24,data=Data_logit
Dear all,
I am trying to run an ADF test using the adf.test() function in the tseries
package and the ur.df() function in the urca package. The results I get
contrast sharply. Whilst the adf.test() indicates stationarity which is in line
with the corresponding graph, the ur.df() indicates non-s
Hello,
I was trying to test whether two medians are identical or not and used the
function “mood.test” from the “stats" package. My co-author, a medical doctor,
was trying to do the same in SPSS and had different results.
I wanted to see whether there was a problem on my end and also used the
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...{{dropped:16}}
___
Hello,
Today I happened to notice a strange error in R. If you type (2.01-0.06)==1.95,
output from R is “FALSE”, which is wrong. But if you type (1.01-0.06)==0.95,
output is “TRUE”, which is correct. I tested this in two systems: R 3.3.2 in my
iMac and R 3.2.0 on my school’s Linux server. Both
Hello,
All the help I've read (including Pinheiro and Bates book, 'Mixed Effects
Models in S and S-PLUS') regarding how to fit a linear mixed-effects model
where variances change with a factor's levels indicates this is done through
the 'weights' argument to 'lme', using something like
'weight
Hi,
Good Morning! I am new to R and finding difficulty in understanding the code.
Since few days I am stuck at single line of code which I am unable to
understand.
Though there may be number of logics to find min value. As a new beginner I am
following a book and as it has the following code
mi
g I wanted to tackle manually.
Sincerely,
Christian T. Stackhouse | Graduate Student
GBS Neuroscience Theme
Department of Neurosurgery
Department of Radiation Oncology
UAB | The University of Alabama at Birmingham
Hazelrig-Salter Radiation Oncology Center | 1700 6th Ave S | Birmingham, AL
35233
M: 9
Very close! The header now looks like this: c("10", "11", "1_", "HuEx", "1_0",
"st", "v2", "", "CEL")
For some reason, it's not concatenating.
Best,
Christian T. Stackhouse | Graduate Stude
te("affymetrix",affdf,".txt",sep=""))
+ }
Error in names(out[[affdf]]) <- lapply(unlist(strsplit(names(out[[affdf]]), :
'names' attribute [1148] must be the same length as the vector [118]
>
This is what the header was before:
X0.Classical.10.11.1_.HuEx.
Thank you, Jim. I got this error returned:
Error in strsplit(names(out[[affdf]])) :
argument "split" is missing, with no default
Christian T. Stackhouse | Graduate Student
GBS Neuroscience Theme
Department of Neurosurgery
Department of Radiation Oncology
UAB | The University of
df,".txt",sep=""))
}
I got the files out with headers:
10.11.1_.HuEx.1_0.st.v2..CEL
Minus the first two tokens (X0. and Classical.)
I really appreciate you helping me with this. I'd never have figured this out
in a timely manner.
Christian T. Stackhouse | Graduate
uot;X0." prefix or in the case of file 189 the "X188." prefix leaving:
Classical.10.11.1_.HuEx.1_0.st.v2..CEL
Thank you so much for your help! I'll try playing with it myself, but if you
have any further insights they would be greatly appreciated!
Best,
Christian T
I re ran it and this is what I got: 11.1_.HuEx.1_0.st.v2..CEL
Should be: 10.11.1_.HuEx.1_0.st.v2..CEL
Christian T. Stackhouse | Graduate Student
GBS Neuroscience Theme
Department of Neurosurgery
Department of Radiation Oncology
UAB | The University of Alabama at Birmingham
Hazelrig-Salter
th how to perform batch editing of the headers and batch saving of the files
would be greatly appreciated!
Best,
Christian T. Stackhouse | Graduate Student
GBS Neuroscience Theme
Department of Neurosurgery
Department of Radiation Oncology
UAB | The University of Alabama at Birmingham
Hazelrig-Salter Ra
file contains exactly one data frame and you want
> >> to column names of it.
> >>
> >> So let's create one of those:
> >>
> >>
> >> mydataframe = data.frame(mylongnamehere=runif(3),
> >> anotherlongname=runif(3), z=runif(3), y=runif(3)
Hi,
I've run into a problem calling the step function from within a function; I
sent this to the R development list first, but the moderator said it was better
suited to R help. My OS is Windows 7 and I'm using R version 3.2.3.
Here's a simple function to help reproduce the error:
> test.
Hi there,
Firstly forgive me if this seem obvious, if there is existing literature on
this i can't find it.
I am looking at conditioning to stimuli and there in the time taken to perform
a certain task.
The IV for this data is Conditioning periods ranging from 1-34 periods and the
DV is the t
I have several lab computers that frequently lag/crash with R apparently due to
low RAM (they're all 8 GB)
I put in a request to up the RAM to 32 GB on a few, but my tech support is
suggesting an SSD harddrive upgrade instead of the increased RAM.
Any suggestions on the better approach (SSD har
Hi,
I want to install Rstudio server. The reason for that is that I want to run
R script on this server. In this R script I am loading (working with) very
large data with size 1000 Mb. When I run this R script I get memory error.
If I run this script on Rstudio server, will I not have this problem?
Hi,
After loading my data in R I get the error:
Error in .jcall("com/github/egonw/rrdf/RJenaHelper",
"Lcom/hp/hpl/jena/rdf/model/Model;", :
java.lang.OutOfMemoryError: GC overhead limit exceeded
How can I solve it?
[[alternative HTML version deleted]]
r[i]=r[i-1]+1;
> }
> else {
> r[i] = r[i-1];
> }
> }
>
> Although I am sure there are better solutions!
>
> HTH
> daniel
>
>
> Feladó: r-help-boun...@r-project.org [r-help-boun...@r-project.org] ;
> meghat
Hi,
I have the following numbers:
d <- c(8,7,5,5,3,3,2,1,1,1)
I want to convert these into the following numbers:
r:
1,2,3,3,4,4,5,6,6,6
So if two numbers are different increment it if they are same then assign
the same number:
r <- NULL
for (i in 1:length(d)) {
if (d[i] != d[i+1]) {
r[i]
Does this help you?
http://stackoverflow.com/questions/3971844/access-variable-value-where-the-name-of-variable-is-stored-in-a-string-in-r
On 14-01-18 04:21 PM, ce wrote:
I want access and object , its name is in an variable :
require(xts)
data(sample_matrix)
head(sample_matrix)
Does this help you?
http://stackoverflow.com/questions/3971844/access-variable-value-where-the-name-of-variable-is-stored-in-a-string-in-r
On Sat, 18 Jan 2014, ce wrote:
I want access and object , its name is in an variable :
require(xts)
data(sample_matrix)
head(sample_matrix)
not allowed to.
>
> Or did you specify the type of all of your data to be of the right ones?
>
> The segfault message at least say so.
>
>> *** caught segfault ***
>> address 0x2464943a08, cause 'memory not mapped'
>>
>> Traceback:
>>
much for any suggestions to overcome this problem.
best wishes,
Chris
Here is the error:
*** caught segfault ***
address 0x2464943a08, cause 'memory not mapped'
Traceback:
1: .Call("gyroscope", ncol(Y), nrow(Y), t(Y), as.integer(as.numeric(l) -
1), as.character(
I have the following string input:
input <-
"ACC,1.1,2.2,3.3,4.4\nACC,2.2,3,4,5\nADN,3.3,4,5\nACC,4.4,5.5,6.6,7.7\nADN,5.5,6,7\n"
Note that \n is a real line feed in the data and the numbers are all made up
and might be other values. The key is that the first number is a float, the
ACC packets ar
Thank you. I was doing a strsplit and forgot to include it in my post. What
was confusing me is that the result doesn't look like a vector. I guess it
actually is. I will try writing it out and see if I get what I want from it.
Thanks!
--
View this message in context:
http://r.789695.n4.nabble
I have a data frame with a character field of the form "ACUTE URI NOS", "OPEN
WOUND OF FOREHEAD", "CROUP", "STREP SORE THROAT",
How can I get counts of all the words and their co-occurences? I've spent a
long time searching on google, but it just takes me on a wild goose chase of
dozens o
I have a data frame with a character field of the form "ACUTE URI NOS", "OPEN
WOUND OF FOREHEAD", "CROUP", "STREP SORE THROAT",
How can I get counts of all the words and their co-occurences? I've spent a
long time searching on google, but it just takes me on a wild goose chase of
dozens o
Using:
R version 3.0.1 (2013-05-16) -- "Good Sport"
Platform: x86_64-w64-mingw32/x64 (64-bit)
OpenBUGS version 3.2.2 rev 1063
BRugs version 0.8-1
Hi there,
When using the modelCompile() function in BRugs package I get the following
error:
Error in handleRes(res) : NA
In addition: Warning mess
Hi,
Thank you very much for your replies.
Regards,
Dr. T. Imam
On Sun, Jun 23, 2013 at 10:24 PM, Prof Brian Ripley
wrote:
> On 23/06/2013 12:59, Uwe Ligges wrote:
>
>>
>>
>> On 23.06.2013 01:50, Dr. T. Imam wrote:
>>
>>> Hi,
>>>
>>> I a
of the packages..
I am just wondering are there any legal requirements (in respect to
copyright/permission of use issue) involved for such commercial use?.
Thank you.
Regards,
Dr. T. Imam
[[alternative HTML version deleted]]
__
R-help@r
Dear Xavier,
Jeffs answer was to point out two things to you:
1: How to find these functions on your own.
2: These functions are definitely available in R
Good luck,
Marius
On Mon, 6 May 2013, Xavier Prudent wrote:
Dear Jeff,
Thanks for your fast answer,
I could for sure implement the 2-line
Dear users
I am reposting this and hope it will be accepted this time.
I am using copula package to fit my bivariate data and simulation. As
explained in package documentation we can use our own data distribution to
feed on copula as long as we have d, p and q (pdf, cdf and quantile)
functions are
I have posted a R copula question yesterday but it is not accepted yet. How
long does it take? I am waiting if some one can help me on my Copula
package related question. Thanks
[[alternative HTML version deleted]]
__
R-help@r-project.org mailin
6POCa8HrX7H4
> UBsPfwSEkOfyIEwq5drKjXF853nUNRVtd0cPA+mpo+5y/qIkGTiehMRlEGwcBBg7
> 6uNA8wpTuJI49tdY7rkVEIEGH34atwvBA1kwFYh1UfBzzIg+oRikHm1ZJ4UeJCM=
> =h9ju
> -END PGP SIGNATURE-
>
> __
> R-help@r-project.org mai
in:
library(plyr)
myfiles <- c("file1.csv", "file2.csv")
mydata <- dlply(myfiles, .progress="text")
HTH
James
James T. Durant, MSPH CIH
Environmental Health Scientist
US Agency for Toxic Substances and Disease Registry
Atlanta, GA 30341
770-488-0668
);
}
log.posterior=function(b1) {
-log.like(b1)+1/2*t(as.vector(b1))%*%diag(as.vector(V))%*%as.vector(b1)
}
a=optim(b_0,log.posterior,method="CG",hessian=TRUE)
return(a);
}
When I run
posterior.mode1(y,X,b1,b2,b1)
I get the following error
Error in 1:nrow(b1) : argument of length 0
An
"");
should work with the Ruby client you try to talk to. Obviously, this
bloats the string rather more than necessary (particularly if most of
the characters are in the ASCII range), but if the volume you're
piping into the client is small, this ma
Hi,
In the plot function I want to label x axis as the numbers between 1 and 12
(so 1, 2, 3, 4, 5, ..., 12). How should I do it? The range of x values are
different than this range. Thanks!
Kind regards,
T. Bal
[[alternative HTML version deleted
would be:
0 12
1 40
2 64
3 111
etc.
Thank you.
Kind regards,
T. Bal
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting
Good suggestion - I tried it - it does not work (line appears too high with the
data I am working with).
VR
James
James T. Durant, MSPH CIH
Environmental Health Scientist
US Agency for Toxic Substances and Disease Registry
Atlanta, GA 30341
770-488-0668
From: Anthony Damico [mailto:ajdam
um, fpc=~fpc1+fpc2, data=apiclus2)
svyplot(api00~api99, dclus2)
s1 <-svysmooth(api00~api99, dclus2)
lines(s1)
#works
svyplot(api00~api99, dclus2, style="grayhex")
lines(s1)
#does not work (line either appears in the wrong position in RGui or crashes
RStudio).
VR
James
2 cents.
>
>
> --
>
> Alexandre Aguiar, MD SCT
> SPS Consultoria
>
> --
> Sent from my tablet. Please, excuse my brevity.
> Enviado do tablet. Por favor, perdoe a brevidade.
> Publi?? de le tablet. S'il vous pla??t pardonnez la bri??vet??.
> Ver??ffentlich
g 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
e.end","dead")))
## age-structure of the cemetery
pop1_Gomp <- function(x,deaths=pop1)
{
a3=x[1]
b3=x[2]
shift<-15
nrow<-NROW(deaths)
S.t<-function(t)
I am trying to plot the linear fit by id of the following data (test.l):
id year incidents
1001 0
1011 1
102121
103127
1041 3
105112
1002 5
1012 5
102219
103210
1042
) e.g. rbinom?
Thank you very much.
kind regards,
T. Bal
[[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-g
. ...
151 Physics 0
etc.
How should I do it? So this data frame will consist from 198 rows.
Thank you very much.
kind regards,
T. Bal
[[alternative HTML version deleted]]
_
ics 0
etc.
How should I do it? So this data frame will consist from 198 rows.
Thank you very much.
kind regards,
T. Bal
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://st
4.2 0 1
2.3 1 1
Please help me, thanks!
kind regards,
T. Bal
[[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
use glm, but how should I put these
variables in glm)?
Do I need also other functions, other than glm? Please help me. Thanks!
kind regards,
T. Bal
[[alternative HTML version deleted]]
__
R-help@r-project.org mailing list
https://stat.ethz.ch
output manually in my temp folder.
I have the geometry.sty and the ctable.sty loaded per the documentation in
Hmisc... any ideas?
VR
James
James T. Durant, MSPH CIH
Emergency Response Coordinator
US Agency for Toxic Substances and Disease Registry
Atlanta, GA 3034
_
> > 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.
>
>
Hi David
My data set has about 20 significant variables and step function with logistic
regression is working fine( in R-commander). I tried to get conditional
logistic by introducing the stratum variable and clogit. The clogit is not
converging but is giving the summary of the model. When step
1 - 100 of 300 matches
Mail list logo