Displaying 3 results from an estimated 3 matches for "randomsamples".
Did you mean:
randomsample1
2023 Jan 31
1
Bug in internal 'tar' implementation?
This post should probably go to R-devel rather than here.
-- Bert
On Tue, Jan 31, 2023 at 9:47 AM David Engster <deng at randomsample.de> wrote:
> I think I found a bug in the internal implementation of 'tar', but
> before bothering the R maintainers, I was advised to ask here to make
> sure I'm not missing something.
>
> Fortunately, it can be very easily
2023 Jan 31
1
Bug in internal 'tar' implementation?
I think I found a bug in the internal implementation of 'tar', but
before bothering the R maintainers, I was advised to ask here to make
sure I'm not missing something.
Fortunately, it can be very easily reproduced on a Linux system. In an
empty temporary directory, execute the following code:
cat("foobar", file="test.txt")
file.symlink("test.txt",
2009 Sep 28
2
A programming question - is what I want to do possible in R?
I have a large data frame, 77 rows, with 10 columns. Each row represents a
unique individual with 10 characteristics, some of which are categorical
factors and some continuous numeric variables. Each of the ten variables is
important (the 10 columns obviously correspond to the individuals of
interest). Importantly, this data set represents a population (not sample)
of people with a certain medical