R package equivalent to MPlus [closed] - r

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

Related

How can I answer this Rstudio Statistical Question [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 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

How to calculate Mann Kendall Statistics in R [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers.
This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 4 years ago.
Improve this question
I would like to calculate Mann Attached imageKendall statistics in R. i have an excel sheet with rainfall and years. how would i best get it
Looking at the attached image you should not put Book1$Mean in quotes. Try using:
MannKendall(Book1$Mean)

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")

A combinatorics question [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 12 years ago.
Improve this question
In how many different ways can a cube be painted by using three different colors of paint?
The answer of this is 45,
What if I change cube to cuboid?
Thanks!
I am preparing for job interview and this question is from CareeCup.
First, you should know how 45 is derived. That is by the use of permutation and combination.
Since a cuboid has the same number of sides as a cube, they should have the same answer. So the answer is 45.
But it is important to learn how the 45 is derived.

I have a math problem and I love stackoverflow [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 12 years ago.
Improve this question
I know it's not programming question but I thought we could all use the challenge :)
Link to diagram
Point A is the source of a laser. It is shinned at a single mirror and then reflected to another mirror finally arriving at point B ... see picture.
The goal is to find the total distance of all the lines.
I am not a student and this is not homework.
Same as a straight line from (-x, y) to (a, -b).
sqrt((a+x)^2 + (b+y)^2)

Resources