Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions rstan/rstan/man/stan_csv.Rd
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
\name{read_stan_csv}
\alias{read_stan_csv}
\title{Read CSV files of samples generated by (R)Stan into a \code{stanfit} object}
\title{Read CSV files of samples generated by RStan into a \code{stanfit} object}
\description{Create a \code{stanfit} object from the saved CSV files that are
created by Stan or RStan and that include the samples drawn from the
distribution of interest to facilitate analysis of samples using RStan.
}
created by RStan.

NOTE: this function does not support CSV files created by recent versions of
CmdStanR. It is still compatible with CSV files created by RStan when the
\code{sample_file} argument is specified.
}

\usage{
read_stan_csv(csvfiles, col_major = TRUE)
Expand Down