Thanks, Bob. Regarding other functionalities I would request:
Extract all text with (1) a specific color or (2) a specific font (3)
underlines. For example, if one highlights in red, then she would like to
extract all texts in red. Occasionally she might use more than one colors,
and each color bea
It would help to show your error message, n'est-ce pas?
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )
On Tue, Jul 5, 2016 at 2:51 PM, varin sacha
Dear Professor Dalgaard,
I really thank you lots for your response. I have solved my problem. Now, I
have tried to do the same (calculate the BCa bootstrapped CIs) for the MARS
regression, and I get an error message. If somebody has a hint to solve my
problem, would be highly appreciated.
Repr
You should use only plain text emails, provide sample data, and indicate any
relevant packages that you had to load. First let's load the necessary package
and create some data:
> library(segmented)
> set.seed(42)
> x <- sort(runif(60, 10, 60))
> int <- c(rep(0, 20), rep(60, 20), rep(-80, 20))
>
Hello,
Try
dimnames(inter$x)[[1]]
You could have seen this by inspecting 'inter':
str(inter)
Hope this helps,
Rui Barradas
Citando Narendra Modi :
> I am able to perform regression on a dataset as below:
>
> plot(x,y)
> lin.mod <- lm(y~x)
> m <- mean(x)
> m
>
> segmented.mod <- segmented(
I am able to perform regression on a dataset as below:
plot(x,y)
lin.mod <- lm(y~x)
m <- mean(x)
m
segmented.mod <- segmented(lin.mod, seg.Z = ~x, psi= m)
plot(segmented.mod, add=T)
sl <- slope(segmented.mod)
inter <- intercept(segmented.mod)
summary(segmented.mod)# Show Summary
sl
I'll dig into that (was hoping the small feature addition wld cause
enhanced feature requests :-)
On Tue, Jul 5, 2016 at 1:02 PM, John wrote:
> Thank you, David and Bert, for the info.
> Thank you, Bob, for this excellent function. Allow me to request a feature:
> You highlighted the following te
Thank you, David and Bert, for the info.
Thank you, Bob, for this excellent function. Allow me to request a feature:
You highlighted the following text, and comment "This is the first
comment".
"Lorem ipsum dolor sit amet, cu sit modus voluptua accommodare, meis
disputando voluptatibus eu nec, qui
> On Jul 5, 2016, at 2:27 AM, g.maub...@weinwolf.de wrote:
>
> Hi guys,
>
> I checked out your example but I can't follow the results.:
>
>> mtcars %>%
> + group_by (am, gear) %>%
> + summarise (n=n()) %>%
> + mutate(rel.freq = paste0(round(100 * n/sum(n), 0), "%")) %>%
> + ungroup() %>
mtcars %>%
group_by (am, gear) %>%
summarise (n=n()) %>%
mutate(rel.freq = paste0(round(100 * n/sum(n), 0), "%")) %>%
ungroup() %>% plyr::rbind.fill(data.frame( n=nrow(mtcars),rel.freq="100%”))
> On Jul 5, 2016, at 4:47 AM, mai...@infomed.sld.cu wrote:
>
> Sorry, what I wanted to d
Thanks a lot Mac for your kind answer.
In the meanwhile I could successfully build the 3.3.1 on a CentOS 6.3 (VM)
Anyway I will contact Tom as you suggest.
Thanks and regards,
Cristiano
-Original Message-
From: Marc Schwartz [mailto:marc_schwa...@me.com]
Sent: Tuesday, July 05, 2016 1:3
Dear R-users,
I am trying my hand at parallel processing in R using the foreach package but
it is not working as I want it to. I am using a function I created myself
(Xenopus_Walk) which returns a vector. Now I would like to run this function
for every number that is saved in a vector (newly_po
Hi Team,
I want to use R's Bessel dll file in VBA.
Can anyone help with the commands? Have you used it?
Regards,
Gaurang Mehta
This email is intended for the person or company named and access by anyone
else is unauthorised. If you are not the person or company named, please delete
this email a
Sorry, what I wanted to do was to add a total row at the end of the
summary. The marginal totals by columns correspond to 100% and the sum
of levels.
best reagard
Maicel Monzon
Ulrik Stervbo escribió:
Yes. But in the sample code the data is summarised. In which case you get 4
rows and not
> On Jul 4, 2016, at 9:37 AM, Sangalli Cristiano Giovanni (Ext. - UniCredit
> Business Integrated Solutions) wrote:
>
> Dear CRAN,
>
> I have installed on a RHEL 5.7 server the recent R-3.3.0 rpm but I would like
> to upgrade to the latest now available R-3.3.1 . I have not found so far the
Hi guys,
I checked out your example but I can't follow the results.:
> mtcars %>%
+ group_by (am, gear) %>%
+ summarise (n=n()) %>%
+ mutate(rel.freq = paste0(round(100 * n/sum(n), 0), "%")) %>%
+ ungroup() %>%
+ mutate(row.tot = sum(n))
Source: local data frame [4 x 5]
am gear
16 matches
Mail list logo