How can I answer this Rstudio Statistical Question [closed] - r

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 days ago.
Improve this question
Download an R software and R studio, write a hardcopy that has the 4probability sampling techniques that does: loads data; simple random sampling with and without replacement,stratified sampling, systematic and cluster sampling. Write a well commented code (R markdown)
I'm new to R so I haven't tried

Related

Getting Error when trying to knit in R Markdown using R Studio [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I am getting this error when trying to knit HTML Document in R Studio using R Markdown:
Make sure your packages are up to date.
Tools -> Check for Package Updates...
I had this problem, and had a bunch of package updates waiting. This fixed it for me.

Scatterplots with density and correlations [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Is it possible to create correlation matrix in ggplot2 package that will include histograms and scatterplots of included variables?
I'm looking for something similar to the following graph generated with the gpairs() function from the YaleToolkit package.

How to run R models on large data sets? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Suppose I have a large data set(~10 GB) and I want to run a support vector machine or a linear model. Typically when I run these functions, I get an error message: 'Error: Cannot allocate vector of size 308.4 MB'. What is the best way to deal with this? Would creating random subsets and running the models on the individual subsets be a better approach?

modelling claim loss using tweedie distribution in R [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
i want to fit a tweedie compound Poisson Gamma to my loss data using ptweedie.series R command. I am getting problems how to start with my fitting in R. Thanks in advance.
Performing such a fit is illustrated here:
library(tweedie)
example("tweedie-package")

R package equivalent to MPlus [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I wonder if there is any R package equivalent to MPlus. Thanks in advance.
Depends on what you use MPlus for. For Structural Equation modelling I really like Lavaan. OpenMX and sem are also good packages for it.
But this question does not belong on stackoverflow as it has nothing to do with programming. It should be moved to crossvalidated.com

Resources