Message-ID: <20170908151732.2F93.C7C4B6F9@mpibpc.mpg.de>
Date: 2017-09-08T13:17:33Z
From: Holger Taschenberger
Subject: one sample permutation test using package 'coin'
Using the package ?exactRankTests? one can execute a one-sample permutation test for a hypothesized location parameter of 0 like:
perm.test(rnorm(30,0))
The package ?exactRankTests? seems now to be deprecated in favor of the ?coin? package which as I understand is a superset of ?exactRankTests? in terms of functionality.
The ?coin? package allows one to run a two-sample permutation test using oneway_test(...). However, the documentation does not mention a one sample (location) permutation test? Is there a simple way to run such test with ?coin??
Thanks,
Holger