Displaying 6 results from an estimated 6 matches for "malonequantitative".
2020 Oct 24
0
Package recommendations for outputting table with cell formatting
...E 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 code.
--
Patrick S. Malone, Ph.D., Malone Quantitative
NEW Service Models: http://malonequantitative.com
He/Him/His
2020 Nov 02
0
Error: vector memory exhausted (limit reached?)
...t; How much RAM would be possible for one dataset on laptop scales?
> I need to work with this data for the university, so it would be best if I
> could work with the whole dataset.
> Thank you!
>
> > Op 2 nov. 2020, om 21:16 heeft Patrick (Malone Quantitative) <
> malone at malonequantitative.com> het volgende geschreven:
> >
> > The error probably means what it says. I'm guessing "25 GB available"
> > is on the hard drive. But the issue is the data must be held in RAM,
> > and a file >4GB (before de-compression) is quite a lot of RAM on
>...
2020 Oct 24
5
Package recommendations for outputting table with cell formatting
R 4.0.2
OS X
Colleagues
I have the unfortunate need to create a large number of tables (destined for a Word document). I need to color cells depending on the contents, e.g., blue if the value is < 0.5, red if the value is > 1.5.
If the output went initially to Excel, that would work; outputting directly to Word would be even better.
I expect that several packages can accomplish this. I
2020 Nov 02
2
Error: vector memory exhausted (limit reached?)
Hello
I have a question about the error: vector memory exhausted (limit reached?). I have the R-studio version 4.0.3 (2020-10-10).
I have a MacBook Air (13-inch, 2017). I am trying to open a dataset file ?data_dta? through the import dataset ?file from stata? button.
I already did this with other datasets, and this works fine. Now, I want to work with a bigger dataset of 4.08 GB. When I try to
2020 Oct 09
3
Question about the package "MatchIt"
Hi! I'm trying to perform propensity score matching on survey data and so
for each individual observation I have a statistical weight attached. My
question is: is there a way within the package to consider these weights in
the matching procedure?
Thank you very much.
--
Maria Cristina Maurizio
[[alternative HTML version deleted]]
2020 Oct 22
4
Function of "matrix"
Dear R project team
I used the function of "matrix" as follows:
matrix(c(1:3030), 10.1/0.1)
However, in the function, matrix, 10.1/0.1 was regarded as 100 not as 101.
Therefore, a warning message appeared.
On the other hand, matrix(c(1:3030), 101) or matrix(c(1:3030), 10.1*10) was
OK. Of course, simply, 10.1/0.1 was successfully calculated. However,
In the "matrix"