Hello, All:
I want to simulate future observations from fits to heteroscedastic
data. A simple example is as follows:
(DF3_2 <- data.frame(y=c(1:3, 10*(1:3)),
gp=factor(rep(1:2, e=3
# I want to fit 4 models
# and simulate future observations from all 4:
fit11
HI Jeff,
This might give you a start.
add_stuff<-function(x) {
x<-xinc<-NA
finished<-FALSE
while(is.na(x))
x<-as.numeric(readline("What number do you want to start? "))
while(is.na(xinc) || !finished) {
xinc<-as.numeric(readline("What number do you want to add? "))
if(is.numeric(xinc)) x
R Help
Trying to figure out how to create a simple program that will as the user
from a value input and simply add 5 units to that value then ask the user
for another value and add 45 units to it and on and on. Then how does one
exit the loop of program?
# Create a function called `add_fi
I want to apply interpolation functions from one data.table to each row
of another data.table.
interp.dt <- data.table(scen = rep(c("a", "b"), c(3, 3)), term = c(1,
20, 60, 1, 32, 72), shock = c(10, 20, 30, 9, 12, 32))
interp.fn <- function(df, x) with(df, approx(term, shock, xout = x)$y)
mydt
TL:DR there are at least three maybe four ways to address this depending on
what you plan to do.
I usually adjust PATH to add Rtools using .Rprofile. But if you do that then if
you want to use the command line to invoke R then you need to set the PATH
separately when you start the shell. For th
Stephen, I see lots of answers with packages and resources, but not
book recommendations. I have used Introduction to Data Technologies
by Paul Murrell (https://www.stat.auckland.ac.nz/~paul/ItDT/) to teach
SQL and database design and would recommend looking at it as a
possibility.
On Mon, Aug 2
On 30/08/2023 2:59 p.m., Ivan Krylov wrote:
On Wed, 30 Aug 2023 16:31:20 +
Christophe Bousquet wrote:
So, yes, it seems possible for R to localize paths related to
Rtools... But then, I really do not get where things go wrong...
When installing packages containing code to compile, R ev
On Wed, 30 Aug 2023 16:31:20 +
Christophe Bousquet wrote:
> So, yes, it seems possible for R to localize paths related to
> Rtools... But then, I really do not get where things go wrong...
When installing packages containing code to compile, R eventually calls
R CMD SHLIB. Same thing happen
В Wed, 30 Aug 2023 14:35:48 +
Christophe Bousquet пишет:
> I followed your instructions and, yes, Rtools43 bash told me at the
> end "Hello world!".
>
> Do you think this is a good sign? And do you have any idea how I
> could continue to solve the issue?
It is a good sign. Your Rtools43 ins
Thanks, Hadley. I appreciate your helpful assistance.
Kindest Regards,
*Stephen Dawson, DSL*
/Executive Strategy Consultant/
Business & Technology
+1 (865) 804-3454
http://www.shdawson.com
On 8/28/23 18:00, Hadley Wickham wrote:
These days I'd recommend duckdb
(https://cran.r-project.org/web/
Thanks, Martin. I appreciate your helpful assistance.
Kindest Regards,
*Stephen Dawson, DSL*
/Executive Strategy Consultant/
Business & Technology
+1 (865) 804-3454
http://www.shdawson.com
On 8/28/23 17:14, Martin Møller Skarbiniks Pedersen wrote:
The SQLite is a good database to use.
https:
Thanks, Bill. I appreciate your helpful assistance.
Kindest Regards,
*Stephen Dawson, DSL*
/Executive Strategy Consultant/
Business & Technology
+1 (865) 804-3454
http://www.shdawson.com
On 8/29/23 00:07, William Michels wrote:
I'm a big fan of the sqldf package by Gabor Grothendieck:
"sqldf
On Tue, 29 Aug 2023 14:41:40 +
Christophe Bousquet via R-help wrote:
> (ii) the same issues keep coming back on my work laptop
It may be worth asking the IT department at work, just in case there is
a system to prevent unauthorised programs from running that interferes
with Rtools.
Are you
13 matches
Mail list logo